Run this in the commad prompt:
PowerShell -ExecutionPolicy Unrestricted -Command “& {$manifest = (Get-AppxPackage \*immersivecontrolpanel\*).InstallLocation + ‘\AppxManifest.xml’ ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}”