initial commit

This commit is contained in:
2023-01-13 08:36:36 -05:00
parent ea77a6f7ee
commit 35e3bcd03d
+1
View File
@@ -0,0 +1 @@
Get-AppXPackage *WindowsStore* -AllUsers | ForEach-Object {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}