Bila install atau upgrade ke windows 10, pre install Apps (gambar di bawah) akan di install bersama. Semua Apps ini biasanya hanya akan turunkan performance PC disebabkan Apps ini sentiasa beroperasi dibelakang, menyebabkan penggunaan CPU dan Memory yang tinggi. Untuk menurukan/mengurangkan penggunaan Memory dan Cpu pada PC, Apps ini hendaklah/harus dibuang/uninstall.
Disebabkan semua Apps ini adalah Pre-Install Apps (windows 10 tetap akan install bersama samaada kita mahu atau tidak), cara pembuangan/uninstall melalui windows Setting>Apps / control panel, atau melalui start menu, tidak diperbolehkan.
Contoh Uninstall Apps Melalui Setting>Apps
Contoh Uninstall Apps Melalui Start Menu
Right click start menu dan pilih Windows PowerShell (Admin) atau pada search bar Type "PowerShell" right click dan pilih "Run as administrator". Program PowerShell ini mesti/harus di "Run as admin" jika tidak, process uninstall itu akan gagal. click OK dan PowerShell console akan keluar seperti gambar di bawah
langkah seterusnya, copy & paste saja command dibawah ini untuk lihat semua lists installed universal Apps dalam windows 10. Contoh gambar di bawah (Copy & paste kemudian enter)
Get-AppxPackage | Select Name, PackageFullName
Dengan menggunakan command dibawah (Copy & Paste saja), anda boleh mulakan process pembuangan/uninstall semua universal apps yang ada dalam lists ini yang anda tidak perlukan.
Contoh remove/uninstall apps guna command di bawah, adalah seperti berikut,
Remove-AppxPackage "PackageFullName"
Contoh nama app yang hendak di remove/uninstall (nama apps daripada lists tadi)
Remove-AppxPackage Microsoft.MinecraftUWP_1.0.700.0_x64__8wekyb3d8bbwe
Tekan Enter, dalam beberapa saat saja, windows akan remove/uninstall apps tersebut. Selain daripada command ini, command singkat seperti dibawah ini juga boleh digunakan untuk remove/uninstall mana-mana apps.
Get-AppxPackage *Minecraft* | Remove-AppxPackage
Dengan mengabungkan command Get-AppxPackage dan Remove-AppxPackage (seperti command di atas), mana-mana apps dalam lists tadi boleh di buang. Dibawah ini ada beberapa lists command yang menggunakan command singkat, untuk memudahkan process removing/uninstalling pre-install apps. Uninstallation adalah selamat dan tidak akan menganggu system windows.
Pre-Install Apps lists
Minecraft
Get-AppxPackage *Minecraft* | Remove-AppxPackage
Candy Crush soda Saga
Get-AppxPackage *CandyCrushSodaSaga* | Remove-AppxPackage
Microsoft Solitaire Collection
Get-AppxPackage *MicrosoftSolitaireCollection* | Remove-AppxPackage
Farmville 2: Country Escape
Get-AppxPackage *FarmVille2CountryEscape* | Remove-AppxPackage
Asphalt: Airborne
Get-AppxPackage *Asphalt8Airborne* | Remove-AppxPackage
Pandora
Get-AppxPackage *PandoraMediaInc* | Remove-AppxPackage
Drawboard PDF
Get-AppxPackage *DrawboardPDF* | Remove-AppxPackage
Bing Sports
Get-AppxPackage *bingsports* | Remove-AppxPackage
Money
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get Office
Get-AppxPackage *officehub* | Remove-AppxPackage
News
Get-AppxPackage *BingNews* | Remove-AppxPackage
Phone Companion
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Netflix
Get-AppxPackage *Netflix* | Remove-AppxPackage
Weather
Get-AppxPackage *bingweather* | Remove-AppxPackage
Movie & TV
Get-AppxPackage *ZuneVideo* | Remove-AppxPackage
Groove Music
Get-AppxPackage *ZuneMusic* | Remove-AppxPackage
Weather
Get-AppxPackage *bingweather* | Remove-AppxPackage
Twitter
Get-AppxPackage *Twitter* | Remove-AppxPackage
Windows Holographfic
Get-AppxPackage *HolographicFirstRun* | Remove-AppxPackage
View 3D Preview
Get-AppxPackage *Microsoft3DViewer* | Remove-AppxPackage
App Connector
Get-AppxPackage *Appconnector* | Remove-AppxPackage
Microsoft Wallet
Get-AppxPackage *Wallet* | Remove-AppxPackage
Facebook
Get-AppxPackage *Facebook* | Remove-AppxPackage
Skype
Get-AppxPackage *Microsoft.SkypeApp* | Remove-AppxPackage
Skype Preview
Get-AppxPackage *SkypeApp* | Remove-AppxPackage
Sway
Get-AppxPackage *Office.Sway* | Remove-AppxPackage
3D Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
One Note
Get-AppxPackage *OneNote* | Remove-AppxPackageSticky Note
Get-AppxPackage *MicrosoftStickyNotes* | Remove-AppxPackageXbox
Get-AppxPackage *XboxApp* | Remove-AppxPackageXbox Game Speech
Get-AppxPackage *XboxSpeechToTextOverlay* | Remove-AppxPackageXbox One SmartGlass
Get-AppxPackage *XboxOneSmartGlass* | Remove-AppxPackageFeedback Hub
Get-AppxPackage *WindowsFeedbackHub* | Remove-AppxPackagePeople
Get-AppxPackage *People* | Remove-AppxPackageMicrosoft Wifi
Get-AppxPackage *ConnectivityStore* | Remove-AppxPackageMana-mana Apps yang tiada dalam list ini, sila gunakan cara diatas untuk remove/uninstallation. Pembuangan Apps selain daripada Apps yang dilistkan di atas, dinasihakan supaya jangan dibuang/uninstall sebab fungsi-fungsi dalam Windows 10 mungkin akan terganggu.



No comments:
Post a Comment