Загрузка...

How to | disable Windows Update on Windows 11 | Easy Step-by-Step Guide

🚫 Tired of unexpected Windows updates restarting your PC?
In this video, we’ll show you how to safely disable Windows Update on Windows 11 (works for Windows 10 too)!

Bat file
-----------------------
@echo off
:: Run file as Administrator

echo ===== Disabling Windows Update Services =====
net stop wuauserv
sc config wuauserv start= disabled

net stop bits
sc config bits start= disabled

net stop dosvc
sc config dosvc start= disabled

net stop wuauserv
net stop UsoSvc
net stop WaaSMedicSvc

echo ===== Disabling Scheduled Tasks Related to Updates =====
schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\sih" /Disable
schtasks /Change /TN "Microsoft\Windows\WindowsUpdate\sihboot" /Disable
schtasks /Change /TN "Microsoft\Windows\UpdateOrchestrator\Schedule Scan" /Disable

echo ===== Registry Tweaks to Block Updates =====
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f

echo.
echo ===== DONE! Windows Update is disabled. =====
pause
----------------------------------
Thanks for watching and stay updated — on your terms!

#WindowsUpdate #DisableWindowsUpdate #Windows11 #PCGuide #TechTutorial #Windows10 #HowToDisableUpdates #WindowsTips #SmoothSound #PCSetup #SystemSettings

Видео How to | disable Windows Update on Windows 11 | Easy Step-by-Step Guide канала bighum com
Яндекс.Метрика
Все заметки Новая заметка Страницу в заметки
Страницу в закладки Мои закладки
На информационно-развлекательном портале SALDA.WS применяются cookie-файлы. Нажимая кнопку Принять, вы подтверждаете свое согласие на их использование.
О CookiesНапомнить позжеПринять