Stergere aplicatii preinstalate Windows 10

Configurare noua (How To)

Situatie

Windows 10 vine cu aplicatii preinstalate. Pentru a le putea sterge sunt necesare niste comenzi in Power Shell

!!! Power Shell trebuie rulat cu drepturi de Administrator.

Solutie

1.Uninstall 3D Builder:

,,Get-AppxPackage *3dbuilder* | Remove-AppxPackage”

2.Uninstall Alarms and Clock:

,,Get-AppxPackage *windowsalarms* | Remove-AppxPackage”

3.Uninstall Calculator:

,,Get-AppxPackage *windowscalculator* | Remove-AppxPackage”

4.Uninstall Calendar and Mail:

,,Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage”

5.Uninstall Camera:

,,Get-AppxPackage *windowscamera* | Remove-AppxPackage”

 

6.Uninstall Get Office:

,,Get-AppxPackage *officehub* | Remove-AppxPackage”

7.Uninstall Get Skype:

,,Get-AppxPackage *skypeapp* | Remove-AppxPackage”

8.Uninstall Get Started:

,,Get-AppxPackage *getstarted* | Remove-AppxPackage”

9.Uninstall Groove Music:

,,Get-AppxPackage *zunemusic* | Remove-AppxPackage”

10.Uninstall Maps:

,,Get-AppxPackage *windowsmaps* | Remove-AppxPackage”

 

11.Uninstall Microsoft Solitaire Collection:

,,Get-AppxPackage *solitairecollection* | Remove-AppxPackage”

12.Uninstall Money:

,,Get-AppxPackage *bingfinance* | Remove-AppxPackage”

13.Uninstall Movies & TV:

,,Get-AppxPackage *zunevideo* | Remove-AppxPackage”

14.Uninstall News:

,,Get-AppxPackage *bingnews* | Remove-AppxPackage”

15.Uninstall OneNote:

,,Get-AppxPackage *onenote* | Remove-AppxPackage”

16.Uninstall People:

,,Get-AppxPackage *people* | Remove-AppxPackage”

17.Uninstall Phone Companion:

,,Get-AppxPackage *windowsphone* | Remove-AppxPackage”

18.Uninstall Photos:

,,Get-AppxPackage *photos* | Remove-AppxPackage”

19.Uninstall Store:

,,Get-AppxPackage *windowsstore* | Remove-AppxPackage”

20.Uninstall Sports:

,,Get-AppxPackage *bingsports* | Remove-AppxPackage”

21.Uninstall Voice Recorder:

,,Get-AppxPackage *soundrecorder* | Remove-AppxPackage”

22.Uninstall Weather:

,,Get-AppxPackage *bingweather* | Remove-AppxPackage”

 

23.Uninstall Xbox:

,,Get-AppxPackage *xboxapp* | Remove-AppxPackage”

Tip solutie

Permanent

Voteaza

(5 din 14 persoane apreciaza acest articol)

Despre Autor

Leave A Comment?