🔧 How to Block Windows 10 Updates
Here are simple methods to control or pause automatic Windows 10 updates if you want more flexibility.
1. Pause Updates Temporarily
Go to Settings > Update & Security > Windows Update → Click Pause updates (can pause up to 35 days).
2. Set Your Connection as Metered
Go to Settings > Network & Internet > Wi-Fi (or Ethernet) → Select your network → Toggle Set as metered connection.
Windows will limit updates.
3. Disable Windows Update Service
Press
Win + R
, type services.msc
, and hit Enter.
Find Windows Update → Right-click → Properties → Set Startup type to Disabled → Stop the service.
4. Use Group Policy Editor (Pro editions only)
Press
Win + R
, type gpedit.msc
, and hit Enter.
Navigate: Computer Configuration > Administrative Templates > Windows Components > Windows Update.
Enable Configure Automatic Updates → Set it to Disabled or Notify before download/install.
5. Block with Registry Editor (Advanced Users)
Press
Win + R
, type regedit
, and navigate:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
Create or modify NoAutoUpdate
(DWORD) → Set value to 1
.
⚠️ Important: Blocking updates can leave your PC vulnerable to security risks.
If you stop automatic updates, make sure to manually install critical patches occasionally.
Comments
Post a Comment