Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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]





Logo

Windows Toolbox


A powerful but simple, easy to use toolbox for Windows 10 / 11.




Report Bug
·
Request Feature

Table of Contents




  1. About The Project


  2. Getting Started


  3. Roadmap

  4. Contributing

  5. License

  6. Contact

  7. Acknowledgements

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