win 10 setting not working
try these first see if work:
open start, type: cmd
right click cmd
click run administrator
type in @ prompt or copy , paste these 1 @ time : (hit enter after each)
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
run system file checker utility:
open start, type: cmd
right click cmd
click run administrator
@ command prompt, type: sfc/scannow
check integrity violations
restart system
if not work.
press windows key + x
click windows powershell (admin)
type following hit enter
powershell -executionpolicy unrestricted -command "& {$manifest = (get-appxpackage *immersivecontrolpanel*).installlocation + '\appxmanifest.xml' ; add-appxpackage -disabledevelopmentmode -register $manifest}"
exit restart.
if not work, should perform repair upgrade.
http://answers.microsoft.com/en-us/insider/wiki...
Windows / Windows 10 / Windows settings
Comments
Post a Comment