Skip to content

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.

License

Notifications You must be signed in to change notification settings

simon-baumgaertel/win11-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 & 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

💩 Bloatware

🧱 Telemetry

  • disables basic telemetry
  • disables AI Recall
  • disables Copilot
  • disables Spotlight, Tips and Suggestions
  • disables automatic app installs

🛠️ 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
  • Oh my Posh
    • install JetBrains Mono font
      • set as default font for Windows Terminal
      • change PowerShell prompt & sets the unicorn theme

Credits

License

Distributed under the MIT License. See LICENSE.txt for more information.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published