Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Steps to disable Windows Updates for lab-vm #42

Open
renaldo-maclons opened this issue May 8, 2023 · 0 comments
Open

Steps to disable Windows Updates for lab-vm #42

renaldo-maclons opened this issue May 8, 2023 · 0 comments

Comments

@renaldo-maclons
Copy link

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:

  • 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.
    update_service

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"
    WaaSReg_Disable
    WaaS_set_perms

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
    windows_update_gpc

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.
    tested_windows_updates
@renaldo-maclons renaldo-maclons changed the title Disable Windows Updates for lab-vm Steps to disable Windows Updates for lab-vm May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant