Uploaded April 2021 | Updated September 2026, 2 weeks ago
Commands:
PowerShell -ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
C:\Windows\System32\ctfmon.exe
Commands:
PowerShell -ExecutionPolicy Unrestricted
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
C:\Windows\System32\ctfmon.exe


![#VALUE! error in Excel [Most common problem and FIX]
#VALUE! is Excels way of saying that you write your formulas wrong. here is the most common type of error. #VALUE! error in Excel [Most common problem and FIX]](https://i.ytimg.com/vi/eGlkZFojEHc/mqdefault.jpg)







