Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Windows»How to Fix if Updates and Settings not Opening in Windows

How to Fix if Updates and Settings not Opening in Windows

nishantBy nishantNovember 29, 2022
Windows Update and settings not opening

Users frequently use Windows Settings to administer system configurations and to perform system updates. However, if this app doesn’t launch, managing Windows’ overall operations may become very challenging.

The Update and settings on windows can fail to launch primarily because of some bugs in the Operating system. The same can happen if some system files associated with the update and settings have gone missing or corrupted. Another possibility is that access to the Settings app is disabled in the registry. 

Table of Contents

  • Fixes for Updates and Settings not Opening in Windows
    • Enable Settings App
    • Reinstall Settings App
    • Perform Windows Update 
    • Create a New User with Admin privileges
    • Uninstall Recent System Updates
    • Perform System Reset 

Fixes for Updates and Settings not Opening in Windows

To begin with, try opening the Updates and Settings using alternative methods. You can use the command lines, for instance, to open the Windows settings app, open the command prompt and execute this command.
start ms-settings:

Similarly, to access the Windows Update GUI, Open Run by Pressing Windows Key + R, type control update  and hit enter. 

Likewise, try opening Settings from the Start menu or the Quick Link menu (Press Windows Key + X). If nothing works, try these suggested fixes. 

Enable Settings App

It is possible that the access to the update and settings for the user has been disabled. This is if you have misconfigured the registry or if there are some underlying bugs in the operating system. In this case, you can re-enable the Settings app to gain access. 

  1. Press Windows Key + R, type regedit.exe, and hit enter. 
  2. Go to this registry location
    HKEY_CURRENT_USER\Software\Microsoft\ Windows\CurrentVersion\Policies\ExplorerRegistry Location For control panel settings
  3. If you do not find any explorer options, right-click n the Policies folder, Select New > Key. 
  4. Name the new key Explorer. 
  5. Right-click on the Explorer folder and select New > Dword (32-bit) value, and rename it as NoControlPanel.Add Dword value for NOcontrolpanel
  6. Now, open the Key and enter 0 in the Value data field. 
  7. Click on Ok to save the changes. 
  8. Again, press Windows Key + R, type gpedit.msc, and hit enter.
  9. Navigate to User Configuration and expand the list.
  10. Go to Administrative Templates > Control Panel.Group Editor configuration directory
  11.  Open the Prohibit access to Control Panel and PC Settings and choose the Disabled option. prohibit access to control panel
  12. At last, restart the computer and now try opening Settings.  

Note: If the value is already present in the registry, simply change the DWORD value to 0.

Reinstall Settings App

On Windows, you can also reinstall the system apps, including the Settings App. You can use these steps to perform a fresh installation of the settings App using PowerShell. This method will do wonders if the installed Settings App is corrupted. 

  1. Press Windows Key + R to open Run.
  2. Type Powershell and then press Ctrl + Shift + Enter to open elevated powershell.
  3. Use this command on PowerShell to reinstall the settings app. 
    PowerShell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootImmersiveControlPanelAppxManifest.xmlEnable settings app using powershell

Perform Windows Update 

The issues with launching updates and settings on Windows is mostly because of some glitches in the operating system. Microsoft rolls out system updates in regular intervals, which fixes these sorts of problems on Windows. 

If you are unable to perform windows updates from the usual methods, here’s how you can do it using command lines. 

  1. Open powershell with Administrative privileges. 
  2. Install the Windows Update module using this command.
    Install-Module PSWindowsUpdateInstall update module
  3. Now type Get-WindowsUpdate and hit enter. this will check for windows updates.
     Get windows Update
  4. Then, enter, Install-WindowsUpdate to install the updates.Install Windows Update using powershell

You can perform the updates also from the command prompt. Enter these commands one by one and hit enter. 

  • To Check for new updates use,
    UsoClient StartScan Uso client startscan
  • To download the available updates, 
    UsoClient StartDownloadUso client start download
  • To install the download updates 
    UsoClient StartInstallUso client start install

