giovedì 8 febbraio 2018

Come eliminare velocemente software inutile da Windows 10


Come eliminare i cosidetti programmi bloatware (munnezz') da Windows 10.
Aprire una finestra Powershell con diritti di amministratore ed incollare le seguenti righe:

Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | 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 *windowsmaps* | 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 *bingsports* | Remove-AppxPackage
Get-AppxPackage *bingweather* | Remove-AppxPackage
Get-AppxPackage *xboxapp* | Remove-AppxPackage


Aggiungere a proprio piacimento altra monnezza software installata da Windows 10
Utile è anche questa utility http://www.thewindowsclub.com/downloading-10appsmanager
e anche questi scripts powershell https://github.com/W4RH4WK/Debloat-Windows-10

'A munnezz' iettaml' for'...


;-)

Nessun commento: