- May 7, 2013
- 10,400
Thanks, I can't see anything immediately obvious, but could you please open an elevated command prompt and then enter:
Rich (BB code):
PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *immersivecontrolpanel*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"