2020-10-27 23:26:39 +01:00
# Win10Debloat
2020-11-04 01:48:42 +01:00
A simple powershell script that allows you to remove most pre-installed windows 10 apps, hide the 3D objects, onedrive and music folder from 'This pc' in windows explorer, disable bing in windows search and declutter the context menu.
2020-11-03 21:24:02 +01:00
## How to run
2020-11-04 01:06:28 +01:00
Step 1. Download the script by clicking the green 'Code' button on the main github page, and extract the .ZIP file to your preferred location.
2020-11-03 21:24:02 +01:00
2020-11-04 01:06:28 +01:00
Step 2. Run the script by right-clicking the 'Run.ps1' file and selecting 'Run with Powershell' option.
2020-11-03 21:24:02 +01:00
2020-11-04 01:01:13 +01:00
Step 3. Next, accept the windows UAC prompt to run the script as administrator, this is required for the script to function.
2020-11-03 21:24:02 +01:00
2020-11-04 01:01:13 +01:00
Step 4. The script will now ask which changes you would like it to make, and start executing them.
2020-11-03 21:24:02 +01:00
2020-11-04 01:01:13 +01:00
Step 5. Once the script has executed, restart your pc to ensure all changes are properly applied.
2020-11-03 21:24:02 +01:00
2020-11-04 01:01:13 +01:00
Step 6. Done!
2020-11-03 21:24:02 +01:00
2020-11-04 01:48:42 +01:00
## Bloatware Apps
2020-11-04 01:01:13 +01:00
By default, this script will remove most, but not all of the pre-installed windows 10 applications. You configure which applications are removed by this script by editing the apps list found in the 'Win10Debloat.ps1' file.
2020-11-02 20:01:00 +01:00
### These apps will be deleted by default:
2020-10-27 23:26:39 +01:00
- Microsoft.GetHelp
- Microsoft.Getstarted
- Microsoft.WindowsFeedbackHub
2020-11-02 20:01:00 +01:00
- Microsoft.BingNews
- Microsoft.BingFinance
- Microsoft.BingSports
- Microsoft.BingWeather
- Microsoft.BingTranslator
2020-10-27 23:26:39 +01:00
- Microsoft.MicrosoftOfficeHub
2020-11-02 20:01:00 +01:00
- Microsoft.Office.OneNote
- Microsoft.MicrosoftStickyNotes
- Microsoft.SkypeApp
2020-10-27 23:26:39 +01:00
- Microsoft.OneConnect
- Microsoft.Messaging
2020-11-02 20:01:00 +01:00
- Microsoft.WindowsSoundRecorder
- Microsoft.ZuneMusic
- Microsoft.ZuneVideo
2020-10-27 23:26:39 +01:00
- Microsoft.MixedReality.Portal
- Microsoft.3DBuilder
- Microsoft.Microsoft3DViewer
- Microsoft.Print3D
- Microsoft.549981C3F5F10 (Cortana)
- Microsoft.MicrosoftSolitaireCollection
2020-11-02 20:01:00 +01:00
- Microsoft.Asphalt8Airborne
2020-10-27 23:26:39 +01:00
- king.com.BubbleWitch3Saga
- king.com.CandyCrushSaga
- king.com.CandyCrushSodaSaga
2020-11-02 20:01:00 +01:00
### These apps will NOT be deleted by default:
- Microsoft.WindowsStore (NOTE: This app cannot be reinstalled!)
- Microsoft.WindowsCalculator
- Microsoft.Windows.Photos
2020-11-03 00:02:13 +01:00
- microsoft.windowscommunicationsapps (Mail & Calendar)
- Microsoft.People
2020-11-02 20:01:00 +01:00
- Microsoft.WindowsCamera
- Microsoft.WindowsAlarms
- Microsoft.WindowsMaps
2020-11-03 00:02:13 +01:00
- Microsoft.MSPaint (Paint 3D)
- Microsoft.ScreenSketch
2020-11-02 20:01:00 +01:00
- Microsoft.YourPhone
- Microsoft.XboxApp
- Microsoft.XboxGameOverlay
- Microsoft.XboxGamingOverlay
- Microsoft.XboxSpeechToTextOverlay
2020-10-27 23:26:39 +01:00
2020-11-04 01:48:42 +01:00
## Other (Optional) Changes
2020-11-03 21:24:02 +01:00
- Hide the onedrive folder in the windows explorer sidebar.
- Hide the 3D objects folder under 'This pc' in windows explorer.
- Hide the music folder under 'This pc' in windows explorer.
2020-11-04 01:48:42 +01:00
- Disable bing in windows search.
2020-11-03 21:24:02 +01:00
- Disable the 'Include in library' from context menu.
- Disable the 'Give access to' from context menu.
- Disable the 'Share' from context menu.
2020-11-03 00:02:13 +01:00
2020-11-04 01:01:13 +01:00
These changes can be reverted with the registry files that are included in the 'Regfiles' folder.