Đỉnh cao công nghệ Trung Quốc, sự dối trá trắng trợn

xin cách chặn update win 10 ltsc đi thớt ơi
tạo 1 file .bat rồi chạy :

@echo off
:: Kiểm tra quyền admin
openfiles >nul 2>&1
if %errorlevel% neq 0 (
echo Please run this script as Administrator.
pause
exit /b 1
)

echo Stopping and disabling Windows Update related services...
sc stop wuauserv
sc config wuauserv start= disabled

sc stop bits
sc config bits start= disabled

sc stop dosvc
sc config dosvc start= disabled

sc stop UsoSvc
sc config UsoSvc start= disabled

timeout /t 2 /nobreak >nul

echo Disabling common Windows Update scheduled tasks via PowerShell...
powershell -Command "Get-ScheduledTask -TaskPath '\Microsoft\Windows\WindowsUpdate\' -ErrorAction SilentlyContinue | Disable-ScheduledTask -ErrorAction SilentlyContinue; Get-ScheduledTask -TaskPath '\Microsoft\Windows\UpdateOrchestrator\' -ErrorAction SilentlyContinue | Disable-ScheduledTask -ErrorAction SilentlyContinue"

echo (Optional) Adding hosts entries to block update domains. Uncomment next section if you want it.
:: --- WARNING: editing hosts may be detected/blocked by Defender and may break other services.
:: echo 127.0.0.1 windowsupdate.microsoft.com >> %windir%\System32\drivers\etc\hosts
:: echo 127.0.0.1 update.microsoft.com >> %windir%\System32\drivers\etc\hosts

echo Done. Verify services:
sc query wuauserv
sc query bits
sc query dosvc
sc query UsoSvc

pause
 

Có thể bạn quan tâm

Top