The most powerful Windows multitool made using pure Batch. (over 100 tools!)
See the codeThe most powerful batchfile multitool ever made

Schooi's Multitool is a collection of over 130 self-made1 command line tools, that offer advanced OS-level functionality, tailored for everyday problems or needs.
You can find all the features here, including system administration and networking tools as well as general-use utilities, but here are some notable ones:
| Requirement | Minimum | Recommended |
|---|---|---|
| Windows Version | 7+ | 10+ |
| Disk Space | ~300kB needed for just SMT | size may vary based on usage |
| Network Availability | None | Connected |
| Powershell Version | 3.0 | 5.1 |
To install Schooi's Multitool, simply open Powershell as an Administrator and run one of the following commands:
irm "https://smt.gleeze.com/" | iex
irm "http://smt.farted.net/" | iex
irm "http://getsmt.ftp.sh/" | iex
irm "http://getsmt.us.to" | iex
(VirusTotal scan2 - script contents)
Download the installer directly.2
If you have Github Desktop or git installed, you can use git to clone the repo:
git clone https://github.com/SchooiCodes/smt
If you don't have git, check this script out.
Navigate through the SMT menu using numbers provided on-screen. Tools are organized by section. Various other sections exist as well, such as an installation info tab, a credits tab, and some subcategories.
Each tool can be ran standalone from the Files folder that exists in the SMT installation directory. (typical: C:\Program Files\SMT\Files)
You can also type sc in the main menu to view some secret commands! :)
All command line arguments can have / or -/-- prepended to them. (- for short versions, -- for normal versions)
Microsoft Windows [Version 10.0.26200.9168]
(c) Microsoft Corporation. All rights reserved.
C:\Program Files\SMT>SchooiMultitool.bat /d
C:\Program Files\SMT>SchooiMultitool.bat /debug
C:\Program Files\SMT>SchooiMultitool.bat -d
C:\Program Files\SMT>SchooiMultitool.bat --debug
| Command Line Arguments | Description |
|---|---|
| d / debug | Enters debug mode |
| h / help | Prints the help manual |
| rp / restore-point | Creates a system restore point |
| s / sync | Syncs SMT files with the upstream repo to make sure they all exist (portable update system) |
| p / portable | Creates an SMT portable zip |
| f / feedback | Opens the feedback form |
| i / install | Installs SMT |
| w / website | Opens the SMT website |
| 32 / system32 | Adds SMT to PATH (old, happens automatically) |
| pf / program-files | Adds SMT to C:\Program Files and creates a shortcut on the desktop (old, use exe installer instead) |
| na / no-admin | Runs SMT without admin if it is installed in an admin folder (e.g. C:\Program Files) |
Contributions to SMT are welcome! If you have any ideas for new features, improvements, or bug fixes, please open an issue or submit a pull request. See CONTRIBUTING.md (SOON) for more information on how to contribute.
SMT uses the MIT license, find more here.
A few tools are not made by me. The credits section in SMT includes all of them. ↩
The .exe installer made in NSIS gets flagged by many AVs, including Windows Defender, due to it downloading SMT's files. Many pieces of malware download .bat files, and are called "droppers", so AVs immediately flag anything that does the same. For that reason, use the commands or disable your antivirus instead. ↩ ↩2
348 commits
Batchfile
100.0%
The most powerful Windows multitool made using pure Batch. (over 100 tools!)
See the codeThe most powerful batchfile multitool ever made

Schooi's Multitool is a collection of over 130 self-made1 command line tools, that offer advanced OS-level functionality, tailored for everyday problems or needs.
You can find all the features here, including system administration and networking tools as well as general-use utilities, but here are some notable ones:
| Requirement | Minimum | Recommended |
|---|---|---|
| Windows Version | 7+ | 10+ |
| Disk Space | ~300kB needed for just SMT | size may vary based on usage |
| Network Availability | None | Connected |
| Powershell Version | 3.0 | 5.1 |
To install Schooi's Multitool, simply open Powershell as an Administrator and run one of the following commands:
irm "https://smt.gleeze.com/" | iex
irm "http://smt.farted.net/" | iex
irm "http://getsmt.ftp.sh/" | iex
irm "http://getsmt.us.to" | iex
(VirusTotal scan2 - script contents)
Download the installer directly.2
If you have Github Desktop or git installed, you can use git to clone the repo:
git clone https://github.com/SchooiCodes/smt
If you don't have git, check this script out.
Navigate through the SMT menu using numbers provided on-screen. Tools are organized by section. Various other sections exist as well, such as an installation info tab, a credits tab, and some subcategories.
Each tool can be ran standalone from the Files folder that exists in the SMT installation directory. (typical: C:\Program Files\SMT\Files)
You can also type sc in the main menu to view some secret commands! :)
All command line arguments can have / or -/-- prepended to them. (- for short versions, -- for normal versions)
Microsoft Windows [Version 10.0.26200.9168]
(c) Microsoft Corporation. All rights reserved.
C:\Program Files\SMT>SchooiMultitool.bat /d
C:\Program Files\SMT>SchooiMultitool.bat /debug
C:\Program Files\SMT>SchooiMultitool.bat -d
C:\Program Files\SMT>SchooiMultitool.bat --debug
| Command Line Arguments | Description |
|---|---|
| d / debug | Enters debug mode |
| h / help | Prints the help manual |
| rp / restore-point | Creates a system restore point |
| s / sync | Syncs SMT files with the upstream repo to make sure they all exist (portable update system) |
| p / portable | Creates an SMT portable zip |
| f / feedback | Opens the feedback form |
| i / install | Installs SMT |
| w / website | Opens the SMT website |
| 32 / system32 | Adds SMT to PATH (old, happens automatically) |
| pf / program-files | Adds SMT to C:\Program Files and creates a shortcut on the desktop (old, use exe installer instead) |
| na / no-admin | Runs SMT without admin if it is installed in an admin folder (e.g. C:\Program Files) |
Contributions to SMT are welcome! If you have any ideas for new features, improvements, or bug fixes, please open an issue or submit a pull request. See CONTRIBUTING.md (SOON) for more information on how to contribute.
SMT uses the MIT license, find more here.
A few tools are not made by me. The credits section in SMT includes all of them. ↩
The .exe installer made in NSIS gets flagged by many AVs, including Windows Defender, due to it downloading SMT's files. Many pieces of malware download .bat files, and are called "droppers", so AVs immediately flag anything that does the same. For that reason, use the commands or disable your antivirus instead. ↩ ↩2
348 commits
Batchfile
100.0%