https://github.com/gergogyulai/wintoolbelt
๐งฐ A collection of tools for students to clean up public school PCs, including browser resets, file cleanup, and even Veyon service controls.
https://github.com/gergogyulai/wintoolbelt
powershell utilities windows wipe
Last synced: about 2 months ago
JSON representation
๐งฐ A collection of tools for students to clean up public school PCs, including browser resets, file cleanup, and even Veyon service controls.
- Host: GitHub
- URL: https://github.com/gergogyulai/wintoolbelt
- Owner: gergogyulai
- License: mit
- Created: 2025-03-14T09:51:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T11:25:16.000Z (about 1 year ago)
- Last Synced: 2025-09-15T14:50:20.655Z (10 months ago)
- Topics: powershell, utilities, windows, wipe
- Language: PowerShell
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ wintoolbelt
To execute **wintoolbelt**, run this in an Administrator PowerShell:
```
irm https://wtb.gergo.cc | iex
```
## Overview
**wintoolbelt** is a collection of tools designed to clean up and refresh public school PCs. It helps to delete user data, browser profiles, and unnecessary files, ensuring a clean slate every time you sit down. It also provides additional features for managing the veyon service.
## ๐งฐ Available Tools
### ๐งน Cleanup Tool (wipe)
The cleanup tool is the main feature of **wintoolbelt**. It deletes user data, browser profiles, and unnecessary files from the system.
#### What it cleans
- **Browser Data** ๐
- Google Chrome
- Brave
- Mozilla Firefox
- Microsoft Edge
- **User Folders** ๐
- Desktop
- Documents
- Downloads
- Pictures
- Music
- Videos
- 3D Objects
- Also removes every folder and file in the user's profile directory that is not a system folder
- **Development Tools** ๐ป
- VS Code profiles
- VS Code extensions
- Configuration files (.gitconfig, .bashrc, etc.)
### ๐ฎ Veyon Tool (veyon)
Take control of the Veyon service with this tool. It allows you to start, stop, enable, and disable the service.
## ๐ Usage
### Recommended Usage
To quickly execute **wintoolbelt**, run the following command in PowerShell:
```
irm https://wtb.gergo.cc | iex
```
If the recommended URL is unavailable, you can use the following alternative:
```
irm https://raw.githubusercontent.com/gergogyulai/winwipe/refs/heads/main/public/menu.ps1 | iex
```
This will execute the latest version of the tool selector directly from the repo.
### Specific Tasks
If you need to run specific tools, use these URLs:
- **veyon only**: `irm https://wtb.gergo.cc/veyon | iex`
- **wipe only**: `irm https://wtb.gergo.cc/wipe | iex`
### Running Manually
If none of the hosted versions of the script are working, you can run it directly from your computer:
```
git clone https://github.com/gergogyulai/wintoolbelt
cd wintoolbelt/public
./menu.ps1
```
## โ ๏ธ Warning
- This script **permanently deletes** user files. Ensure you do not run it on a personal machine or any device where data loss is a concern.
- Running this script may require administrative privileges.
## ๐ License
This project is released under the MIT License. For more information, see the [LICENSE](LICENSE) file.