http://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/ eller kør script.ps1 som ligger i denne mappe Open administrative Powershell console (type Powershell into the search bar, right click it, run as administrator) get-executionpolicy - This will show what the current policy is, usually restricted set-executionpolicy remotesigned *Allows you to run the script. (A) for yes to all - Navigate to the directory that your script (.ps1 file) is in and type: .\script.ps1 *Add desired switches. - The script will run. set-executionpolicy restricted (A) for yes to all - When it's done set the execution policy back to what it was before: set-executionpolicy restricted (or whatever it was). Choose restricted if you don't know. - Reboot the computer. kopier dette Get-AppxPackage *3dbuilder* | Remove-AppxPackage Get-AppxPackage *windowsalarms* | Remove-AppxPackage Get-AppxPackage *windowscalculator* | Remove-AppxPackage Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage Get-AppxPackage *windowscamera* | Remove-AppxPackage Get-AppxPackage *officehub* | Remove-AppxPackage Get-AppxPackage *skypeapp* | Remove-AppxPackage Get-AppxPackage *getstarted* | Remove-AppxPackage Get-AppxPackage *zunemusic* | Remove-AppxPackage Get-AppxPackage *solitairecollection* | Remove-AppxPackage Get-AppxPackage *bingfinance* | Remove-AppxPackage Get-AppxPackage *zunevideo* | Remove-AppxPackage Get-AppxPackage *bingnews* | Remove-AppxPackage Get-AppxPackage *onenote* | Remove-AppxPackage Get-AppxPackage *people* | Remove-AppxPackage Get-AppxPackage *windowsphone* | Remove-AppxPackage Get-AppxPackage *photos* | Remove-AppxPackage Get-AppxPackage *bingsports* | Remove-AppxPackage Get-AppxPackage *soundrecorder* | Remove-AppxPackage Get-AppxPackage *bingweather* | Remove-AppxPackage Get-AppxPackage *xboxapp* | Remove-AppxPackage restore Dism/Online/Cleanup-Image/RestoreHealth Get-AppxPackage Microsoft.SecHealthUI -AllUsers | Reset-AppxPackage