Home

Awesome

This project is no longer maintained, and is now in public archive mode.

Contributors Forks Stargazers Issues MIT License

<!-- PROJECT LOGO --> <br /> <p align="center"> <a href="https://github.com/WinTweakers/WindowsToolbox"> <img src="https://i.imgur.com/QSTYTwF.png" alt="Logo" width="120" height="100"> </a> <h3 align="center">Windows Toolbox</h3> <p align="center"> A powerful but simple, easy to use toolbox for Windows 10 / 11. <br /> <br /> <a href="https://github.com/WinTweakers/WindowsToolbox/issues">Report Bug</a> · <a href="https://github.com/WinTweakers/WindowsToolbox/issues">Request Feature</a> </p> </p> <!-- TABLE OF CONTENTS --> <details open="open"> <summary><h2 style="display: inline-block">Table of Contents</h2></summary> <ol> <li> <a href="#about-the-project">About The Project</a> </li> <li> <a href="#getting-started">Getting Started</a> <ul> <li><a href="#prerequisites">Prerequisites</a></li> <li><a href="#installation">Installation</a></li> </ul> </li> <li><a href="#roadmap">Roadmap</a></li> <li><a href="#contributing">Contributing</a></li> <li><a href="#license">License</a></li> <li><a href="#contact">Contact</a></li> <li><a href="#acknowledgements">Acknowledgements</a></li> </ol> </details> <!-- ABOUT THE PROJECT -->

About The Project

Windows Toolbox Screen Shot

Windows Toolbox is a powerful but simple, easy to use toolbox for Windows 10 / 11.

Built With

<!-- GETTING STARTED -->

Getting Started

Prerequisites

Installation

  1. Download WindowsToolbox.exe from 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 -->

Roadmap

<!-- CONTRIBUTING -->

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

License

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

<!-- CONTACT -->

Contact

Discord: https://discord.gg/invite/9FJceeKUr6

Project Link: https://github.com/WinTweakers/WindowsToolbox

<!-- ACKNOWLEDGEMENTS -->

Acknowledgements

<!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->