mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 02:56:17 +00:00
Compare commits
75 Commits
2025.05.26
...
e66103f57a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e66103f57a | ||
|
|
6c201fc027 | ||
|
|
2d9e8530eb | ||
|
|
14ba4d529c | ||
|
|
f97a01e8a9 | ||
|
|
791232e097 | ||
|
|
75ef30e6fb | ||
|
|
c1a48120d3 | ||
|
|
dc30664001 | ||
|
|
5ae374dff3 | ||
|
|
6c97bbead0 | ||
|
|
f46618dfe2 | ||
|
|
cf1a58b0d0 | ||
|
|
86a2555454 | ||
|
|
070e692b90 | ||
|
|
44aa34ab9f | ||
|
|
60a1b3eb6b | ||
|
|
3f8caf86ee | ||
|
|
f1595cd91e | ||
|
|
c52338648d | ||
|
|
d8e86a43f5 | ||
|
|
cf982af87c | ||
|
|
a368b4a8ba | ||
|
|
7c9e25d891 | ||
|
|
58d47c77cc | ||
|
|
7004fa3b31 | ||
|
|
899edfc9c6 | ||
|
|
f9f7ba828c | ||
|
|
02cb390ac6 | ||
|
|
4e4bf0d553 | ||
|
|
bdf55ed6ba | ||
|
|
b0fed2afaf | ||
|
|
b9594f2671 | ||
|
|
4719d80dd9 | ||
|
|
83f7fc7398 | ||
|
|
cf1b43dd3f | ||
|
|
15a520e219 | ||
|
|
a38c78824e | ||
|
|
0ba9d1d7c3 | ||
|
|
9b502a49c4 | ||
|
|
260895618d | ||
|
|
a662273414 | ||
|
|
6c4b401a21 | ||
|
|
75f71972b3 | ||
|
|
c3de7803ae | ||
|
|
8ce501511f | ||
|
|
a65548b9b7 | ||
|
|
98b9348b70 | ||
|
|
b100cf15f2 | ||
|
|
b6dc5c0147 | ||
|
|
a68c0a53fb | ||
|
|
31b13bf861 | ||
|
|
62e95376a6 | ||
|
|
c881858f32 | ||
|
|
cc3fc90592 | ||
|
|
70ebe29f70 | ||
|
|
74ffa9618c | ||
|
|
1cf461940d | ||
|
|
9c92f30160 | ||
|
|
49233234fa | ||
|
|
f5057625d8 | ||
|
|
41b0006430 | ||
|
|
1a170a2db1 | ||
|
|
a6a7232709 | ||
|
|
3f22b8d22d | ||
|
|
1c7c7f734f | ||
|
|
1729831af9 | ||
|
|
a2095b2b60 | ||
|
|
d7c47a587c | ||
|
|
c5702f7096 | ||
|
|
352e6db5a1 | ||
|
|
34addd3425 | ||
|
|
4165f9940d | ||
|
|
8bc12a5a85 | ||
|
|
67d529c22b |
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the bug**
|
|
||||||
A clear and concise description of what the bug is.
|
|
||||||
|
|
||||||
**To Reproduce**
|
|
||||||
Steps to reproduce the behavior:
|
|
||||||
1. Open '...'
|
|
||||||
2. Select '....'
|
|
||||||
3. Wait for '....'
|
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
|
||||||
A clear and concise description of what you expected to happen.
|
|
||||||
|
|
||||||
**Screenshots**
|
|
||||||
If applicable, add screenshots to help explain your problem.
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context about the problem here.
|
|
||||||
79
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
79
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,79 @@
|
|||||||
|
name: "🐞 Bug report"
|
||||||
|
description: "Report an issue you encountered"
|
||||||
|
labels: ["bug"]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
# 🐞 **Bug report**
|
||||||
|
Thanks for taking the time to fill out this bug report! Please provide as much information as possible in your report to help us understand and resolve the issue.
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: checklist
|
||||||
|
attributes:
|
||||||
|
label: Checklist
|
||||||
|
description: Please confirm the following before posting your issue.
|
||||||
|
options:
|
||||||
|
- label: I have searched for existing issues/discussions and didn't find any similar ones.
|
||||||
|
required: true
|
||||||
|
- label: I haven't used any other scripts, tools or programs that might have caused this issue.
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: windows_version
|
||||||
|
attributes:
|
||||||
|
label: Windows version
|
||||||
|
description: What version of Windows are you using?
|
||||||
|
placeholder: e.g. Windows 11 24H2 (26100.4202)
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: script_setting
|
||||||
|
attributes:
|
||||||
|
label: Script mode/options
|
||||||
|
description: What mode/options did you use with the script?
|
||||||
|
placeholder: e.g. "Default mode", "Custom mode with options X, Y, Z"
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: issue_description
|
||||||
|
attributes:
|
||||||
|
label: Describe the issue
|
||||||
|
description: Provide a clear and detailed description of the issue.
|
||||||
|
placeholder: e.g. "When I ran the script I expected [...], but instead [...]. This caused [...]."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: steps_to_reproduce
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: How can the behaviour be reproduced? Please provide detailed steps.
|
||||||
|
placeholder: |
|
||||||
|
1. Open '...'
|
||||||
|
2. Select '...'
|
||||||
|
3. Wait for '...'
|
||||||
|
4. Etc.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: error_logs
|
||||||
|
attributes:
|
||||||
|
label: Error output
|
||||||
|
description: "Include any relevant logs or error messages. Logs can be found in `%temp%/Win11Debloat` or the root folder of the script. Please keep in mind that logs may contain personal information such as usernames and the name of your PC, so review them before submitting."
|
||||||
|
placeholder: Include any relevant logs or error messages.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional_context
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add any other context about the problem here.
|
||||||
|
placeholder: e.g. Screenshots, links to related discussions, etc.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Open a discussion
|
||||||
|
url: https://github.com/Raphire/Win11Debloat/discussions
|
||||||
|
about: Discuss anything that is not a bug report or feature request
|
||||||
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
20
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
name: Feature request
|
|
||||||
about: Suggest an idea for this project
|
|
||||||
title: ''
|
|
||||||
labels: ''
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
|
||||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
||||||
|
|
||||||
**Describe the solution you'd like**
|
|
||||||
A clear and concise description of what you want to happen.
|
|
||||||
|
|
||||||
**Describe alternatives you've considered**
|
|
||||||
A clear and concise description of any alternative solutions or features you've considered.
|
|
||||||
|
|
||||||
**Additional context**
|
|
||||||
Add any other context or screenshots about the feature request here.
|
|
||||||
46
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
46
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
name: "💡 Feature request"
|
||||||
|
description: "Suggest a new feature or improvement"
|
||||||
|
labels: ["enhancement"]
|
||||||
|
|
||||||
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
# 💡 **Feature request**
|
||||||
|
Thanks for taking the time to suggest a feature for Win11Debloat! Please include as much detail as possible to help us understand and evaluate your suggestion.
|
||||||
|
|
||||||
|
- type: checkboxes
|
||||||
|
id: checklist
|
||||||
|
attributes:
|
||||||
|
label: Checklist
|
||||||
|
description: Please confirm the following before posting your issue.
|
||||||
|
options:
|
||||||
|
- label: I have searched for existing issues/discussions and didn't find any similar ones.
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature or improvement
|
||||||
|
description: Provide a clear and concise description of your suggested feature or improvement. Explain why you think this feature is needed and how it would benefit users.
|
||||||
|
placeholder: Describe the feature or improvement.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: examples
|
||||||
|
attributes:
|
||||||
|
label: Examples
|
||||||
|
description: Provide examples of how the feature could work or be implemented.
|
||||||
|
placeholder: e.g. Code snippets, mockups, or links to other implementations of similar features.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: additional_context
|
||||||
|
attributes:
|
||||||
|
label: Additional context
|
||||||
|
description: Add any other context or screenshots about the feature request here.
|
||||||
|
placeholder: e.g. Screenshots, links to related discussions, etc.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
277
Appslist.txt
277
Appslist.txt
@@ -2,94 +2,96 @@
|
|||||||
# The apps below this line WILL be uninstalled by default. Add a # character in front of any app you want to #
|
# The apps below this line WILL be uninstalled by default. Add a # character in front of any app you want to #
|
||||||
# KEEP installed by default. #
|
# KEEP installed by default. #
|
||||||
# -------------------------------------------------------------------------------------------------------------- #
|
# -------------------------------------------------------------------------------------------------------------- #
|
||||||
Clipchamp.Clipchamp
|
Clipchamp.Clipchamp # Video editor from Microsoft
|
||||||
Microsoft.3DBuilder
|
Microsoft.3DBuilder # Basic 3D modeling software
|
||||||
Microsoft.549981C3F5F10 #Cortana app
|
Microsoft.549981C3F5F10 # Cortana app (Voice assistant)
|
||||||
Microsoft.BingFinance
|
Microsoft.BingFinance # Finance news and tracking via Bing (Discontinued)
|
||||||
Microsoft.BingFoodAndDrink
|
Microsoft.BingFoodAndDrink # Recipes and food news via Bing (Discontinued)
|
||||||
Microsoft.BingHealthAndFitness
|
Microsoft.BingHealthAndFitness # Health and fitness tracking/news via Bing (Discontinued)
|
||||||
Microsoft.BingNews
|
Microsoft.BingNews # News aggregator via Bing (Replaced by Microsoft News/Start)
|
||||||
Microsoft.BingSports
|
Microsoft.BingSports # Sports news and scores via Bing (Discontinued)
|
||||||
Microsoft.BingTranslator
|
Microsoft.BingTranslator # Translation service via Bing
|
||||||
Microsoft.BingTravel
|
Microsoft.BingTravel # Travel planning and news via Bing (Discontinued)
|
||||||
Microsoft.BingWeather
|
Microsoft.BingWeather # Weather forecast via Bing
|
||||||
Microsoft.Copilot
|
Microsoft.Copilot # AI assistant integrated into Windows
|
||||||
Microsoft.Getstarted # Cannot be uninstalled in Windows 11
|
Microsoft.Getstarted # Tips and introductory guide for Windows (Cannot be uninstalled in Windows 11)
|
||||||
Microsoft.Messaging
|
Microsoft.Messaging # Messaging app, often integrates with Skype (Largely deprecated)
|
||||||
Microsoft.Microsoft3DViewer
|
Microsoft.Microsoft3DViewer # Viewer for 3D models
|
||||||
Microsoft.MicrosoftJournal
|
Microsoft.MicrosoftJournal # Digital note-taking app optimized for pen input
|
||||||
Microsoft.MicrosoftOfficeHub
|
Microsoft.MicrosoftOfficeHub # Hub to access Microsoft Office apps and documents (Precursor to Microsoft 365 app)
|
||||||
Microsoft.MicrosoftPowerBIForWindows
|
Microsoft.MicrosoftPowerBIForWindows # Business analytics service client
|
||||||
Microsoft.MicrosoftSolitaireCollection
|
Microsoft.MicrosoftSolitaireCollection # Collection of solitaire card games
|
||||||
Microsoft.MicrosoftStickyNotes
|
Microsoft.MicrosoftStickyNotes # Digital sticky notes app (Deprecated & replaced by OneNote)
|
||||||
Microsoft.MixedReality.Portal
|
Microsoft.MixedReality.Portal # Portal for Windows Mixed Reality headsets
|
||||||
Microsoft.NetworkSpeedTest
|
Microsoft.NetworkSpeedTest # Internet connection speed test utility
|
||||||
Microsoft.News
|
Microsoft.News # News aggregator (Replaced Bing News, now part of Microsoft Start)
|
||||||
Microsoft.Office.OneNote
|
Microsoft.Office.OneNote # Digital note-taking app (Universal Windows Platform version)
|
||||||
Microsoft.Office.Sway
|
Microsoft.Office.Sway # Presentation and storytelling app
|
||||||
Microsoft.OneConnect
|
Microsoft.OneConnect # Mobile Operator management app (Replaced by Mobile Plans)
|
||||||
Microsoft.Print3D
|
Microsoft.Print3D # 3D printing preparation software
|
||||||
Microsoft.SkypeApp
|
Microsoft.PowerAutomateDesktop # Desktop automation tool (RPA)
|
||||||
Microsoft.Todos
|
Microsoft.SkypeApp # Skype communication app (Universal Windows Platform version)
|
||||||
Microsoft.WindowsAlarms
|
Microsoft.Todos # To-do list and task management app
|
||||||
Microsoft.WindowsFeedbackHub
|
Microsoft.Windows.DevHome # Developer dashboard and tool configuration utility, no longer supported
|
||||||
Microsoft.WindowsMaps
|
Microsoft.WindowsAlarms # Alarms & Clock app
|
||||||
Microsoft.WindowsSoundRecorder
|
Microsoft.WindowsFeedbackHub # App for providing feedback to Microsoft on Windows
|
||||||
Microsoft.XboxApp # Old Xbox Console Companion App, no longer supported
|
Microsoft.WindowsMaps # Mapping and navigation app
|
||||||
Microsoft.ZuneVideo
|
Microsoft.WindowsSoundRecorder # Basic audio recording app
|
||||||
MicrosoftCorporationII.MicrosoftFamily # Family Safety App
|
Microsoft.XboxApp # Old Xbox Console Companion App, no longer supported
|
||||||
MicrosoftCorporationII.QuickAssist
|
Microsoft.ZuneVideo # Movies & TV app for renting/buying/playing video content (Rebranded as "Films & TV")
|
||||||
MicrosoftTeams # Old MS Teams personal (MS Store)
|
MicrosoftCorporationII.MicrosoftFamily # Family Safety App for managing family accounts and settings
|
||||||
MSTeams # New MS Teams app
|
MicrosoftCorporationII.QuickAssist # Remote assistance tool
|
||||||
|
MicrosoftTeams # Old MS Teams personal (MS Store version)
|
||||||
|
MSTeams # New MS Teams app (Work/School or Personal)
|
||||||
|
|
||||||
ACGMediaPlayer
|
ACGMediaPlayer # Media player app
|
||||||
ActiproSoftwareLLC
|
ActiproSoftwareLLC # Potentially UI controls or software components, often bundled by OEMs
|
||||||
AdobeSystemsIncorporated.AdobePhotoshopExpress
|
AdobeSystemsIncorporated.AdobePhotoshopExpress # Basic photo editing app from Adobe
|
||||||
Amazon.com.Amazon
|
Amazon.com.Amazon # Amazon shopping app
|
||||||
AmazonVideo.PrimeVideo
|
AmazonVideo.PrimeVideo # Amazon Prime Video streaming service app
|
||||||
Asphalt8Airborne
|
Asphalt8Airborne # Racing game
|
||||||
AutodeskSketchBook
|
AutodeskSketchBook # Digital drawing and sketching app
|
||||||
CaesarsSlotsFreeCasino
|
CaesarsSlotsFreeCasino # Casino slot machine game
|
||||||
COOKINGFEVER
|
COOKINGFEVER # Restaurant simulation game
|
||||||
CyberLinkMediaSuiteEssentials
|
CyberLinkMediaSuiteEssentials # Multimedia software suite (often preinstalled by OEMs)
|
||||||
DisneyMagicKingdoms
|
DisneyMagicKingdoms # Disney theme park building game
|
||||||
Disney
|
Disney # General Disney content app (may vary by region/OEM, often Disney+)
|
||||||
DrawboardPDF
|
DrawboardPDF # PDF viewing and annotation app, often focused on pen input
|
||||||
Duolingo-LearnLanguagesforFree
|
Duolingo-LearnLanguagesforFree # Language learning app
|
||||||
EclipseManager
|
EclipseManager # Often related to specific OEM software or utilities (e.g., for managing screen settings)
|
||||||
Facebook
|
Facebook # Facebook social media app
|
||||||
FarmVille2CountryEscape
|
FarmVille2CountryEscape # Farming simulation game
|
||||||
fitbit
|
fitbit # Fitbit activity tracker companion app
|
||||||
Flipboard
|
Flipboard # News and social network aggregator styled as a magazine
|
||||||
HiddenCity
|
HiddenCity # Hidden object puzzle adventure game
|
||||||
HULULLC.HULUPLUS
|
HULULLC.HULUPLUS # Hulu streaming service app
|
||||||
iHeartRadio
|
iHeartRadio # Internet radio streaming app
|
||||||
Instagram
|
Instagram # Instagram social media app
|
||||||
king.com.BubbleWitch3Saga
|
king.com.BubbleWitch3Saga # Puzzle game from King
|
||||||
king.com.CandyCrushSaga
|
king.com.CandyCrushSaga # Puzzle game from King
|
||||||
king.com.CandyCrushSodaSaga
|
king.com.CandyCrushSodaSaga # Puzzle game from King
|
||||||
LinkedInforWindows
|
LinkedInforWindows # LinkedIn professional networking app
|
||||||
MarchofEmpires
|
MarchofEmpires # Strategy game
|
||||||
Netflix
|
Netflix # Netflix streaming service app
|
||||||
NYTCrossword
|
NYTCrossword # New York Times crossword puzzle app
|
||||||
OneCalendar
|
OneCalendar # Calendar aggregation app
|
||||||
PandoraMediaInc
|
PandoraMediaInc # Pandora music streaming app
|
||||||
PhototasticCollage
|
PhototasticCollage # Photo collage creation app
|
||||||
PicsArt-PhotoStudio
|
PicsArt-PhotoStudio # Photo editing and creative app
|
||||||
Plex
|
Plex # Media server and player app
|
||||||
PolarrPhotoEditorAcademicEdition
|
PolarrPhotoEditorAcademicEdition # Photo editing app (Academic Edition)
|
||||||
Royal Revolt
|
Royal Revolt # Tower defense / strategy game
|
||||||
Shazam
|
Shazam # Music identification app
|
||||||
Sidia.LiveWallpaper
|
Sidia.LiveWallpaper # Live wallpaper app
|
||||||
SlingTV
|
SlingTV # Live TV streaming service app
|
||||||
Spotify
|
Spotify # Spotify music streaming app
|
||||||
TikTok
|
TikTok # TikTok short-form video app
|
||||||
TuneInRadio
|
TuneInRadio # Internet radio streaming app
|
||||||
Twitter
|
Twitter # Twitter (now X) social media app
|
||||||
Viber
|
Viber # Messaging and calling app
|
||||||
WinZipUniversal
|
WinZipUniversal # File compression and extraction utility (Universal Windows Platform version)
|
||||||
Wunderlist
|
Wunderlist # To-do list app (Acquired by Microsoft, functionality moved to Microsoft To Do)
|
||||||
XING
|
XING # Professional networking platform popular in German-speaking countries
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -98,54 +100,53 @@ XING
|
|||||||
# The apps below this line will NOT be uninstalled by default. Remove the # character in front of any app you #
|
# The apps below this line will NOT be uninstalled by default. Remove the # character in front of any app you #
|
||||||
# want to UNINSTALL by default. #
|
# want to UNINSTALL by default. #
|
||||||
# ------------------------------------------------------------------------------------------------------------- #
|
# ------------------------------------------------------------------------------------------------------------- #
|
||||||
#Microsoft.BingSearch # Web Search from Microsoft Bing (Integrates into Windows Search)
|
#Microsoft.BingSearch # Web Search from Microsoft Bing (Integrates into Windows Search)
|
||||||
#Microsoft.Copilot # New Microsoft Copilot app
|
#Microsoft.Copilot # New Microsoft Copilot app (AI assistant)
|
||||||
#Microsoft.Edge # Edge browser (Can only be uninstalled in European Economic Area)
|
#Microsoft.Edge # Edge browser (Can only be uninstalled in European Economic Area)
|
||||||
#Microsoft.GamingApp # Modern Xbox Gaming App, required for installing some PC games
|
#Microsoft.GamingApp # Modern Xbox Gaming App, required for installing some PC games
|
||||||
#Microsoft.GetHelp # Required for some Windows 11 Troubleshooters
|
#Microsoft.GetHelp # Required for some Windows 11 Troubleshooters and support interactions
|
||||||
#Microsoft.MSPaint # Paint 3D
|
#Microsoft.M365Companions # Microsoft 365 (Business) Calendar, Files and People mini-apps, these apps may be reinstalled if enabled by your Microsoft 365 admin
|
||||||
#Microsoft.OneDrive # OneDrive consumer
|
#Microsoft.MSPaint # Paint 3D (Modern paint application with 3D features)
|
||||||
#Microsoft.OutlookForWindows # New mail app: Outlook for Windows
|
#Microsoft.OneDrive # OneDrive consumer cloud storage client
|
||||||
#Microsoft.Paint # Classic Paint
|
#Microsoft.OutlookForWindows # New mail app: Outlook for Windows
|
||||||
#Microsoft.People # Required for & included with Mail & Calendar
|
#Microsoft.Paint # Classic Paint (Traditional 2D paint application)
|
||||||
#Microsoft.PowerAutomateDesktop
|
#Microsoft.People # Required for & included with Mail & Calendar (Contacts management)
|
||||||
#Microsoft.RemoteDesktop
|
#Microsoft.RemoteDesktop # Remote Desktop client app
|
||||||
#Microsoft.ScreenSketch # Snipping Tool
|
#Microsoft.ScreenSketch # Snipping Tool (Screenshot and annotation tool)
|
||||||
#Microsoft.StartExperiencesApp # This app powers Windows Widgets My Feed
|
#Microsoft.StartExperiencesApp # This app powers Windows Widgets My Feed
|
||||||
#Microsoft.Whiteboard # Only preinstalled on devices with touchscreen and/or pen support
|
#Microsoft.Whiteboard # Digital collaborative whiteboard app
|
||||||
#Microsoft.Windows.DevHome
|
#Microsoft.Windows.Photos # Default photo viewing and basic editing app
|
||||||
#Microsoft.Windows.Photos
|
#Microsoft.WindowsCalculator # Calculator app
|
||||||
#Microsoft.WindowsCalculator
|
#Microsoft.WindowsCamera # Camera app for using built-in or connected cameras
|
||||||
#Microsoft.WindowsCamera
|
#Microsoft.windowscommunicationsapps # Mail & Calendar app suite
|
||||||
#Microsoft.windowscommunicationsapps # Mail & Calendar
|
#Microsoft.WindowsNotepad # Notepad text editor app
|
||||||
#Microsoft.WindowsNotepad
|
#Microsoft.WindowsStore # Microsoft Store, WARNING: This app cannot be reinstalled easily if removed!
|
||||||
#Microsoft.WindowsStore # Microsoft Store, WARNING: This app cannot be reinstalled!
|
#Microsoft.WindowsTerminal # New default terminal app in windows 11 (Command Prompt, PowerShell, WSL)
|
||||||
#Microsoft.WindowsTerminal # New default terminal app in windows 11
|
#Microsoft.Xbox.TCUI # UI framework, seems to be required for MS store, photos and certain games
|
||||||
#Microsoft.Xbox.TCUI # UI framework, seems to be required for MS store, photos and certain games
|
#Microsoft.XboxGameOverlay # Game overlay, required/useful for some games (Part of Xbox Game Bar)
|
||||||
#Microsoft.XboxGameOverlay # Game overlay, required/useful for some games
|
#Microsoft.XboxGamingOverlay # Game overlay, required/useful for some games (Part of Xbox Game Bar)
|
||||||
#Microsoft.XboxGamingOverlay # Game overlay, required/useful for some games
|
#Microsoft.XboxIdentityProvider # Xbox sign-in framework, required for some games and Xbox services
|
||||||
#Microsoft.XboxIdentityProvider # Xbox sign-in framework, required for some games
|
#Microsoft.XboxSpeechToTextOverlay # Might be required for some games, WARNING: This app cannot be reinstalled easily! (Accessibility feature)
|
||||||
#Microsoft.XboxSpeechToTextOverlay # Might be required for some games, WARNING: This app cannot be reinstalled!
|
#Microsoft.YourPhone # Phone link (Connects Android/iOS phone to PC)
|
||||||
#Microsoft.YourPhone # Phone link
|
#Microsoft.ZuneMusic # Modern Media Player (Replaced Groove Music, plays local audio/video)
|
||||||
#Microsoft.ZuneMusic # Modern Media Player
|
#MicrosoftWindows.CrossDevice # Phone integration within File Explorer, Camera and more (Part of Phone Link features)
|
||||||
#MicrosoftWindows.CrossDevice # Phone integration within File Explorer, Camera and more
|
#AD2F1837.HPAIExperienceCenter # HP OEM software, AI-enhanced features and support
|
||||||
#AD2F1837.HPAIExperienceCenter
|
#AD2F1837.HPConnectedMusic # HP OEM software for music (Potentially discontinued)
|
||||||
#AD2F1837.HPConnectedMusic
|
#AD2F1837.HPConnectedPhotopoweredbySnapfish # HP OEM software for photos, integrated with Snapfish (Potentially discontinued)
|
||||||
#AD2F1837.HPConnectedPhotopoweredbySnapfish
|
#AD2F1837.HPDesktopSupportUtilities # HP OEM software providing desktop support tools
|
||||||
#AD2F1837.HPDesktopSupportUtilities
|
#AD2F1837.HPEasyClean # HP OEM software for system cleaning or optimization
|
||||||
#AD2F1837.HPEasyClean
|
#AD2F1837.HPFileViewer # HP OEM software for viewing specific file types
|
||||||
#AD2F1837.HPFileViewer
|
#AD2F1837.HPJumpStarts # HP OEM software for tutorials, app discovery, or quick access to HP features
|
||||||
#AD2F1837.HPJumpStarts
|
#AD2F1837.HPPCHardwareDiagnosticsWindows # HP OEM software for PC hardware diagnostics
|
||||||
#AD2F1837.HPPCHardwareDiagnosticsWindows
|
#AD2F1837.HPPowerManager # HP OEM software for managing power settings and battery
|
||||||
#AD2F1837.HPPowerManager
|
#AD2F1837.HPPrinterControl # HP OEM software for managing HP printers
|
||||||
#AD2F1837.HPPrinterControl
|
#AD2F1837.HPPrivacySettings # HP OEM software for managing privacy settings
|
||||||
#AD2F1837.HPPrivacySettings
|
#AD2F1837.HPQuickDrop # HP OEM software for quick file transfer between devices
|
||||||
#AD2F1837.HPQuickDrop
|
#AD2F1837.HPQuickTouch # HP OEM software, possibly for touch-specific shortcuts or controls
|
||||||
#AD2F1837.HPQuickTouch
|
#AD2F1837.HPRegistration # HP OEM software for product registration
|
||||||
#AD2F1837.HPRegistration
|
#AD2F1837.HPSupportAssistant # HP OEM software for support, updates, and troubleshooting
|
||||||
#AD2F1837.HPSupportAssistant
|
#AD2F1837.HPSureShieldAI # HP OEM security software, likely AI-based threat protection
|
||||||
#AD2F1837.HPSureShieldAI
|
#AD2F1837.HPSystemInformation # HP OEM software for displaying system information
|
||||||
#AD2F1837.HPSystemInformation
|
#AD2F1837.HPWelcome # HP OEM software providing a welcome experience or initial setup help
|
||||||
#AD2F1837.HPWelcome
|
#AD2F1837.HPWorkWell # HP OEM software focused on well-being, possibly with break reminders or ergonomic tips
|
||||||
#AD2F1837.HPWorkWell
|
#AD2F1837.myHP # HP OEM central hub app for device info, support, and services
|
||||||
#AD2F1837.myHP
|
|
||||||
|
|||||||
@@ -1,14 +1,11 @@
|
|||||||
Win11Debloat will make the following changes:
|
- Disable & remove Microsoft Copilot
|
||||||
- Remove the default selection of apps, the list can be found in the 'Appslist.txt' file.
|
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads
|
||||||
- Disable telemetry, diagnostic data, app-launch tracking & targeted ads.
|
- Disable tips, tricks, suggestions and ads in start, settings, notifications and File Explorer
|
||||||
- Disable & remove Bing search & Cortana in Windows search.
|
- Disable ads, suggestions and the MSN news feed in Microsoft Edge
|
||||||
- Disable tips & tricks on the lockscreen. (This may change your lockscreen wallpaper)
|
- Disable tips & tricks on the lockscreen (This may change your lockscreen wallpaper)
|
||||||
- Disable tips, tricks, suggestions and ads in start, settings, notifications and more.
|
- Disable & remove Bing web search, Bing AI and Cortana from Windows search
|
||||||
- Disable Microsoft Copilot. (Windows 11 build 22621+)
|
- Show file extensions for known file types
|
||||||
- Disable Fast Start-up to ensure a full shutdown.
|
- Disable widgets on the taskbar & lockscreen
|
||||||
- Show file extensions for known file types.
|
- Disable Fast Start-up
|
||||||
- Disable the widget service & hide the icon from the taskbar.
|
|
||||||
- Hide the Chat (meet now) icon from the taskbar.
|
|
||||||
- Hide the 3D objects folder in Windows Explorer. (Windows 10 only)
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
76
Assets/Menus/Info
Normal file → Executable file
76
Assets/Menus/Info
Normal file → Executable file
@@ -1,51 +1,64 @@
|
|||||||
Win11Debloat is a simple, easy to use and lightweight PowerShell script that can remove
|
Win11Debloat is a lightweight and easy to use PowerShell script that allows you to quickly
|
||||||
pre-installed Windows bloatware apps, disable telemetry and declutter the experience by
|
declutter and improve your Windows experience. It can remove pre-installed bloatware apps,
|
||||||
disabling or removing intrusive interface elements, ads and more. No need to go through
|
disable telemetry, remove intrusive interface elements and much more.
|
||||||
all the settings yourself, or remove apps one by one.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------
|
||||||
All Features
|
All Features
|
||||||
-------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------
|
||||||
App Removal
|
App Removal
|
||||||
- Remove a wide variety of bloatware apps.
|
- Remove a wide variety of preinstalled apps.
|
||||||
- Remove or replace all pinned apps from start for the current user, or for all existing & new users. (W11 only)
|
- Remove or replace all pinned apps from start for the current user, or for all existing & new users. (W11 only)
|
||||||
|
|
||||||
Telemetry, Tracking & Suggested Content
|
Telemetry, Tracking & Suggested Content
|
||||||
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
||||||
- Disable tips, tricks, suggestions & ads across Windows.
|
- Disable tips, tricks, suggestions & ads across Windows.
|
||||||
|
- Disable ads, suggestions and the MSN news feed in Microsoft Edge.
|
||||||
- Disable the 'Windows Spotlight' desktop background option.
|
- Disable the 'Windows Spotlight' desktop background option.
|
||||||
|
|
||||||
Bing, Copilot & More
|
Bing Web Search, Copilot & AI Features
|
||||||
- Disable & remove Bing web search & Cortana from Windows search.
|
- Disable & remove Bing web search, Bing AI and Cortana from Windows search.
|
||||||
- Disable & remove Microsoft Copilot. (W11 only)
|
- Disable & remove Microsoft Copilot.
|
||||||
- Disable Windows Recall snapshots. (W11 only)
|
- Disable Windows Recall. (W11 only)
|
||||||
|
- Disable Click to Do, AI text & image analysis tool. (W11 only)
|
||||||
|
- Disable AI Features in Edge. (W11 only)
|
||||||
|
- Disable AI Features in Paint. (W11 only)
|
||||||
|
- Disable AI Features in Notepad. (W11 only)
|
||||||
|
|
||||||
|
Personalisation
|
||||||
|
- Enable dark mode for system and apps.
|
||||||
|
- Disable transparency, animations and visual effects.
|
||||||
|
- Turn off Enhance Pointer Precision, also known as mouse acceleration.
|
||||||
|
- Disable the Sticky Keys keyboard shortcut. (W11 only)
|
||||||
|
- Restore the old Windows 10 style context menu. (W11 only)
|
||||||
|
- Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (W10 only)
|
||||||
|
|
||||||
File Explorer
|
File Explorer
|
||||||
- Change the default location that File Explorer opens to.
|
- Change the default location that File Explorer opens to.
|
||||||
- Show hidden files, folders & drives.
|
- Show hidden files, folders and drives.
|
||||||
- Show file extensions for known file types.
|
- Show file extensions for known file types.
|
||||||
- Hide the Home or Gallery section from the File Explorer navigation pane. (W11 only)
|
- Hide the Home or Gallery section from the File Explorer navigation pane. (W11 only)
|
||||||
- Hide the 3D objects, music or OneDrive folder from the File Explorer sidepanel. (W10 only)
|
- Hide the 3D objects, music or OneDrive folder from the File Explorer navigation pane. (W10 only)
|
||||||
- Hide duplicate removable drive entries from the File Explorer sidepanel.
|
- Hide duplicate removable drive entries from the File Explorer navigation pane.
|
||||||
|
|
||||||
Taskbar & Start
|
Taskbar
|
||||||
- Align taskbar icons to the left. (W11 only)
|
- Align taskbar icons to the left. (W11 only)
|
||||||
|
- Choose combine mode for taskbar buttons and labels. (W11 only)
|
||||||
|
- Choose how app icons are shown on the taskbar when using multiple monitors. (W11 only)
|
||||||
- Hide or change the search icon/box on the taskbar. (W11 only)
|
- Hide or change the search icon/box on the taskbar. (W11 only)
|
||||||
- Hide the taskview button from the taskbar. (W11 only)
|
- Hide the taskview button from the taskbar. (W11 only)
|
||||||
- Disable the widgets service & hide icon from the taskbar.
|
- Disable widgets on the taskbar & lockscreen.
|
||||||
- Hide the chat (meet now) icon from the taskbar.
|
- Hide the chat (meet now) icon from the taskbar. (W10 only)
|
||||||
- Disable & hide the recommended section in the start menu. (W11 only)
|
|
||||||
- Enable the 'End Task' option in the taskbar right click menu. (W11 only)
|
- Enable the 'End Task' option in the taskbar right click menu. (W11 only)
|
||||||
|
- Enable the 'Last Active Click' behavior in the taskbar app area.
|
||||||
|
|
||||||
Context menu
|
Start
|
||||||
- Restore the old Windows 10 style context menu. (W11 only)
|
- Disable the recommended section in the start menu. (W11 only)
|
||||||
- Hide the 'Include in library', 'Give access to' & 'Share' options from the context menu. (W10 only)
|
- Disable the Phone Link mobile devices integration in the start menu. (W11 only)
|
||||||
|
|
||||||
Other
|
Other
|
||||||
- Disable Xbox game/screen recording, this also stops gaming overlay popups.
|
- Disable Xbox Game Bar game/screen recording and controller integration. This also disables `msgaming overlay` popups.
|
||||||
- Turn off Enhance Pointer Precision, also known as mouse acceleration.
|
|
||||||
- Disable Fast Start-up to ensure a full shutdown.
|
- Disable Fast Start-up to ensure a full shutdown.
|
||||||
- Disable the Sticky Keys keyboard shortcut. (W11 only)
|
- Disable network connectivity during Modern Standby to reduce battery drain. (W11 only)
|
||||||
- Option to apply changes to a different user, instead of the currently logged in user.
|
- Option to apply changes to a different user, instead of the currently logged in user.
|
||||||
- Sysprep mode to apply changes to the Windows Default user profile.
|
- Sysprep mode to apply changes to the Windows Default user profile.
|
||||||
|
|
||||||
@@ -53,16 +66,19 @@ Other
|
|||||||
Default mode
|
Default mode
|
||||||
-------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------
|
||||||
The default mode applies the changes that are recommended for most users. This includes:
|
The default mode applies the changes that are recommended for most users. This includes:
|
||||||
- Remove the default selection of apps, the list can be found in the 'Appslist.txt' file.
|
- Remove the default selection or your custom selection of apps.
|
||||||
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
- Disable telemetry, diagnostic data, app-launch tracking & targeted ads.
|
||||||
- Disable & remove Bing web search & Cortana from Windows search.
|
|
||||||
- Disable tips, tricks, suggestions & ads across Windows.
|
- Disable tips, tricks, suggestions & ads across Windows.
|
||||||
- Disable Microsoft Copilot. (W11 only)
|
- Disable ads, suggestions and the MSN news feed in Microsoft Edge.
|
||||||
|
- Disable & remove Bing web search, Bing AI and Cortana from Windows search.
|
||||||
|
- Disable & remove Microsoft Copilot.
|
||||||
|
- Disable Windows Recall. (W11 only)
|
||||||
|
- Disable Click to Do, AI text & image analysis tool. (W11 only)
|
||||||
- Disable Fast Start-up to ensure a full shutdown.
|
- Disable Fast Start-up to ensure a full shutdown.
|
||||||
|
- Disable network connectivity during Modern Standby to reduce battery drain. (W11 only)
|
||||||
- Show file extensions for known file types.
|
- Show file extensions for known file types.
|
||||||
- Disable the widget service & hide the icon from the taskbar.
|
- Hide the 3D objects folder in Windows Explorer. (W10 only)
|
||||||
- Hide the Chat (meet now) icon from the taskbar.
|
- Disable widgets on the taskbar & lockscreen.
|
||||||
- Hide the 3D objects folder under 'This pc' from File Explorer. (W10 only)
|
- Hide the Chat (meet now) icon from the taskbar. (W10 only)
|
||||||
- Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (W10 only)
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
26
Get.ps1
26
Get.ps1
@@ -6,37 +6,52 @@ param (
|
|||||||
[string]$User,
|
[string]$User,
|
||||||
[switch]$CreateRestorePoint,
|
[switch]$CreateRestorePoint,
|
||||||
[switch]$RunAppsListGenerator, [switch]$RunAppConfigurator,
|
[switch]$RunAppsListGenerator, [switch]$RunAppConfigurator,
|
||||||
[switch]$RunDefaults, [switch]$RunWin11Defaults,
|
[switch]$RunDefaults,
|
||||||
|
[switch]$RunDefaultsLite,
|
||||||
[switch]$RunSavedSettings,
|
[switch]$RunSavedSettings,
|
||||||
[switch]$RemoveApps,
|
[switch]$RemoveApps,
|
||||||
[switch]$RemoveAppsCustom,
|
[switch]$RemoveAppsCustom,
|
||||||
[switch]$RemoveGamingApps,
|
[switch]$RemoveGamingApps,
|
||||||
[switch]$RemoveCommApps,
|
[switch]$RemoveCommApps,
|
||||||
[switch]$RemoveDevApps,
|
|
||||||
[switch]$RemoveHPApps,
|
[switch]$RemoveHPApps,
|
||||||
[switch]$RemoveW11Outlook,
|
[switch]$RemoveW11Outlook,
|
||||||
[switch]$ForceRemoveEdge,
|
[switch]$ForceRemoveEdge,
|
||||||
[switch]$DisableDVR,
|
[switch]$DisableDVR,
|
||||||
|
[switch]$DisableControllerOverlay,
|
||||||
[switch]$DisableTelemetry,
|
[switch]$DisableTelemetry,
|
||||||
[switch]$DisableFastStartup,
|
[switch]$DisableFastStartup,
|
||||||
|
[switch]$DisableModernStandbyNetworking,
|
||||||
[switch]$DisableBingSearches, [switch]$DisableBing,
|
[switch]$DisableBingSearches, [switch]$DisableBing,
|
||||||
[switch]$DisableDesktopSpotlight,
|
[switch]$DisableDesktopSpotlight,
|
||||||
[switch]$DisableLockscrTips, [switch]$DisableLockscreenTips,
|
[switch]$DisableLockscrTips, [switch]$DisableLockscreenTips,
|
||||||
[switch]$DisableWindowsSuggestions, [switch]$DisableSuggestions,
|
[switch]$DisableWindowsSuggestions, [switch]$DisableSuggestions,
|
||||||
|
[switch]$DisableEdgeAds,
|
||||||
[switch]$DisableSettings365Ads,
|
[switch]$DisableSettings365Ads,
|
||||||
[switch]$DisableSettingsHome,
|
[switch]$DisableSettingsHome,
|
||||||
[switch]$ShowHiddenFolders,
|
[switch]$ShowHiddenFolders,
|
||||||
[switch]$ShowKnownFileExt,
|
[switch]$ShowKnownFileExt,
|
||||||
[switch]$HideDupliDrive,
|
[switch]$HideDupliDrive,
|
||||||
|
[switch]$EnableDarkMode,
|
||||||
|
[switch]$DisableTransparency,
|
||||||
|
[switch]$DisableAnimations,
|
||||||
[switch]$TaskbarAlignLeft,
|
[switch]$TaskbarAlignLeft,
|
||||||
|
[switch]$CombineTaskbarAlways, [switch]$CombineTaskbarWhenFull, [switch]$CombineTaskbarNever,
|
||||||
|
[switch]$CombineMMTaskbarAlways, [switch]$CombineMMTaskbarWhenFull, [switch]$CombineMMTaskbarNever,
|
||||||
|
[switch]$MMTaskbarModeAll, [switch]$MMTaskbarModeMainActive, [switch]$MMTaskbarModeActive,
|
||||||
[switch]$HideSearchTb, [switch]$ShowSearchIconTb, [switch]$ShowSearchLabelTb, [switch]$ShowSearchBoxTb,
|
[switch]$HideSearchTb, [switch]$ShowSearchIconTb, [switch]$ShowSearchLabelTb, [switch]$ShowSearchBoxTb,
|
||||||
[switch]$HideTaskview,
|
[switch]$HideTaskview,
|
||||||
[switch]$DisableStartRecommended,
|
[switch]$DisableStartRecommended,
|
||||||
|
[switch]$DisableStartPhoneLink,
|
||||||
[switch]$DisableCopilot,
|
[switch]$DisableCopilot,
|
||||||
[switch]$DisableRecall,
|
[switch]$DisableRecall,
|
||||||
|
[switch]$DisableClickToDo,
|
||||||
|
[switch]$DisablePaintAI,
|
||||||
|
[switch]$DisableNotepadAI,
|
||||||
|
[switch]$DisableEdgeAI,
|
||||||
[switch]$DisableWidgets, [switch]$HideWidgets,
|
[switch]$DisableWidgets, [switch]$HideWidgets,
|
||||||
[switch]$DisableChat, [switch]$HideChat,
|
[switch]$DisableChat, [switch]$HideChat,
|
||||||
[switch]$EnableEndTask,
|
[switch]$EnableEndTask,
|
||||||
|
[switch]$EnableLastActiveClick,
|
||||||
[switch]$ClearStart,
|
[switch]$ClearStart,
|
||||||
[string]$ReplaceStart,
|
[string]$ReplaceStart,
|
||||||
[switch]$ClearStartAllUsers,
|
[switch]$ClearStartAllUsers,
|
||||||
@@ -50,6 +65,7 @@ param (
|
|||||||
[switch]$ExplorerToThisPC,
|
[switch]$ExplorerToThisPC,
|
||||||
[switch]$ExplorerToDownloads,
|
[switch]$ExplorerToDownloads,
|
||||||
[switch]$ExplorerToOneDrive,
|
[switch]$ExplorerToOneDrive,
|
||||||
|
[switch]$NoRestartExplorer,
|
||||||
[switch]$DisableOnedrive, [switch]$HideOnedrive,
|
[switch]$DisableOnedrive, [switch]$HideOnedrive,
|
||||||
[switch]$Disable3dObjects, [switch]$Hide3dObjects,
|
[switch]$Disable3dObjects, [switch]$Hide3dObjects,
|
||||||
[switch]$DisableMusic, [switch]$HideMusic,
|
[switch]$DisableMusic, [switch]$HideMusic,
|
||||||
@@ -75,7 +91,7 @@ Write-Output "------------------------------------------------------------------
|
|||||||
Write-Output "> Downloading Win11Debloat..."
|
Write-Output "> Downloading Win11Debloat..."
|
||||||
|
|
||||||
# Download latest version of Win11Debloat from github as zip archive
|
# Download latest version of Win11Debloat from github as zip archive
|
||||||
Invoke-WebRequest https://github.com/Raphire/Win11Debloat/zipball/2025.05.26 -OutFile "$env:TEMP/win11debloat-temp.zip"
|
Invoke-RestMethod https://api.github.com/repos/Raphire/Win11Debloat/zipball/2025.10.06 -OutFile "$env:TEMP/win11debloat.zip"
|
||||||
|
|
||||||
# Remove old script folder if it exists, except for CustomAppsList and SavedSettings files
|
# Remove old script folder if it exists, except for CustomAppsList and SavedSettings files
|
||||||
if (Test-Path "$env:TEMP/Win11Debloat") {
|
if (Test-Path "$env:TEMP/Win11Debloat") {
|
||||||
@@ -88,10 +104,10 @@ Write-Output ""
|
|||||||
Write-Output "> Unpacking..."
|
Write-Output "> Unpacking..."
|
||||||
|
|
||||||
# Unzip archive to Win11Debloat folder
|
# Unzip archive to Win11Debloat folder
|
||||||
Expand-Archive "$env:TEMP/win11debloat-temp.zip" "$env:TEMP/Win11Debloat"
|
Expand-Archive "$env:TEMP/win11debloat.zip" "$env:TEMP/Win11Debloat"
|
||||||
|
|
||||||
# Remove archive
|
# Remove archive
|
||||||
Remove-Item "$env:TEMP/win11debloat-temp.zip"
|
Remove-Item "$env:TEMP/win11debloat.zip"
|
||||||
|
|
||||||
# Move files
|
# Move files
|
||||||
Get-ChildItem -Path "$env:TEMP/Win11Debloat/Raphire-Win11Debloat-*" -Recurse | Move-Item -Destination "$env:TEMP/Win11Debloat"
|
Get-ChildItem -Path "$env:TEMP/Win11Debloat/Raphire-Win11Debloat-*" -Recurse | Move-Item -Destination "$env:TEMP/Win11Debloat"
|
||||||
|
|||||||
413
README.md
Normal file → Executable file
413
README.md
Normal file → Executable file
@@ -47,7 +47,7 @@ Download & run the script automatically via PowerShell.
|
|||||||
3. Wait for the script to automatically download Win11Debloat.
|
3. Wait for the script to automatically download Win11Debloat.
|
||||||
4. Carefully read through and follow the on-screen instructions.
|
4. Carefully read through and follow the on-screen instructions.
|
||||||
|
|
||||||
This method supports parameters to customize the behaviour of the script. Please click [here](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use#parameters) for more information.
|
This method supports command-line parameters to customize the behaviour of the script. Please click [here](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use#parameters) for more information.
|
||||||
|
|
||||||
### Traditional method
|
### Traditional method
|
||||||
|
|
||||||
@@ -83,12 +83,12 @@ This method supports parameters to customize the behaviour of the script. Please
|
|||||||
|
|
||||||
6. Carefully read through and follow the on-screen instructions.
|
6. Carefully read through and follow the on-screen instructions.
|
||||||
|
|
||||||
This method supports parameters to customize the behaviour of the script. Please click [here](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use#parameters) for more information.
|
This method supports command-line parameters to customize the behaviour of the script. Please click [here](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use#parameters) for more information.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
Below is an overview of the key features and functionality offered by Win11Debloat. For more information about which of these features are included in the default mode please click [here](#default-settings).
|
Below is an overview of the key features and functionality offered by Win11Debloat. For more information about what features are included in the default mode please refer to [this section](#default-settings) below.
|
||||||
|
|
||||||
> [!Tip]
|
> [!Tip]
|
||||||
> All of the changes made by Win11Debloat can easily be reverted and almost all of the apps can be reinstalled through the Microsoft Store. A full guide on how to revert changes can be found [here](https://github.com/Raphire/Win11Debloat/wiki/Reverting-Changes).
|
> All of the changes made by Win11Debloat can easily be reverted and almost all of the apps can be reinstalled through the Microsoft Store. A full guide on how to revert changes can be found [here](https://github.com/Raphire/Win11Debloat/wiki/Reverting-Changes).
|
||||||
@@ -96,19 +96,33 @@ Below is an overview of the key features and functionality offered by Win11Deblo
|
|||||||
#### App Removal
|
#### App Removal
|
||||||
|
|
||||||
- Remove a wide variety of preinstalled apps. Click [here](https://github.com/Raphire/Win11Debloat/wiki/App-Removal) for more info.
|
- Remove a wide variety of preinstalled apps. Click [here](https://github.com/Raphire/Win11Debloat/wiki/App-Removal) for more info.
|
||||||
- Remove or replace all pinned apps from start for the current user, or for all existing & new users. (Windows 11 only)
|
- Remove or replace all pinned apps from start for the current user, or for all existing & new users. (W11 only)
|
||||||
|
|
||||||
#### Telemetry, Tracking & Suggested Content
|
#### Telemetry, Tracking & Suggested Content
|
||||||
|
|
||||||
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
||||||
- Disable tips, tricks, suggestions and ads in start, settings, notifications, File Explorer, and on the lockscreen.
|
- Disable tips, tricks, suggestions & ads across Windows.
|
||||||
|
- Disable ads, suggestions and the MSN news feed in Microsoft Edge.
|
||||||
- Disable the 'Windows Spotlight' desktop background option.
|
- Disable the 'Windows Spotlight' desktop background option.
|
||||||
|
|
||||||
#### Bing Web Search, Copilot & More
|
#### Bing Web Search, Copilot & AI Features
|
||||||
|
|
||||||
- Disable & remove Bing web search & Cortana from Windows search.
|
- Disable & remove Bing web search, Bing AI and Cortana from Windows search.
|
||||||
- Disable & remove Microsoft Copilot. (W11 only)
|
- Disable & remove Microsoft Copilot.
|
||||||
- Disable Windows Recall snapshots. (W11 only)
|
- Disable Windows Recall. (W11 only)
|
||||||
|
- Disable Click to Do, AI text & image analysis tool. (W11 only)
|
||||||
|
- Disable AI Features in Edge. (W11 only)
|
||||||
|
- Disable AI Features in Paint. (W11 only)
|
||||||
|
- Disable AI Features in Notepad. (W11 only)
|
||||||
|
|
||||||
|
#### Personalisation
|
||||||
|
|
||||||
|
- Enable dark mode for system and apps.
|
||||||
|
- Disable transparency, animations and visual effects.
|
||||||
|
- Turn off Enhance Pointer Precision, also known as mouse acceleration.
|
||||||
|
- Disable the Sticky Keys keyboard shortcut. (W11 only)
|
||||||
|
- Restore the old Windows 10 style context menu. (W11 only)
|
||||||
|
- Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (W10 only)
|
||||||
|
|
||||||
#### File Explorer
|
#### File Explorer
|
||||||
|
|
||||||
@@ -119,217 +133,220 @@ Below is an overview of the key features and functionality offered by Win11Deblo
|
|||||||
- Hide the 3D objects, music or OneDrive folder from the File Explorer navigation pane. (W10 only)
|
- Hide the 3D objects, music or OneDrive folder from the File Explorer navigation pane. (W10 only)
|
||||||
- Hide duplicate removable drive entries from the File Explorer navigation pane, so only the entry under 'This PC' remains.
|
- Hide duplicate removable drive entries from the File Explorer navigation pane, so only the entry under 'This PC' remains.
|
||||||
|
|
||||||
#### Taskbar & Start
|
#### Taskbar
|
||||||
|
|
||||||
- Align taskbar icons to the left. (W11 only)
|
- Align taskbar icons to the left. (W11 only)
|
||||||
|
- Choose combine mode for taskbar buttons and labels. (W11 only)
|
||||||
|
- Choose how app icons are shown on the taskbar when using multiple monitors. (W11 only)
|
||||||
- Hide or change the search icon/box on the taskbar. (W11 only)
|
- Hide or change the search icon/box on the taskbar. (W11 only)
|
||||||
- Hide the taskview button from the taskbar. (W11 only)
|
- Hide the taskview button from the taskbar. (W11 only)
|
||||||
- Disable the widgets service & hide icon from the taskbar.
|
- Disable widgets on the taskbar & lockscreen.
|
||||||
- Hide the chat (meet now) icon from the taskbar.
|
- Hide the chat (meet now) icon from the taskbar. (W10 only)
|
||||||
- Disable & hide the recommended section in the start menu. (W11 only)
|
|
||||||
- Enable the 'End Task' option in the taskbar right click menu. (W11 only)
|
- Enable the 'End Task' option in the taskbar right click menu. (W11 only)
|
||||||
|
- Enable the 'Last Active Click' behavior in the taskbar app area. This allows you to repeatedly click on an application's icon in the taskbar to switch focus between the open windows of that application.
|
||||||
|
|
||||||
#### Context Menu
|
#### Start
|
||||||
|
|
||||||
- Restore the old Windows 10 style context menu. (W11 only)
|
- Disable the recommended section in the start menu. (W11 only)
|
||||||
- Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (W10 only)
|
- Disable the Phone Link mobile devices integration in the start menu. (W11 only)
|
||||||
|
|
||||||
#### Other
|
#### Other
|
||||||
|
|
||||||
- Disable Xbox game/screen recording, this also stops gaming overlay popups.
|
- Disable Xbox Game Bar game/screen recording and controller integration. This also disables the annoying `msgaming overlay` popups if you uninstalled the Xbox Game Bar app.
|
||||||
- Turn off Enhance Pointer Precision, also known as mouse acceleration.
|
|
||||||
- Disable Fast Start-up to ensure a full shutdown.
|
- Disable Fast Start-up to ensure a full shutdown.
|
||||||
- Disable the Sticky Keys keyboard shortcut. (W11 only)
|
- Disable network connectivity during Modern Standby to reduce battery drain. (W11 only)
|
||||||
- Option to [apply changes to a different user](https://github.com/Raphire/Win11Debloat/wiki/Advanced-Features#running-as-another-user), instead of the currently logged in user.
|
- Option to [apply changes to a different user](https://github.com/Raphire/Win11Debloat/wiki/Advanced-Features#running-as-another-user), instead of the currently logged in user.
|
||||||
- [Sysprep mode](https://github.com/Raphire/Win11Debloat/wiki/Advanced-Features#sysprep-mode) to apply changes to the Windows Default user profile. Afterwards, all new users will have the changes automatically applied to them.
|
- [Sysprep mode](https://github.com/Raphire/Win11Debloat/wiki/Advanced-Features#sysprep-mode) to apply changes to the Windows Default user profile. Afterwards, all new users will have the changes automatically applied to them.
|
||||||
|
|
||||||
### Default Settings
|
### Default Settings
|
||||||
|
|
||||||
Win11Debloat offers a 1-click default mode that allows you to quickly and easily apply the changes that are recommended for most people. This includes uninstalling apps that most would consider bloatware, removing many annoying distractions and disabling telemetry and tracking. Expand the section below for more information.
|
Win11Debloat's default mode allows you to quickly and easily apply the changes that are recommended for most people. This includes removing many annoying distractions, disabling telemetry and tracking and optionally uninstalling the default or your custom selection of apps. To apply the default settings, launch the script as you normally would and select option `1` in the script menu.
|
||||||
|
|
||||||
|
Alternatively, you can launch the script with the `-RunDefaults` or `-RunDefaultsLite` parameters to immediately run the defaults without going through the menu or the app removal options. Using the `-RunDefaults` parameter will run the script in default mode and remove the default selection of apps. While using the `-RunDefaultsLite` parameter will run the script in default mode without removing any apps. Example:
|
||||||
|
```Powershell
|
||||||
|
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Changes included in the default mode
|
||||||
|
- Remove the default or your custom selection of apps. (See below for the default selection of apps)
|
||||||
|
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
||||||
|
- Disable tips, tricks, suggestions & ads across Windows.
|
||||||
|
- Disable ads, suggestions and the MSN news feed in Microsoft Edge.
|
||||||
|
- Disable & remove Bing web search, Bing AI and Cortana from Windows search.
|
||||||
|
- Disable & remove Microsoft Copilot.
|
||||||
|
- Disable Windows Recall. (W11 only)
|
||||||
|
- Disable Click to Do, AI text & image analysis tool. (W11 only)
|
||||||
|
- Disable Fast Start-up to ensure a full shutdown.
|
||||||
|
- Disable network connectivity during Modern Standby to reduce battery drain. (W11 only)
|
||||||
|
- Show file extensions for known file types.
|
||||||
|
- Hide the 3D objects folder under 'This pc' from File Explorer. (W10 only)
|
||||||
|
- Disable widgets on the taskbar & lockscreen.
|
||||||
|
- Hide the Chat (meet now) icon from the taskbar. (W10 only)
|
||||||
|
|
||||||
|
#### Apps that ARE removed by default
|
||||||
|
|
||||||
|
These apps are uninstalled when you opt to remove the default selection of apps.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Click to expand</summary>
|
<summary>Click to expand</summary>
|
||||||
|
<blockquote>
|
||||||
#### Default mode applies the following changes:
|
|
||||||
- Remove the default selection of bloatware apps. (See below for full list)
|
Microsoft apps:
|
||||||
- Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
|
- Clipchamp.Clipchamp (Video editor from Microsoft)
|
||||||
- Disable tips, tricks, suggestions and ads in start, settings, notifications, File Explorer, and on the lockscreen.
|
- Microsoft.3DBuilder (Basic 3D modeling software)
|
||||||
- Disable & remove Bing web search & Cortana from Windows search.
|
- Microsoft.549981C3F5F10 (Cortana app, discontinued)
|
||||||
- Disable Microsoft Copilot. (W11 only)
|
- Microsoft.BingFinance (Finance news and tracking via Bing, discontinued)
|
||||||
- Disable Fast Start-up to ensure a full shutdown.
|
- Microsoft.BingFoodAndDrink (Recipes and food news via Bing, discontinued)
|
||||||
- Show file extensions for known file types.
|
- Microsoft.BingHealthAndFitness (Health and fitness tracking/news via Bing, discontinued)
|
||||||
- Hide the 3D objects folder under 'This pc' from File Explorer. (W10 only)
|
- Microsoft.BingNews (News aggregator via Bing, replaced by Microsoft News/Start)
|
||||||
- Disable the widget service & hide the icon from the taskbar.
|
- Microsoft.BingSports (Sports news and scores via Bing, discontinued)
|
||||||
- Hide the Chat (meet now) icon from the taskbar.
|
- Microsoft.BingTranslator (Translation service via Bing)
|
||||||
|
- Microsoft.BingTravel (Travel planning and news via Bing, discontinued)
|
||||||
|
- Microsoft.BingWeather (Weather forecast via Bing)
|
||||||
|
- Microsoft.Copilot (AI assistant integrated into Windows)
|
||||||
|
- Microsoft.Getstarted (Tips and introductory guide for Windows, cannot be uninstalled in Windows 11)
|
||||||
|
- Microsoft.Messaging (Messaging app, often integrates with Skype, largely deprecated)
|
||||||
|
- Microsoft.Microsoft3DViewer (Viewer for 3D models)
|
||||||
|
- Microsoft.MicrosoftJournal (Digital note-taking app optimized for pen input)
|
||||||
|
- Microsoft.MicrosoftOfficeHub (Hub to access Microsoft Office apps and documents, precursor to Microsoft 365 app)
|
||||||
|
- Microsoft.MicrosoftPowerBIForWindows (Business analytics service client)
|
||||||
|
- Microsoft.MicrosoftSolitaireCollection (Collection of solitaire card games)
|
||||||
|
- Microsoft.MicrosoftStickyNotes (Digital sticky notes app, deprecated & replaced by OneNote)
|
||||||
|
- Microsoft.MixedReality.Portal (Portal for Windows Mixed Reality headsets)
|
||||||
|
- Microsoft.NetworkSpeedTest (Internet connection speed test utility)
|
||||||
|
- Microsoft.News (News aggregator. Replaced Bing News and now part of Microsoft Start)
|
||||||
|
- Microsoft.Office.OneNote (Digital note-taking app, Universal Windows Platform version)
|
||||||
|
- Microsoft.Office.Sway (Presentation and storytelling app)
|
||||||
|
- Microsoft.OneConnect (Mobile Operator management app, replaced by Mobile Plans)
|
||||||
|
- Microsoft.PowerAutomateDesktop (Desktop automation tool)
|
||||||
|
- Microsoft.Print3D (3D printing preparation software)
|
||||||
|
- Microsoft.SkypeApp (Skype communication app, Universal Windows Platform version)
|
||||||
|
- Microsoft.Todos (To-do list and task management app)
|
||||||
|
- Microsoft.Windows.DevHome (Developer dashboard and tool configuration utility, no longer supported)
|
||||||
|
- Microsoft.WindowsAlarms (Alarms & Clock app)
|
||||||
|
- Microsoft.WindowsFeedbackHub (App for providing feedback to Microsoft on Windows)
|
||||||
|
- Microsoft.WindowsMaps (Mapping and navigation app)
|
||||||
|
- Microsoft.WindowsSoundRecorder (Basic audio recording app)
|
||||||
|
- Microsoft.XboxApp (Old Xbox Console Companion App, no longer supported)
|
||||||
|
- Microsoft.ZuneVideo (Movies & TV app for renting/buying/playing video content. Rebranded as "Films & TV")
|
||||||
|
- MicrosoftCorporationII.MicrosoftFamily (Family Safety App for managing family accounts and settings)
|
||||||
|
- MicrosoftCorporationII.QuickAssist (Remote assistance tool)
|
||||||
|
- MicrosoftTeams (Old MS Teams personal, MS Store version)
|
||||||
|
- MSTeams (New MS Teams app. Work/School or Personal)
|
||||||
|
|
||||||
#### Apps that ARE removed as part of the default mode
|
Third party apps:
|
||||||
|
- ACGMediaPlayer
|
||||||
<details>
|
- ActiproSoftwareLLC
|
||||||
<summary>Click to expand</summary>
|
- AdobeSystemsIncorporated.AdobePhotoshopExpress
|
||||||
<blockquote>
|
- Amazon.com.Amazon
|
||||||
|
- AmazonVideo.PrimeVideo
|
||||||
Microsoft bloat:
|
- Asphalt8Airborne
|
||||||
- Clipchamp.Clipchamp
|
- AutodeskSketchBook
|
||||||
- Microsoft.3DBuilder
|
- CaesarsSlotsFreeCasino
|
||||||
- Microsoft.549981C3F5F10 (Cortana app)
|
- COOKINGFEVER
|
||||||
- Microsoft.BingFinance
|
- CyberLinkMediaSuiteEssentials
|
||||||
- Microsoft.BingFoodAndDrink
|
- DisneyMagicKingdoms
|
||||||
- Microsoft.BingHealthAndFitness
|
- Disney
|
||||||
- Microsoft.BingNews
|
- DrawboardPDF
|
||||||
- Microsoft.BingSearch* (Bing web search in Windows)
|
- Duolingo-LearnLanguagesforFree
|
||||||
- Microsoft.BingSports
|
- EclipseManager
|
||||||
- Microsoft.BingTranslator
|
- Facebook
|
||||||
- Microsoft.BingTravel
|
- FarmVille2CountryEscape
|
||||||
- Microsoft.BingWeather
|
- fitbit
|
||||||
- Microsoft.Copilot
|
- Flipboard
|
||||||
- Microsoft.Getstarted (Cannot be uninstalled in Windows 11)
|
- HiddenCity
|
||||||
- Microsoft.Messaging
|
- HULULLC.HULUPLUS
|
||||||
- Microsoft.Microsoft3DViewer
|
- iHeartRadio
|
||||||
- Microsoft.MicrosoftJournal
|
- Instagram
|
||||||
- Microsoft.MicrosoftOfficeHub
|
- king.com.BubbleWitch3Saga
|
||||||
- Microsoft.MicrosoftPowerBIForWindows
|
- king.com.CandyCrushSaga
|
||||||
- Microsoft.MicrosoftSolitaireCollection
|
- king.com.CandyCrushSodaSaga
|
||||||
- Microsoft.MicrosoftStickyNotes
|
- LinkedInforWindows
|
||||||
- Microsoft.MixedReality.Portal
|
- MarchofEmpires
|
||||||
- Microsoft.NetworkSpeedTest
|
- Netflix
|
||||||
- Microsoft.News
|
- NYTCrossword
|
||||||
- Microsoft.Office.OneNote (Discontinued UWP version only, does not remove new MS365 versions)
|
- OneCalendar
|
||||||
- Microsoft.Office.Sway
|
- PandoraMediaInc
|
||||||
- Microsoft.OneConnect
|
- PhototasticCollage
|
||||||
- Microsoft.Print3D
|
- PicsArt-PhotoStudio
|
||||||
- Microsoft.SkypeApp
|
- Plex
|
||||||
- Microsoft.Todos
|
- PolarrPhotoEditorAcademicEdition
|
||||||
- Microsoft.WindowsAlarms
|
- Royal Revolt
|
||||||
- Microsoft.WindowsFeedbackHub
|
- Shazam
|
||||||
- Microsoft.WindowsMaps
|
- Sidia.LiveWallpaper
|
||||||
- Microsoft.WindowsSoundRecorder
|
- SlingTV
|
||||||
- Microsoft.XboxApp (Old Xbox Console Companion App, no longer supported)
|
- Spotify
|
||||||
- Microsoft.ZuneVideo
|
- TikTok
|
||||||
- MicrosoftCorporationII.MicrosoftFamily (Microsoft Family Safety)
|
- TuneInRadio
|
||||||
- MicrosoftTeams (Old personal version of MS Teams from the MS Store)
|
- Twitter
|
||||||
- MSTeams (New MS Teams app)
|
- Viber
|
||||||
|
- WinZipUniversal
|
||||||
Third party bloat:
|
- Wunderlist
|
||||||
- ACGMediaPlayer
|
- XING
|
||||||
- ActiproSoftwareLLC
|
</blockquote>
|
||||||
- AdobeSystemsIncorporated.AdobePhotoshopExpress
|
</details>
|
||||||
- Amazon.com.Amazon
|
|
||||||
- AmazonVideo.PrimeVideo
|
|
||||||
- Asphalt8Airborne
|
|
||||||
- AutodeskSketchBook
|
|
||||||
- CaesarsSlotsFreeCasino
|
|
||||||
- COOKINGFEVER
|
|
||||||
- CyberLinkMediaSuiteEssentials
|
|
||||||
- DisneyMagicKingdoms
|
|
||||||
- Disney
|
|
||||||
- Dolby
|
|
||||||
- DrawboardPDF
|
|
||||||
- Duolingo-LearnLanguagesforFree
|
|
||||||
- EclipseManager
|
|
||||||
- Facebook
|
|
||||||
- FarmVille2CountryEscape
|
|
||||||
- fitbit
|
|
||||||
- Flipboard
|
|
||||||
- HiddenCity
|
|
||||||
- HULULLC.HULUPLUS
|
|
||||||
- iHeartRadio
|
|
||||||
- Instagram
|
|
||||||
- king.com.BubbleWitch3Saga
|
|
||||||
- king.com.CandyCrushSaga
|
|
||||||
- king.com.CandyCrushSodaSaga
|
|
||||||
- LinkedInforWindows
|
|
||||||
- MarchofEmpires
|
|
||||||
- Netflix
|
|
||||||
- NYTCrossword
|
|
||||||
- OneCalendar
|
|
||||||
- PandoraMediaInc
|
|
||||||
- PhototasticCollage
|
|
||||||
- PicsArt-PhotoStudio
|
|
||||||
- Plex
|
|
||||||
- PolarrPhotoEditorAcademicEdition
|
|
||||||
- Royal Revolt
|
|
||||||
- Shazam
|
|
||||||
- Sidia.LiveWallpaper
|
|
||||||
- SlingTV
|
|
||||||
- Speed Test
|
|
||||||
- Spotify
|
|
||||||
- TikTok
|
|
||||||
- TuneInRadio
|
|
||||||
- Twitter
|
|
||||||
- Viber
|
|
||||||
- WinZipUniversal
|
|
||||||
- Wunderlist
|
|
||||||
- XING
|
|
||||||
|
|
||||||
* App is removed when disabling Bing in Windows search.
|
|
||||||
</blockquote>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
#### Apps that are NOT removed as part of the default mode
|
|
||||||
|
|
||||||
<details>
|
|
||||||
<summary>Click to expand</summary>
|
|
||||||
<blockquote>
|
|
||||||
|
|
||||||
General apps that are not removed by default:
|
#### Apps that are NOT removed by default
|
||||||
- Microsoft.Edge (Edge browser, only removeable in the EEA)
|
|
||||||
- Microsoft.GetHelp (Required for some Windows 11 Troubleshooters)
|
|
||||||
- Microsoft.MSPaint (Paint 3D)
|
|
||||||
- Microsoft.OutlookForWindows* (New mail app)
|
|
||||||
- Microsoft.OneDrive (OneDrive consumer)
|
|
||||||
- Microsoft.Paint (Classic Paint)
|
|
||||||
- Microsoft.People* (Required for & included with Mail & Calendar)
|
|
||||||
- Microsoft.ScreenSketch (Snipping Tool)
|
|
||||||
- Microsoft.Whiteboard (Only preinstalled on devices with touchscreen and/or pen support)
|
|
||||||
- Microsoft.Windows.Photos
|
|
||||||
- Microsoft.WindowsCalculator
|
|
||||||
- Microsoft.WindowsCamera
|
|
||||||
- Microsoft.WindowsNotepad
|
|
||||||
- Microsoft.windowscommunicationsapps* (Mail & Calendar)
|
|
||||||
- Microsoft.WindowsStore (Microsoft Store, NOTE: This app cannot be reinstalled!)
|
|
||||||
- Microsoft.WindowsTerminal (New default terminal app in Windows 11)
|
|
||||||
- Microsoft.YourPhone (Phone Link)
|
|
||||||
- Microsoft.Xbox.TCUI (UI framework, removing this may break MS store, photos and certain games)
|
|
||||||
- Microsoft.ZuneMusic (Modern Media Player)
|
|
||||||
- MicrosoftWindows.CrossDevice (Phone integration within File Explorer, Camera and more)
|
|
||||||
|
|
||||||
HP apps that are not removed by default:
|
These apps will not be removed by Win11Debloat unless explicitly selected by the user.
|
||||||
- AD2F1837.HPAIExperienceCenter*
|
|
||||||
- AD2F1837.HPConnectedMusic*
|
<details>
|
||||||
- AD2F1837.HPConnectedPhotopoweredbySnapfish*
|
<summary>Click to expand</summary>
|
||||||
- AD2F1837.HPDesktopSupportUtilities*
|
<blockquote>
|
||||||
- AD2F1837.HPEasyClean*
|
|
||||||
- AD2F1837.HPFileViewer*
|
Miscellaneous apps:
|
||||||
- AD2F1837.HPJumpStarts*
|
- Microsoft.Edge (Edge browser, only removeable in the EEA)
|
||||||
- AD2F1837.HPPCHardwareDiagnosticsWindows*
|
- Microsoft.GetHelp (Required for some Windows 11 Troubleshooters)
|
||||||
- AD2F1837.HPPowerManager*
|
- Microsoft.M365Companions (Microsoft 365 Business Calendar, Files and People mini-apps, these apps may be reinstalled if enabled by your Microsoft 365 admin)
|
||||||
- AD2F1837.HPPrinterControl*
|
- Microsoft.MSPaint (Paint 3D)
|
||||||
- AD2F1837.HPPrivacySettings*
|
- Microsoft.OutlookForWindows (New mail app)
|
||||||
- AD2F1837.HPQuickDrop*
|
- Microsoft.OneDrive (OneDrive consumer)
|
||||||
- AD2F1837.HPQuickTouch*
|
- Microsoft.Paint (Classic Paint)
|
||||||
- AD2F1837.HPRegistration*
|
- Microsoft.People (Required for & included with Mail & Calendar)
|
||||||
- AD2F1837.HPSupportAssistant*
|
- Microsoft.RemoteDesktop
|
||||||
- AD2F1837.HPSureShieldAI*
|
- Microsoft.ScreenSketch (Snipping Tool)
|
||||||
- AD2F1837.HPSystemInformation*
|
- Microsoft.Whiteboard (Only preinstalled on devices with touchscreen and/or pen support)
|
||||||
- AD2F1837.HPWelcome*
|
- Microsoft.Windows.Photos
|
||||||
- AD2F1837.HPWorkWell*
|
- Microsoft.WindowsCalculator
|
||||||
- AD2F1837.myHP*
|
- Microsoft.WindowsCamera
|
||||||
|
- Microsoft.WindowsNotepad
|
||||||
Gaming related apps that are not removed by default:
|
- Microsoft.windowscommunicationsapps (Mail & Calendar)
|
||||||
- Microsoft.GamingApp* (Modern Xbox Gaming App, required for installing some games)
|
- Microsoft.WindowsStore (Microsoft Store, NOTE: This app cannot be reinstalled!)
|
||||||
- Microsoft.XboxGameOverlay* (Game overlay, required for some games)
|
- Microsoft.WindowsTerminal (New default terminal app in Windows 11)
|
||||||
- Microsoft.XboxGamingOverlay* (Game overlay, required for some games)
|
- Microsoft.YourPhone (Phone Link)
|
||||||
- Microsoft.XboxIdentityProvider (Xbox sign-in framework, required for some games)
|
- Microsoft.Xbox.TCUI (UI framework, removing this may break MS store, photos and certain games)
|
||||||
- Microsoft.XboxSpeechToTextOverlay (Might be required for some games, NOTE: This app cannot be reinstalled!)
|
- Microsoft.ZuneMusic (Modern Media Player)
|
||||||
|
- MicrosoftWindows.CrossDevice (Phone integration within File Explorer, Camera and more)
|
||||||
Developer related apps that are not removed by default:
|
|
||||||
- Microsoft.PowerAutomateDesktop*
|
Gaming related apps:
|
||||||
- Microsoft.RemoteDesktop*
|
- Microsoft.GamingApp (Modern Xbox Gaming App, required for installing some games)
|
||||||
- Windows.DevHome*
|
- Microsoft.XboxGameOverlay (Game overlay, required for some games)
|
||||||
|
- Microsoft.XboxGamingOverlay (Game overlay, required for some games)
|
||||||
* Can be removed by running the script with the relevant parameter. (Please refer to the wiki for more details)
|
- Microsoft.XboxIdentityProvider (Xbox sign-in framework, required for some games)
|
||||||
</blockquote>
|
- Microsoft.XboxSpeechToTextOverlay (Might be required for some games, NOTE: This app cannot be reinstalled!)
|
||||||
</details>
|
|
||||||
|
HP apps:
|
||||||
|
- AD2F1837.HPAIExperienceCenter
|
||||||
|
- AD2F1837.HPConnectedMusic
|
||||||
|
- AD2F1837.HPConnectedPhotopoweredbySnapfish
|
||||||
|
- AD2F1837.HPDesktopSupportUtilities
|
||||||
|
- AD2F1837.HPEasyClean
|
||||||
|
- AD2F1837.HPFileViewer
|
||||||
|
- AD2F1837.HPJumpStarts
|
||||||
|
- AD2F1837.HPPCHardwareDiagnosticsWindows
|
||||||
|
- AD2F1837.HPPowerManager
|
||||||
|
- AD2F1837.HPPrinterControl
|
||||||
|
- AD2F1837.HPPrivacySettings
|
||||||
|
- AD2F1837.HPQuickDrop
|
||||||
|
- AD2F1837.HPQuickTouch
|
||||||
|
- AD2F1837.HPRegistration
|
||||||
|
- AD2F1837.HPSupportAssistant
|
||||||
|
- AD2F1837.HPSureShieldAI
|
||||||
|
- AD2F1837.HPSystemInformation
|
||||||
|
- AD2F1837.HPWelcome
|
||||||
|
- AD2F1837.HPWorkWell
|
||||||
|
- AD2F1837.myHP
|
||||||
|
</blockquote>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
BIN
Regfiles/Combine_MMTaskbar_Always.reg
Executable file
BIN
Regfiles/Combine_MMTaskbar_Always.reg
Executable file
Binary file not shown.
BIN
Regfiles/Combine_MMTaskbar_Never.reg
Executable file
BIN
Regfiles/Combine_MMTaskbar_Never.reg
Executable file
Binary file not shown.
BIN
Regfiles/Combine_MMTaskbar_When_Full.reg
Executable file
BIN
Regfiles/Combine_MMTaskbar_When_Full.reg
Executable file
Binary file not shown.
BIN
Regfiles/Combine_Taskbar_Always.reg
Normal file
BIN
Regfiles/Combine_Taskbar_Always.reg
Normal file
Binary file not shown.
BIN
Regfiles/Combine_Taskbar_Never.reg
Normal file
BIN
Regfiles/Combine_Taskbar_Never.reg
Normal file
Binary file not shown.
BIN
Regfiles/Combine_Taskbar_When_Full.reg
Normal file
BIN
Regfiles/Combine_Taskbar_When_Full.reg
Normal file
Binary file not shown.
@@ -8,3 +8,6 @@ Windows Registry Editor Version 5.00
|
|||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
"AllowRecallEnablement"=dword:00000000
|
"AllowRecallEnablement"=dword:00000000
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"TurnOffSavingSnapshots"=dword:00000001
|
||||||
4
Regfiles/Disable_Animations.reg
Normal file
4
Regfiles/Disable_Animations.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Control Panel\Desktop]
|
||||||
|
"UserPreferencesMask"=hex:90,12,07,80,10,00,00,00
|
||||||
Binary file not shown.
7
Regfiles/Disable_Click_to_Do.reg
Normal file
7
Regfiles/Disable_Click_to_Do.reg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"DisableClickToDo"=dword:00000001
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"DisableClickToDo"=dword:00000001
|
||||||
5
Regfiles/Disable_Controller_Game_Bar_Integration.reg
Normal file
5
Regfiles/Disable_Controller_Game_Bar_Integration.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; Disable allow your controller to open Game Bar
|
||||||
|
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]
|
||||||
|
"UseNexusForGameBarEnabled"=dword:00000000
|
||||||
@@ -3,5 +3,8 @@ Windows Registry Editor Version 5.00
|
|||||||
[HKEY_CURRENT_USER\System\GameConfigStore]
|
[HKEY_CURRENT_USER\System\GameConfigStore]
|
||||||
"GameDVR_Enabled"=dword:00000000
|
"GameDVR_Enabled"=dword:00000000
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
|
||||||
|
"AppCaptureEnabled"=dword:00000000
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
|
||||||
"AllowGameDVR"=dword:00000000
|
"AllowGameDVR"=dword:00000000
|
||||||
|
|||||||
11
Regfiles/Disable_Edge_AI_Features.reg
Normal file
11
Regfiles/Disable_Edge_AI_Features.reg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
|
||||||
|
"CopilotCDPPageContext"=dword:00000000
|
||||||
|
"CopilotPageContext"=dword:00000000
|
||||||
|
"HubsSidebarEnabled"=dword:00000000
|
||||||
|
"EdgeEntraCopilotPageContext"=dword:00000000
|
||||||
|
"EdgeHistoryAISearchEnabled"=dword:00000000
|
||||||
|
"ComposeInlineEnabled"=dword:00000000
|
||||||
|
"GenAILocalFoundationalModelSettings"=dword:00000001
|
||||||
|
"NewTabPageBingChatEnabled"=dword:00000000
|
||||||
BIN
Regfiles/Disable_Edge_Ads_And_Suggestions.reg
Normal file
BIN
Regfiles/Disable_Edge_Ads_And_Suggestions.reg
Normal file
Binary file not shown.
5
Regfiles/Disable_Modern_Standby_Networking.reg
Normal file
5
Regfiles/Disable_Modern_Standby_Networking.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
|
||||||
|
"ACSettingIndex"=dword:00000000
|
||||||
|
"DCSettingIndex"=dword:00000000
|
||||||
4
Regfiles/Disable_Notepad_AI_Features.reg
Normal file
4
Regfiles/Disable_Notepad_AI_Features.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\WindowsNotepad]
|
||||||
|
"DisableAIFeatures"=dword:00000001
|
||||||
8
Regfiles/Disable_Paint_AI_Features.reg
Normal file
8
Regfiles/Disable_Paint_AI_Features.reg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Paint]
|
||||||
|
"DisableCocreator"=dword:00000001
|
||||||
|
"DisableGenerativeFill"=dword:00000001
|
||||||
|
"DisableImageCreator"=dword:00000001
|
||||||
|
"DisableGenerativeErase"=dword:00000001
|
||||||
|
"DisableRemoveBackground"=dword:00000001
|
||||||
5
Regfiles/Disable_Phone_Link_In_Start.reg
Normal file
5
Regfiles/Disable_Phone_Link_In_Start.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; Disable Show mobile device in Start
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start\Companions\Microsoft.YourPhone_8wekyb3d8bbwe]
|
||||||
|
"IsEnabled"=dword:00000000
|
||||||
Binary file not shown.
4
Regfiles/Disable_Transparency.reg
Normal file
4
Regfiles/Disable_Transparency.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
|
||||||
|
"EnableTransparency"=dword:00000000
|
||||||
Binary file not shown.
5
Regfiles/Enable_Dark_Mode.reg
Normal file
5
Regfiles/Enable_Dark_Mode.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
|
||||||
|
"AppsUseLightTheme"=dword:00000000
|
||||||
|
"SystemUsesLightTheme"=dword:00000000
|
||||||
16
Regfiles/Enable_Last_Active_Click.reg
Normal file
16
Regfiles/Enable_Last_Active_Click.reg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; When clicking the icon of a a running application in the taskbar (that
|
||||||
|
; currently has multiple windows open), typically a pop-up will appear showing
|
||||||
|
; the multiple windows, and you'll have to click a second time to select the
|
||||||
|
; window you want to focus on.
|
||||||
|
;
|
||||||
|
; This registry hack instead turns the icon click into a "focus on the last
|
||||||
|
; active window" action. You can click it repeatedly to cycle focus through all
|
||||||
|
; the windows open for that application.
|
||||||
|
;
|
||||||
|
; With this enabled, the pop-up window display will still show if you hover
|
||||||
|
; your mouse over the taskbar icon.
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||||
|
"LastActiveClick"=dword:00000001
|
||||||
BIN
Regfiles/MMTaskbarMode_Active.reg
Executable file
BIN
Regfiles/MMTaskbarMode_Active.reg
Executable file
Binary file not shown.
BIN
Regfiles/MMTaskbarMode_All.reg
Executable file
BIN
Regfiles/MMTaskbarMode_All.reg
Executable file
Binary file not shown.
BIN
Regfiles/MMTaskbarMode_Main_Active.reg
Executable file
BIN
Regfiles/MMTaskbarMode_Main_Active.reg
Executable file
Binary file not shown.
BIN
Regfiles/Sysprep/Combine_Taskbar_Always.reg
Normal file
BIN
Regfiles/Sysprep/Combine_Taskbar_Always.reg
Normal file
Binary file not shown.
BIN
Regfiles/Sysprep/Combine_Taskbar_Never.reg
Normal file
BIN
Regfiles/Sysprep/Combine_Taskbar_Never.reg
Normal file
Binary file not shown.
BIN
Regfiles/Sysprep/Combine_Taskbar_When_Full.reg
Normal file
BIN
Regfiles/Sysprep/Combine_Taskbar_When_Full.reg
Normal file
Binary file not shown.
4
Regfiles/Sysprep/Disable_Animations.reg
Normal file
4
Regfiles/Sysprep/Disable_Animations.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[hkey_users\default\Control Panel\Desktop]
|
||||||
|
"UserPreferencesMask"=hex:90,12,07,80,10,00,00,00
|
||||||
Binary file not shown.
7
Regfiles/Sysprep/Disable_Click_to_Do.reg
Normal file
7
Regfiles/Sysprep/Disable_Click_to_Do.reg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[hkey_users\default\Software\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"DisableClickToDo"=dword:00000001
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"DisableClickToDo"=dword:00000001
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; Disable allow your controller to open Game Bar
|
||||||
|
[hkey_users\default\SOFTWARE\Microsoft\GameBar]
|
||||||
|
"UseNexusForGameBarEnabled"=dword:00000000
|
||||||
@@ -3,5 +3,8 @@ Windows Registry Editor Version 5.00
|
|||||||
[hkey_users\default\System\GameConfigStore]
|
[hkey_users\default\System\GameConfigStore]
|
||||||
"GameDVR_Enabled"=dword:00000000
|
"GameDVR_Enabled"=dword:00000000
|
||||||
|
|
||||||
|
[hkey_users\default\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
|
||||||
|
"AppCaptureEnabled"=dword:00000000
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
|
||||||
"AllowGameDVR"=dword:00000000
|
"AllowGameDVR"=dword:00000000
|
||||||
|
|||||||
11
Regfiles/Sysprep/Disable_Edge_AI_Features.reg
Normal file
11
Regfiles/Sysprep/Disable_Edge_AI_Features.reg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
|
||||||
|
"CopilotCDPPageContext"=dword:00000000
|
||||||
|
"CopilotPageContext"=dword:00000000
|
||||||
|
"HubsSidebarEnabled"=dword:00000000
|
||||||
|
"EdgeEntraCopilotPageContext"=dword:00000000
|
||||||
|
"EdgeHistoryAISearchEnabled"=dword:00000000
|
||||||
|
"ComposeInlineEnabled"=dword:00000000
|
||||||
|
"GenAILocalFoundationalModelSettings"=dword:00000001
|
||||||
|
"NewTabPageBingChatEnabled"=dword:00000000
|
||||||
BIN
Regfiles/Sysprep/Disable_Edge_Ads_And_Suggestions.reg
Normal file
BIN
Regfiles/Sysprep/Disable_Edge_Ads_And_Suggestions.reg
Normal file
Binary file not shown.
5
Regfiles/Sysprep/Disable_Modern_Standby_Networking.reg
Normal file
5
Regfiles/Sysprep/Disable_Modern_Standby_Networking.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
|
||||||
|
"ACSettingIndex"=dword:00000000
|
||||||
|
"DCSettingIndex"=dword:00000000
|
||||||
4
Regfiles/Sysprep/Disable_Notepad_AI_Features.reg
Normal file
4
Regfiles/Sysprep/Disable_Notepad_AI_Features.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\WindowsNotepad]
|
||||||
|
"DisableAIFeatures"=dword:00000001
|
||||||
8
Regfiles/Sysprep/Disable_Paint_AI_Features.reg
Normal file
8
Regfiles/Sysprep/Disable_Paint_AI_Features.reg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Paint]
|
||||||
|
"DisableCocreator"=dword:00000001
|
||||||
|
"DisableGenerativeFill"=dword:00000001
|
||||||
|
"DisableImageCreator"=dword:00000001
|
||||||
|
"DisableGenerativeErase"=dword:00000001
|
||||||
|
"DisableRemoveBackground"=dword:00000001
|
||||||
5
Regfiles/Sysprep/Disable_Phone_Link_In_Start.reg
Normal file
5
Regfiles/Sysprep/Disable_Phone_Link_In_Start.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; Disable Show mobile device in Start
|
||||||
|
[hkey_users\default\Software\Microsoft\Windows\CurrentVersion\Start\Companions\Microsoft.YourPhone_8wekyb3d8bbwe]
|
||||||
|
"IsEnabled"=dword:00000000
|
||||||
Binary file not shown.
Binary file not shown.
4
Regfiles/Sysprep/Disable_Transparency.reg
Normal file
4
Regfiles/Sysprep/Disable_Transparency.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[hkey_users\default\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
|
||||||
|
"EnableTransparency"=dword:00000000
|
||||||
Binary file not shown.
9
Regfiles/Sysprep/Enable_Dark_Mode.reg
Normal file
9
Regfiles/Sysprep/Enable_Dark_Mode.reg
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[hkey_users\default\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
|
||||||
|
"AppsUseLightTheme"=dword:00000000
|
||||||
|
"SystemUsesLightTheme"=dword:00000000
|
||||||
|
|
||||||
|
[hkey_users\default\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
|
||||||
|
"AppsUseLightTheme"="reg add HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize /v AppsUseLightTheme /t REG_DWORD /d 0 /f"
|
||||||
|
"SystemUsesLightTheme"="reg add HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize /v SystemUsesLightTheme /t REG_DWORD /d 0 /f"
|
||||||
16
Regfiles/Sysprep/Enable_Last_Active_Click.reg
Normal file
16
Regfiles/Sysprep/Enable_Last_Active_Click.reg
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; When clicking the icon of a a running application in the taskbar (that
|
||||||
|
; currently has multiple windows open), typically a pop-up will appear showing
|
||||||
|
; the multiple windows, and you'll have to click a second time to select the
|
||||||
|
; window you want to focus on.
|
||||||
|
;
|
||||||
|
; This registry hack instead turns the icon click into a "focus on the last
|
||||||
|
; active window" action. You can click it repeatedly to cycle focus through all
|
||||||
|
; the windows open for that application.
|
||||||
|
;
|
||||||
|
; With this enabled, the pop-up window display will still show if you hover
|
||||||
|
; your mouse over the taskbar icon.
|
||||||
|
|
||||||
|
[HKEY_USERS\default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||||
|
"LastActiveClick"=dword:00000001
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4
Regfiles/Sysprep/Uninstall_Microsoft_Edge.reg
Normal file
4
Regfiles/Sysprep/Uninstall_Microsoft_Edge.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[hkey_users\default\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
|
||||||
|
"UninstallMicrosoftEdge"="cmd.exe /c winget uninstall --accept-source-agreements --disable-interactivity --id Microsoft.Edge"
|
||||||
4
Regfiles/Sysprep/Uninstall_Microsoft_OneDrive.reg
Normal file
4
Regfiles/Sysprep/Uninstall_Microsoft_OneDrive.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[hkey_users\default\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
|
||||||
|
"UninstallMicrosoftOneDrive"="cmd.exe /c winget uninstall --accept-source-agreements --disable-interactivity --id Microsoft.OneDrive"
|
||||||
7
Regfiles/Undo/Allow_Edge_Telemetry.reg
Normal file
7
Regfiles/Undo/Allow_Edge_Telemetry.reg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; Allow personalization of ads, Microsoft Edge, search, news and other Microsoft services by sending browsing history, favorites and collections, usage and other browsing data to Microsoft
|
||||||
|
; Allow sending required and optional diagnostic data about browser usage
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
|
||||||
|
"PersonalizationReportingEnabled"=-
|
||||||
|
"DiagnosticData"=-
|
||||||
8
Regfiles/Undo/Disable_Last_Active_Click.reg
Normal file
8
Regfiles/Undo/Disable_Last_Active_Click.reg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; This disables the last-active-click action for the taskbar.
|
||||||
|
; (Please see the `Enable_Last_Active_Click.reg` file for an
|
||||||
|
; explanation of what this undoes.)
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
|
||||||
|
"LastActiveClick"=-
|
||||||
4
Regfiles/Undo/Enable_Animations.reg
Normal file
4
Regfiles/Undo/Enable_Animations.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Control Panel\Desktop]
|
||||||
|
"UserPreferencesMask"=hex:9e,1e,07,80,12,00,00,00
|
||||||
Binary file not shown.
7
Regfiles/Undo/Enable_Click_to_Do.reg
Normal file
7
Regfiles/Undo/Enable_Click_to_Do.reg
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"DisableClickToDo"=-
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsAI]
|
||||||
|
"DisableClickToDo"=-
|
||||||
5
Regfiles/Undo/Enable_Controller_Game_Bar_Integration.reg
Normal file
5
Regfiles/Undo/Enable_Controller_Game_Bar_Integration.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; Enable allow your controller to open Game Bar
|
||||||
|
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]
|
||||||
|
"UseNexusForGameBarEnabled"=dword:00000001
|
||||||
@@ -3,5 +3,8 @@ Windows Registry Editor Version 5.00
|
|||||||
[HKEY_CURRENT_USER\System\GameConfigStore]
|
[HKEY_CURRENT_USER\System\GameConfigStore]
|
||||||
"GameDVR_Enabled"=dword:00000001
|
"GameDVR_Enabled"=dword:00000001
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR]
|
||||||
|
"AppCaptureEnabled"=dword:00000001
|
||||||
|
|
||||||
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
|
||||||
"AllowGameDVR"=dword:00000001
|
"AllowGameDVR"=dword:00000001
|
||||||
11
Regfiles/Undo/Enable_Edge_AI_Features.reg
Normal file
11
Regfiles/Undo/Enable_Edge_AI_Features.reg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Edge]
|
||||||
|
"CopilotCDPPageContext"=-
|
||||||
|
"CopilotPageContext"=-
|
||||||
|
"HubsSidebarEnabled"=-
|
||||||
|
"EdgeEntraCopilotPageContext"=-
|
||||||
|
"EdgeHistoryAISearchEnabled"=-
|
||||||
|
"ComposeInlineEnabled"=-
|
||||||
|
"GenAILocalFoundationalModelSettings"=-
|
||||||
|
"NewTabPageBingChatEnabled"=-
|
||||||
BIN
Regfiles/Undo/Enable_Edge_Ads_And_Suggestions.reg
Normal file
BIN
Regfiles/Undo/Enable_Edge_Ads_And_Suggestions.reg
Normal file
Binary file not shown.
5
Regfiles/Undo/Enable_Light_Mode.reg
Normal file
5
Regfiles/Undo/Enable_Light_Mode.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
|
||||||
|
"AppsUseLightTheme"=dword:00000001
|
||||||
|
"SystemUsesLightTheme"=dword:00000001
|
||||||
5
Regfiles/Undo/Enable_Modern_Standby_Networking.reg
Normal file
5
Regfiles/Undo/Enable_Modern_Standby_Networking.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
|
||||||
|
"ACSettingIndex"=dword:00000001
|
||||||
|
"DCSettingIndex"=dword:00000001
|
||||||
4
Regfiles/Undo/Enable_Notepad_AI_Features.reg
Normal file
4
Regfiles/Undo/Enable_Notepad_AI_Features.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\WindowsNotepad]
|
||||||
|
"DisableAIFeatures"=-
|
||||||
8
Regfiles/Undo/Enable_Paint_AI_Features.reg
Normal file
8
Regfiles/Undo/Enable_Paint_AI_Features.reg
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Paint]
|
||||||
|
"DisableCocreator"=-
|
||||||
|
"DisableGenerativeFill"=-
|
||||||
|
"DisableImageCreator"=-
|
||||||
|
"DisableGenerativeErase"=-
|
||||||
|
"DisableRemoveBackground"=-
|
||||||
5
Regfiles/Undo/Enable_Phone_Link_In_Start.reg
Normal file
5
Regfiles/Undo/Enable_Phone_Link_In_Start.reg
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
; Enable Show mobile device in Start
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start\Companions\Microsoft.YourPhone_8wekyb3d8bbwe]
|
||||||
|
"IsEnabled"=dword:00000001
|
||||||
Binary file not shown.
4
Regfiles/Undo/Enable_Transparency.reg
Normal file
4
Regfiles/Undo/Enable_Transparency.reg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
Windows Registry Editor Version 5.00
|
||||||
|
|
||||||
|
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize]
|
||||||
|
"EnableTransparency"=dword:00000001
|
||||||
Binary file not shown.
Binary file not shown.
6
Run.bat
6
Run.bat
@@ -5,10 +5,10 @@ set "wtScoopPath=%USERPROFILE%\scoop\apps\windows-terminal\current\wt.exe"
|
|||||||
|
|
||||||
:: Launch the script in Windows Terminal if installed, otherwise use default PowerShell.
|
:: Launch the script in Windows Terminal if installed, otherwise use default PowerShell.
|
||||||
if exist "%wtDefaultPath%" (
|
if exist "%wtDefaultPath%" (
|
||||||
PowerShell -Command "Start-Process -FilePath '%wtDefaultPath%' -ArgumentList 'PowerShell -NoProfile -ExecutionPolicy Bypass -File \"\"%~dp0Win11Debloat.ps1\"\"' -Verb RunAs"
|
PowerShell -Command "Start-Process -FilePath '%wtDefaultPath%' -ArgumentList 'PowerShell -NoProfile -ExecutionPolicy Bypass -File ""%~dp0Win11Debloat.ps1""' -Verb RunAs"
|
||||||
) else if exist "%wtScoopPath%" (
|
) else if exist "%wtScoopPath%" (
|
||||||
PowerShell -Command "Start-Process -FilePath '%wtScoopPath%' -ArgumentList 'PowerShell -NoProfile -ExecutionPolicy Bypass -File \"\"%~dp0Win11Debloat.ps1\"\"' -Verb RunAs"
|
PowerShell -Command "Start-Process -FilePath '%wtScoopPath%' -ArgumentList 'PowerShell -NoProfile -ExecutionPolicy Bypass -File ""%~dp0Win11Debloat.ps1""' -Verb RunAs"
|
||||||
) else (
|
) else (
|
||||||
echo Windows Terminal not found, using default PowerShell...
|
echo Windows Terminal not found, using default PowerShell...
|
||||||
PowerShell -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File \"\"%~dp0Win11Debloat.ps1\"\"' -Verb RunAs}"
|
PowerShell -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""%~dp0Win11Debloat.ps1""' -Verb RunAs}"
|
||||||
)
|
)
|
||||||
|
|||||||
615
Win11Debloat.ps1
Normal file → Executable file
615
Win11Debloat.ps1
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user