Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitro4542/nitrowin
Script to automatically configure your Windows installation for better privacy and usability
https://github.com/nitro4542/nitrowin
customization powershell windows
Last synced: about 2 months ago
JSON representation
Script to automatically configure your Windows installation for better privacy and usability
- Host: GitHub
- URL: https://github.com/nitro4542/nitrowin
- Owner: Nitro4542
- License: unlicense
- Created: 2024-11-09T12:45:29.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T08:19:00.000Z (about 2 months ago)
- Last Synced: 2024-11-23T09:20:47.957Z (about 2 months ago)
- Topics: customization, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NitroWin
Script to automatically configure your Windows installation for better privacy and usability
## Features
- Improved privacy
- Looks better
- More FPS
- No need to reinstall Windows
- No Spyware, ads and completely Open Source
- Create a semi-optimized installation media## Use cases
I think, it's really good for setting up a fresh Windows installation. But you can always do this afterwards as well.
## How do I use this?
### Modify exisiting installation
1. Download this repository.
2. Open up an elevated PowerShell prompt.
3. Run the following commands inside of that prompt:```powershell
Set-ExecutionPolicy Unrestricted -Scope Process -Force
.\NitroWin
```4. The GUI will open up and is ready for you to use.
### Create installation media
1. Create a Windows 11 installation media.
2. Download this repository.
3. Open up an elevated PowerShell prompt.
4. Run the following commands inside of that prompt:```powershell
Set-ExecutionPolicy Unrestricted -Scope Process -Force
# Replace d:\ with the drive letter of your installation media
.\NitroWin --create-install-media d:\
```## License
This project is licensed under the [Unlicense](LICENSE).
This project uses icons, which are licensed under the [MIT License](https://github.com/tailwindlabs/heroicons/blob/master/LICENSE).
It also uses part of the [WinUtil repo](https://github.com/ChrisTitusTech/winutil) by [ChrisTitusTech](https://github.com/ChrisTitusTech), which is also licensed under the [MIT License](https://github.com/ChrisTitusTech/winutil/blob/main/LICENSE).
This repository contains files generated by the [unattend-generator](https://github.com/cschneegans/unattend-generator) by [Cristoph Schneegans](https://github.com/cschneegans), which is licensed under the [MIT License](https://github.com/cschneegans/unattend-generator/blob/master/LICENSE.txt).
For more details, check out [NOTICE.md](NOTICE.md).