A powerful but simple, easy to use toolbox for Windows 10 / 11.
Report Bug
·
Request Feature
Windows Toolbox is a powerful but simple, easy to use toolbox for Windows 10 / 11.
- Powershell 5 (Included with Windows)
- Windows 10 or 11
DownloadClone this repository to your computer and extract it.WindowsToolbox.exe
from Releases- Open an elevated PowerShell window, cd to where you extrected WindowsToolbox and run
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
, thenls -Recurse *.ps*1 | Unblock-File
. - Run
WindowsToolbox.cmd
.
OR
- 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 runSet-ExecutionPolicy Unrestricted -Scope CurrentUser
beforehand).
- See the open issues for a list of proposed features (and known issues).
- Documentation of features is coming "soon" (see above)
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Discord: https://discord.gg/invite/9FJceeKUr6
Project Link: https://github.com/WinTweakers/WindowsToolbox