You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've setup and tested the steps below to disable windows updates on the Lab-VM with working results.
Disable the Windows service directly under services:
Win + R ==> services.msc ==> Select Windows Update service ==> General Tab ==> Startup Type ==> Disabled
While you are there, stop the running service by right clicking Windows Update service and clicking stop.
Edit the registry to 1st disable the windows medic service by changing the config value to (4)
Win + R ==> regedit ==> Navigate to HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Services>WaaSMedicSvc ==> Modify the Start key and set its value to (4).
Updated the registry permissions for the WaaS service to enable the (adhd) to disable the service by enabling "Full Control" for "All users on the system"
Update the System Windows Update Group Policy. (This is the real winner)
Win + R ==> gpedit.msc ==> Computer Configuration ==> Administrative Templates ==> Windows Components ==> Windows Update ==> Configure Automatic Updates ==> Select Disable ==> OK
At this stage you can reboot the VM and test the updates by bringing up the Windows Updates menu.
End result can be seen in screenshots.
The text was updated successfully, but these errors were encountered:
renaldo-maclons
changed the title
Disable Windows Updates for lab-vm
Steps to disable Windows Updates for lab-vm
May 8, 2023
Dear John,
I've setup and tested the steps below to disable windows updates on the Lab-VM with working results.
Disable the Windows service directly under services:
Windows Update service
==> General Tab ==> Startup Type ==> DisabledWindows Update service
and clicking stop.Edit the registry to 1st disable the windows medic service by changing the config value to (4)
HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Services>WaaSMedicSvc
==> Modify theStart
key and set its value to (4).Update the System Windows Update Group Policy. (This is the real winner)
At this stage you can reboot the VM and test the updates by bringing up the Windows Updates menu.
The text was updated successfully, but these errors were encountered: