Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelramox/windows-setup
Windows 10 Setup Script
https://github.com/samuelramox/windows-setup
chocolatey powershell script windows wsl
Last synced: 3 months ago
JSON representation
Windows 10 Setup Script
- Host: GitHub
- URL: https://github.com/samuelramox/windows-setup
- Owner: samuelramox
- Created: 2019-05-28T00:08:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T12:35:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T03:21:13.807Z (5 months ago)
- Topics: chocolatey, powershell, script, windows, wsl
- Language: PowerShell
- Homepage:
- Size: 47.9 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - samuelramox/windows-setup - Windows 10 Setup Script (PowerShell)
README
# Windows 11 Setup Script
This is a scripts to setup `Windows 11` using `PowerShell`.
**Note:** _You can modify the scripts to fit your own requirements._## Installation
If you already have `Windows 11`, run these commands in `PowerShell`:
```
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/samuelramox/windows-setup/master/script.ps1'))
```## Steps
- Remove a few pre-installed `UWP` applications:
- Disney.37853FC22B2CE
- Microsoft.BingNews
- Microsoft.GetHelp
- Microsoft.Getstarted
- Microsoft.MicrosoftSolitaireCollection
- Microsoft.MicrosoftOfficeHub
- Microsoft.WindowsFeedbackHub
- SpotifyAB.SpotifyMusic
- Install `Winget` and some apps:
- [Git](https://gitforwindows.org/)
- [Google Chrome](https://www.google.com/chrome/)
- [Oh My Posh](https://ohmyposh.dev)
- [Postman](https://www.postman.com)
- [PowerToys](https://github.com/microsoft/PowerToys)
- [QuickLook](https://pooi.moe/QuickLook/)
- [Slack](https://slack.com/intl/pt-br/)
- [Visual Studio Code](https://chocolatey.org/packages/vscode)
- Enable PUA Protection
- Disable Autoplay
- Disable Autorun for all drives
- Disable Windows Update P2P delivery optimization (WUDO) completely
- Install WSL
- Install Nerd Font via OhMyPosh## Manual setup after installation (optional)
### Enable clipboard history
Open the `Settings` app and go to the `System group of settings`. Select the `Clipboard` tab, and turn on `Clipboard History`.
### Block non-Store apps
Settings -> Apps -> Apps & features -> The Microsoft Store only (recommended).
**Note:** _I only do this when I've installed everything I need._