Files
wBase/CleaningScripts/Re-register_Store.bat
USER ddd9ba7a17 .
2023-03-30 20:50:43 +01:00

3 lines
212 B
Batchfile

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"