AveYo / MediaCreationTool.bat

Universal MCT wrapper script for all Windows 10/11 versions from 1507 to 21H2!
MIT License
8.74k stars 2.95k forks source link

Automatic Update Windows 11 #368

Open SUKINET62 opened 4 weeks ago

SUKINET62 commented 4 weeks ago

After installing Windows 11 with your tools, automatic Windows updating is disabled Other options Receive the latest updates as soon as they become available This setting is not available due to your organization's policy Disabled How do you modify group policies when you are alone without IT service? image

LightYagami28 commented 3 weeks ago

It seems that the issue you're facing is due to group policies that are restricting access to Windows Update settings. If you're managing your system alone and don't have access to IT support, you can try the following steps to modify or reset these group policies:

1. Access Group Policy Editor

  1. Open the Run Dialog:

    • Press Win + R to open the Run dialog.
  2. Launch the Group Policy Editor:

    • Type gpedit.msc and press Enter to open the Group Policy Editor.

2. Modify Windows Update Policies

  1. Navigate to Windows Update Settings:

    • Go to:
      Computer Configuration
      → Administrative Templates
      → Windows Components
      → Windows Update
  2. Check and Adjust Policies:

    • Look for policies such as:
      • "Configure Automatic Updates": Set this to "Not Configured" or adjust as needed.
      • "Do not connect to any Windows Update Internet locations": Ensure this is set to "Not Configured".
  3. Apply Changes:

    • Right-click on the policy, select "Edit", modify the settings, and click "Apply".

3. Use the Registry Editor

If the Group Policy Editor doesn't resolve the issue, you might need to use the Registry Editor:

  1. Open the Run Dialog:

    • Press Win + R, type regedit, and press Enter to open the Registry Editor.
  2. Navigate to Windows Update Keys:

    • Go to:
      HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate
  3. Modify or Delete Keys:

    • Look for keys like DoNotConnectToWindowsUpdateInternetLocations and adjust or delete them if necessary.

Additional Notes