Karamjit Posted August 10, 2015 Share Posted August 10, 2015 Save space on your drive and remove unnecessary appsWindows 10 ships with a bunch of apps pre-installed, and it's no secret that there are users out there who still hate “Metro” apps, even though this concept has been improved a lot since the debut of Windows 8. But despite all the reasons, many want to get rid of these pre-installed apps in Windows 10, so use this tutorial to either remove the apps one by one or to delete them all at a time with a single command. Basically, the commands you can find below require administrator privileges, so unless you're in charge of your computer, you have no way to remove the apps. Keep in mind that, in case you want them back, you can find them in the Windows Store, all of them available with a free license. App removal commandsWhat you need to do first is launch a PowerShell window with administrator privileges. So fire up the Start menu and type PowerShell, but don't press Enter. Right-click the PowerShell shortcut and click “Run as administrator.” If you want to see all installed apps, paste this command in the PowerShell window:codeGet-AppxPackage –AllUsers And if you want to remove just a single app, type any of the following commands:3D printingcodeGet-AppxPackage *3d* | Remove-AppxPackage Xbox appcodeGet-AppxPackage *xbox* | Remove-AppxPackage Money/Sports/News/WeathercodeGet-AppxPackage *bing* | Remove-AppxPackage Music and TV/VideoscodeGet-AppxPackage *zune* | Remove-AppxPackage PhotoscodeGet-AppxPackage *photo* | Remove-AppxPackage Mail/CalendarcodeGet-AppxPackage *communi* | Remove-AppxPackage SolitairecodeGet-AppxPackage *solit* | Remove-AppxPackage Phone integrationcodeGet-AppxPackage *phone* | Remove-AppxPackage Voice RecordercodeGet-AppxPackage *soundrec* | Remove-AppxPackage CameracodeGet-AppxPackage *camera* | Remove-AppxPackage PeoplecodeGet-AppxPackage *people* | Remove-AppxPackage If you want to remove all apps at the same time, the command below is what you need:codeGet-AppxPackage -AllUsers | Remove-AppxPackage Once you create a new user account, though, all these apps are automatically re-installed for the new account. To prevent this from happening, use the next command:codeGet-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online As usual, make sure you create a backup before anything else, just to be on the safe side in case something bad happens. From Link to comment Share on other sites More sharing options...
OrbingStorm Posted August 11, 2015 Share Posted August 11, 2015 Hmm so ppl who "upgraded" to win 10 are uninstalling apps ,downloading programmes to block spying and having graphics driver problems with forced updates.Must be a good operating system? Link to comment Share on other sites More sharing options...
dcs18 Posted August 11, 2015 Share Posted August 11, 2015 http://goo.gl/l2S9j2 Link to comment Share on other sites More sharing options...
Kalju Posted August 11, 2015 Share Posted August 11, 2015 Hmm so ppl who "upgraded" to win 10 are uninstalling apps ,downloading programmes to block spying and having graphics driver problems with forced updates.Must be a good operating system?The problem is not whether the OP system is good or bad, but rather that all want to be smarter than Microsoft's engineers. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.