Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/WinTweakers/WindowsToolbox
A powerful but simple, easy to use toolbox for Windows 10 / 11.
https://github.com/WinTweakers/WindowsToolbox
bloatware debloat microsoft postinstall powershell powershell-scripts telemetry windows windows10 windows11
Last synced: 3 months ago
JSON representation
A powerful but simple, easy to use toolbox for Windows 10 / 11.
- Host: GitHub
- URL: https://github.com/WinTweakers/WindowsToolbox
- Owner: WinTweakers
- License: mit
- Archived: true
- Created: 2021-07-02T10:44:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T01:48:44.000Z (10 months ago)
- Last Synced: 2024-06-18T02:33:21.960Z (5 months ago)
- Topics: bloatware, debloat, microsoft, postinstall, powershell, powershell-scripts, telemetry, windows, windows10, windows11
- Language: PowerShell
- Homepage:
- Size: 195 KB
- Stars: 191
- Watchers: 7
- Forks: 72
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starz - WinTweakers/WindowsToolbox - A powerful but simple, easy to use toolbox for Windows 10 / 11. (PowerShell)
- jimsghstars - WinTweakers/WindowsToolbox - A powerful but simple, easy to use toolbox for Windows 10 / 11. (PowerShell)
README
## This project is no longer maintained, and is now in public archive mode.
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Windows Toolbox
A powerful but simple, easy to use toolbox for Windows 10 / 11.
Report Bug
·
Request Feature
Table of Contents
## About The Project
![Windows Toolbox Screen Shot](https://cdn.discordapp.com/attachments/885809091459575828/962631504817717268/unknown.png)
Windows Toolbox is a powerful but simple, easy to use toolbox for Windows 10 / 11.
### Built With
* [Visual Studio Code](https://code.visualstudio.com)
* [Powershell Pro Tools](https://ironmansoftware.com/powershell-pro-tools)## Getting Started
### Prerequisites
* Powershell 5 (Included with Windows)
* Windows 10 or 11### Installation
1. ~~Download `WindowsToolbox.exe` from [Releases](https://github.com/WinTweakers/WindowsToolbox/releases)~~ Clone this repository to your computer and extract it.
2. Open an elevated PowerShell window, cd to where you extrected WindowsToolbox and run `Set-ExecutionPolicy Unrestricted -Scope CurrentUser`, then `ls -Recurse *.ps*1 | Unblock-File`.
3. Run `WindowsToolbox.cmd`.**OR**
1. Open PowerShell, then run `iwr -useb https://raw.githubusercontent.com/WinTweakers/WindowsToolbox/main/run.ps1 | iex`. (If that doesn't work, open an elevated PowerShell windows and run `Set-ExecutionPolicy Unrestricted -Scope CurrentUser` beforehand).
## Roadmap
- See the [open issues](https://github.com/WinTweakers/WindowsToolbox/issues) for a list of proposed features (and known issues).
- Documentation of features is coming "soon" (see above)## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Discord: https://discord.gg/invite/9FJceeKUr6
Project Link: [https://github.com/WinTweakers/WindowsToolbox](https://github.com/WinTweakers/WindowsToolbox)
## Acknowledgements
* [khanhmuy](https://github.com/khanhmuy)
* [CallMeEcho](https://github.com/CallMeEchoCodes)
* [W4RH4WK](https://github.com/W4RH4WK)
* [Disassembler0](https://github.com/Disassembler0)
* [QuietusPlus](https://github.com/QuietusPlus)
* [r33int](https://github.com/r33int)[contributors-shield]: https://img.shields.io/github/contributors/WinTweakers/WindowsToolbox.svg?style=for-the-badge
[contributors-url]: https://github.com/WinTweakers/WindowsToolbox/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/WinTweakers/WindowsToolbox.svg?style=for-the-badge
[forks-url]: https://github.com/WinTweakers/WindowsToolbox/network/members
[stars-shield]: https://img.shields.io/github/stars/WinTweakers/WindowsToolbox.svg?style=for-the-badge
[stars-url]: https://github.com/WinTweakers/WindowsToolbox/stargazers
[issues-shield]: https://img.shields.io/github/issues/WinTweakers/WindowsToolbox.svg?style=for-the-badge
[issues-url]: https://github.com/WinTweakers/WindowsToolbox/issues
[license-shield]: https://img.shields.io/github/license/WinTweakers/WindowsToolbox.svg?style=for-the-badge
[license-url]: https://github.com/WinTweakers/WindowsToolbox/blob/master/LICENSE