This commit is contained in:
USER
2023-03-30 20:50:43 +01:00
parent 586c89e6cf
commit ddd9ba7a17
10 changed files with 246 additions and 0 deletions

View File

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