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

Automatic Update Windows 11 #368

Open
SUKINET62 opened this issue Aug 16, 2024 · 1 comment
Open

Automatic Update Windows 11 #368

SUKINET62 opened this issue Aug 16, 2024 · 1 comment

Comments

@SUKINET62
Copy link

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
Copy link

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

  • Make sure to back up the registry before making changes.
  • If you still encounter issues, restarting your computer after making these changes might help.

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

2 participants