Settings not opening

Joined
Mar 11, 2016
Messages
9
Reaction score
2
cant open settings on win 10 pro flashes on the off was told to open task manager find
win explorer &click restart then restart pc this worked 2/3 times only any advice appreciated
 
Joined
Oct 13, 2021
Messages
215
Reaction score
12
Right click on settings in the start menu and go to more then click app settings then in the window that pops up scroll down and click reset.
If that does not work than open an administrative PowerShell and
type the following: sfc /scannow
once that finishes type the following: DISM.exe /online /Cleanup-image /Restorehealth
then restart your computer.
 
Joined
Mar 11, 2016
Messages
9
Reaction score
2
Right click on settings in the start menu and go to more then click app settings then in the window that pops up scroll down and click reset.
If that does not work than open an administrative PowerShell and
type the following: sfc /scannow
once that finishes type the following: DISM.exe /online /Cleanup-image /Restorehealth
then restart your computer.
thanks for reply i have done all of that and everything is fine for a while but stops working again after 3-4 openings
 
Joined
Oct 13, 2021
Messages
215
Reaction score
12
Open admin power shell andpaste the following into it: Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Then try it once it finishes.
It reinstalls settings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top