mopalife.blogg.se

How to disable microsoft edge windows 10 using powershell
How to disable microsoft edge windows 10 using powershell










how to disable microsoft edge windows 10 using powershell

This command tells Windows to install those default apps again. Copy and paste the following line at the PowerShell prompt, and then press Enter: Get-AppxPackage -AllUsers| Foreach Again, open a PowerShell window as Administrator. If you decide you want the preinstalled apps back, you can reinstall them with a single line of PowerShell code.

how to disable microsoft edge windows 10 using powershell

Uninstall Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage Uninstall Windows Feedback: This app can't be removed. Uninstall Weather: Get-AppxPackage *bingweather* | Remove-AppxPackage Uninstall Voice Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage

how to disable microsoft edge windows 10 using powershell

Uninstall Sports: Get-AppxPackage *bingsports* | Remove-AppxPackage Uninstall Store: Get-AppxPackage *windowsstore* | Remove-AppxPackage Uninstall Photos: Get-AppxPackage *photos* | Remove-AppxPackage Uninstall Phone Companion: Get-AppxPackage *windowsphone* | Remove-AppxPackage Uninstall People: Get-AppxPackage *people* | Remove-AppxPackage Uninstall OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage Uninstall News: Get-AppxPackage *bingnews* | Remove-AppxPackage Uninstall Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage Uninstall Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage Uninstall Microsoft Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage Uninstall Microsoft Edge: This app can't be removed. Uninstall Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage Uninstall Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage Uninstall Get Started: Get-AppxPackage *getstarted* | Remove-AppxPackage Uninstall Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage Uninstall Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage Uninstall Cortana: This app can't be removed. Uninstall Contact Support: This app can't be removed. Uninstall Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage Uninstall Calendar and Mail: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage Uninstall Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage Uninstall Alarms and Clock: Get-AppxPackage *windowsalarms* | Remove-AppxPackage Uninstall 3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage At the PowerShell prompt, copy and paste one or more of the following commands-pressing Enter after each command-to remove the apps you don’t want on your Windows 10 system:












How to disable microsoft edge windows 10 using powershell