1. Download the .zip file You do not have permission to view the full content of this post.
Log in or register now.
2. Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
3. Enable PowerShell execution Set-ExecutionPolicy Unrestricted -Force
4. On the prompt, change to the directory where you extracted the files: e.g. - cd c:\temp
5. Next, to run either script, enter in the following: e.g. - .\Windows10DebloaterGUI.ps1
I suggest na yung "GUI" piliin niyo para interactive ka sa tool and friendly siya gamitin
NOTE:
EclipseManager, ActiproSoftwareLLC, Microsoft.PPIProjection, Microsoft.XboxGameCallableUI
You can choose to either 'Debloat' or 'Revert'. Depending on your choice, either one will run specific code to either debloat your Windows 10 machine.
The Debloat switch choice runs the following functions:
Debloat, Remove-Keys, Protect-Privacy, Stop-EdgePDF (If chosen)
The Revert switch choice runs the following functions:
Revert-Changes, Enable-EdgePDF
The Revert option reinstalls the bloatware and changes your registry keys back to default.
These scheduled tasks that are disabled have absolutely no impact on the function of the OS.
Credits: You do not have permission to view the full content of this post. Log in or register now.
2. Once extracted, open PowerShell (or PowerShell ISE) as an Administrator
3. Enable PowerShell execution Set-ExecutionPolicy Unrestricted -Force
4. On the prompt, change to the directory where you extracted the files: e.g. - cd c:\temp
5. Next, to run either script, enter in the following: e.g. - .\Windows10DebloaterGUI.ps1
I suggest na yung "GUI" piliin niyo para interactive ka sa tool and friendly siya gamitin
NOTE:
Bloatware that is removed:
3DBuilder, ActiproSoftware, Alarms, Appconnector, Asphalt8, Autodesk SketchBook, Bing Finance, Bing Food And Drink, Bing Health And Fitness, Bing News, Bing Sports, Bing Travel, Bing Weather, BioEnrollment, Camera, CandyCrush, CandyCrushSoda, Caesars Slots Free ******, ContactSupport, CyberLink MediaSuite Essentials, DrawboardPDF, Duolingo, EclipseManager, Facebook, FarmVille 2 Country Escape, Flipboard, Fresh Paint, Get started, iHeartRadio, King apps, Maps, March of Empires, Messaging, Microsoft Office Hub, Microsoft Solitaire Collection, Microsoft Sticky Notes, Minecraft, Netflix, Network Speed Test, NYT Crossword, Office Sway, OneNote, OneConnect, Pandora, People, Phone, Phototastic Collage, Pɪᴄsᴀʀᴛ-PhotoStudio, PowerBI, Royal Revolt 2, Shazam, Skype for Desktop, SoundRecorder, TuneInRadio, Twitter, Windows communications apps, Windows Feedback, Windows Feedback Hub, Windows Reading List, XboxApp, Xbox Game CallableUI, Xbox Identity Provider, Zune Music, Zune Video.This script will remove the bloatware from Windows 10 when using Remove-AppXPackage/Remove-AppXProvisionedPackage, and then delete specific registry keys that are were not removed beforehand. For best results, this script should be ran before a user profile is configured, otherwise you will likely see that apps that should have been removed will remain, and if they are removed you will find broken tiles on the start menu.
These registry keys are:EclipseManager, ActiproSoftwareLLC, Microsoft.PPIProjection, Microsoft.XboxGameCallableUI
You can choose to either 'Debloat' or 'Revert'. Depending on your choice, either one will run specific code to either debloat your Windows 10 machine.
The Debloat switch choice runs the following functions:
Debloat, Remove-Keys, Protect-Privacy, Stop-EdgePDF (If chosen)
The Revert switch choice runs the following functions:
Revert-Changes, Enable-EdgePDF
The Revert option reinstalls the bloatware and changes your registry keys back to default.
The scheduled tasks that are disabled are:
XblGameSaveTaskLogon, XblGameSaveTask, Consolidator, UsbCeip, DmClientThese scheduled tasks that are disabled have absolutely no impact on the function of the OS.
Credits: You do not have permission to view the full content of this post. Log in or register now.