This article is gonna show you how to get rid of pre-installed apps in Windows 10 for those who hate them.
You need administrator privileges to delete these apps, if you want the deleted apps back again to your computer then you can find them in the Windows Store, all these apps are available for free in the Store.
Commands To Remove Pre-Installed Apps
1.
Click
start menu and type PowerShell
2.
Right-click
the PowerShell shortcut and click Run as administrator.
3. Past the following commands in the PowerShell Window for the desired applications to be deleted:
Get-AppxPackage
–AllUser
3D printing: Get-AppxPackage *3d* | Remove-AppxPackage
People: Get-AppxPackage *people* | Remove-AppxPackage
Camera: Get-AppxPackage *camera* | Remove-AppxPackage
Xbox app: Get-AppxPackage *xbox* | Remove-AppxPackage
Music and TV/Videos: Get-AppxPackage *zune* | Remove-AppxPackage
Money/Sports/News/Weather: Get-AppxPackage *bing* | Remove-AppxPackage
Photos: Get-AppxPackage *photo* | Remove-AppxPackage
Solitaire: Get-AppxPackage *solit* | Remove-AppxPackage
Mail/Calendar: Get-AppxPackage *communi* | Remove-AppxPackage
Voice Recorder: Get-AppxPackage *soundrec* | Remove-AppxPackage
Phone integration: Get-AppxPackage *phone* | Remove-AppxPackage
To remove all apps at once type: Get-AppxPackage -AllUsers | Remove-AppxPackage
If you create a new account all these applications will be installed again, to prevent this from happening you can tap this comand: Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online.
If you’re not interested in all these commands you can
also find so many software that can delete for you these apps and if you don’t
know any just ask and I’ll post for you the best software available.
0 commentaires:
Post a Comment