Create a New User with Admin privileges

There is a chance that the existing user account has been corrupted. You could try creating a new user account with administrative privileges and then accessing the settings and updates through this new user.

  1. Open the command prompt with administrative privileges.
  2. Now, execute this command to add a User account.
    net user NewUser password1 /addAdd new user from command prompt
  3. Then use this command to administer a local group. 
    net localgroup administrators NewUser /addAdd new local group
  4. Now, log off the device and switch the user to NewUser account with password1. 
  5. Check if you can access the updates and settings from this new user account. 

If accessible, you can update the system from the new user and later switch to the previous user and check if the issue is solved. 

Uninstall Recent System Updates

This problem has been reported by many users following a Windows update. This issue in the Update and Settings app must be the result of a bug in the rolled-out update or a disruption of its installation process. To resolve this, uninstall the most recently installed Windows update.

Here’s how to do it.  

  1. Open Command Prompt with administrative privileges. 
  2. Use this command to get information about the latest installed updates. 
    wmic qfe list full /format:tableInstalled updates history
  3. Search for the recently installed update using the date and note down its HotFixID (for instance, KB5020672).
  4. Then use this command line to uninstall the updates.
    uninstall: wusa /uninstall /kb:<id>Delete installed updates
    For instance, To uninstall the update with hotfix id 5020672, use this command as;
    uninstall: wusa /uninstall /kb:KB5020672
  5. Restart the computer if needed and check if the issue still persists. 

Perform System Reset 

The final option is to reset your Windows. This will return Windows’ settings to their default. Many users have reported that performing a reset resolved the issue with the updates and settings app. 

Furthermore, you can even perform a system restore prior to the reset in order to revert the operating system to its previous functional state. This will only function, though, if you have already made a restore point before the issue started.

  1. Press Windows Key + R, type rstrui and hit enter. System Restore
  2. Click on Next and then check the option Show more restore point. Choosing restore point
  3. Select the Restore Point to use and press Next again. 
  4. Follow the prompt and complete the restore process. It usually takes around 30-60 minutes. 

If this solves issue does not get resolved with restore, or if you do not have any restore points proceed with the system reset. 

  1. Press Windows Key + R, type  systemreset –factoryreset and hit enter. 
  2. You will get a dialogue box with options to choose to Keep your files or Remove everything. You may choose a preferred option. However, It is recommended that you choose the Remove everything option for a better fix (only if you have backed up your data). Reset
  3. Click on Reset.
  4. Wait for some time, and you will see a fresh Windows system.
  5. Check the Update and Settings if they open now. 
fix
nishant

Nishant is an enthusiast who loves writing about technology. He also is heavily invested in keeping himself updated about the latest happenings in the tech world. At Tech News Today, he covers Operating Systems, how-to-topics, and Fixes.

Related Posts

how to delete win backup files

How to Delete Backup Files on Windows

January 29, 2023
how to reset password on hp laptop

How to Reset Password on HP Laptop

January 29, 2023
Reset BIOS password

4 Ways to Reset BIOS Password

January 28, 2023
how to make windows 11 look like windows 10

How to Make Windows 11 Look Like Windows 10

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
mouse not showing in chrome

Mouse Not Showing in Chrome? Here’s How to Fix It

January 25, 2023
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
how long does a cmos battery last

How Long Does a CMOS Battery Last

January 25, 2023
thunderbolt vs usb c

Thunderbolt Vs USB C: What’s the Difference

January 25, 2023
how to find hidden folder in laptop

How to Find Hidden Folder in Laptop

January 24, 2023
You may also like
how-to-connect-headphones-to-tv

5 Ways to Connect Headphones to TV

January 29, 2023
connect-airpods-to-samsung-tv

How to Connect AirPods to Samsung TV? (Step-by-Step Guide)

January 29, 2023
AIO Pump Not Working

AIO Pump Not Working? Here’s How to Fix It

January 29, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday.

Type above and press Enter to search. Press Esc to cancel.