Answers for "uninstall all microsoft apps powershell"

0

how to remove windows 10 built in apps powershell

Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Posted by: Guest on January-13-2021
0

uninstall all microsoft apps powershell

Get-AppxPackage -allusers | Remove-AppxPackage
Posted by: Guest on April-24-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language