Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
you can try this script
use it in .bat file
@Echo Stopping the Windows Update Service ...
@Echo off
Net stop wuauserv
@Echo ***********************************
@Echo Disabling the Windows Update Service ...
@Echo off
sc config "wuauserv" start=disabled
@Echo ***********************************...