This commit is contained in:
ghostersk
2021-05-24 12:05:21 +01:00
committed by GitHub
parent dcda9087d0
commit 6c9b789a8c
+2
View File
@@ -7,6 +7,8 @@
# Lists all app packages on system {-AllUsers > will return all apps, even not logged users}
#Get-AppxPackage -AllUsers | Select Name, PackageFullName
# Export all packages and save it in csv file
#Get-AppxPackage | Select Name, PackageFullName, InstallLocation | export-csv -Path `apps.csv' -NoTypeInformation
# Removes the app from Windows
#Get-AppxPackage Microsoft.XboxApp | Remove-AppxPackage