Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-baumgaertel/win11-setup
This is my personal script for debloating Windows 11 by removing apps and customizing some settings. Itβs tailored to my preferences, so it may not be suitable for everyone. Use with caution and customize as needed.
https://github.com/simon-baumgaertel/win11-setup
automated bloatware-removal debloat powershell powershell-script tweaks win11 windows-11 windows-11-debloat windows11 windows11-darkmode winget winget-cli
Last synced: 18 days ago
JSON representation
This is my personal script for debloating Windows 11 by removing apps and customizing some settings. Itβs tailored to my preferences, so it may not be suitable for everyone. Use with caution and customize as needed.
- Host: GitHub
- URL: https://github.com/simon-baumgaertel/win11-setup
- Owner: simon-baumgaertel
- License: mit
- Created: 2025-01-03T23:05:56.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2025-01-11T17:14:35.000Z (18 days ago)
- Last Synced: 2025-01-11T17:45:51.822Z (18 days ago)
- Topics: automated, bloatware-removal, debloat, powershell, powershell-script, tweaks, win11, windows-11, windows-11-debloat, windows11, windows11-darkmode, winget, winget-cli
- Language: PowerShell
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# win11-setup
> [!NOTE]
> π§ This repo is a work in progress!This repository contains a collection of personal scripts designed to streamline the setup process for Windows 11.
The scripts automate various tasks such as system configuration, software installations and optimizations to enhance my Windows experience.Feel free contribute or adapt the scripts to your personal needs!
## Usage> [!CAUTION]
> β οΈ Executing these scripts may modify system settings, install software, and apply configurations to your Windows 11 installation. Use these scripts at your own risk and ensure you have backups of important data.1. For a fresh install, download the [latest repo archive](https://github.com/simon-baumgaertel/win11-setup/archive/refs/heads/main.zip) & extract the archive
* Change to your preferred directory and `Invoke-WebRequest https://github.com/simon-baumgaertel/win11-setup/archive/refs/heads/main.zip -OutFile scripts.zip;Expand-Archive -Path .\scripts.zip`
2. Change to the script directory `cd .\scripts\win11-setup-main\` & run the script in an **elevated** PowerShell (depending on your version used)
* PowerShell 7+: `.\setup.ps1`
* PowerShell <= 5: `powershell -ExecutionPolicy Bypass -File .\setup.ps1`## What's included
**βοΈ Applications**
* installs the latest [Windows Package Manager (WinGet)](https://github.com/microsoft/winget-cli)
* installs some esential packages [essential_apps.csv](config/essential_apps.csv)
* 7zip
* Chromium
* Firefox
* KeePassXC
* PowerShell
* PowerToys
* VisualStudioCode
* WindowsTerminal
* OhMyPosh
* Notepad++
* enables auto-updates on system startup for WinGet packages
* installs the [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/install) _(Default Linux distribution is Ubuntu)_**π οΈ Customization**
* sets taskbar settings
* Start menu alignment to left
* removes Task View from the Taskbar
* removes Widgets from the Taskbar
* removes Chat from the Taskbar
* removes search from the Taskbar
* sets explorer settings
* show hidden files
* show file extensions
* launch the Explorer to "This PC"
* restore classic context menu
* disable lock screen tips
* removes shortcuts from applications on desktop**π© Bloatware**
* removes common bloatware applications ([bloatware_apps.csv](config/bloatware_apps.csv))**𧱠Telemetry**
* disables basic telemetry
* disables AI Recall
* disables Copilot
* disables Spotlight, Tips and Suggestions
* disables automatic app installs## Credits
* To [alec-hs/windows-11-setup](https://github.com/alec-hs/windows-11-setup) - for the good collection and the first idea for structuring my project.
* To [Raphire/Win11Debloat](https://github.com/Raphire/Win11Debloat) - for the detailed information regarding telemetry and bloatware## License
Distributed under the MIT License. See LICENSE.txt for more information.