Come disinstallare App di default di Windows tramite script PowerShell

In Windows 10 è possibile disinstallare tutte le app preinstallate di default tramite un comando di PowerShell:

Get-AppxPackage | Remove-AppxPackage

Per disinstallare le app per tutti gli utenti del pc:

Get-AppxPackage -allusers | Remove-AppxPackage

Per disinstallare le app per un’utente specifico del pc:

Get-AppxPackage -user username | Remove-AppxPackage

Per maggiore informazioni visitare:

http://www.askvg.com/guide-how-to-remove-all-built-in-apps-in-windows-10/

Follow

© 2023 N.S. S.a.s. di Mangogna Sergio & C.

HOME         PRODOTTI         SOLUZIONI         FAQ         LINKS         DOWNLOADS         CONTATTI

P.zza Cav. di Vitt. Veneto, 28
20090 Buccinasco (MI)

P.IVA 11768670157

info@nssas.it

+39 02 36 55 1606