{"id":26962264,"url":"https://github.com/gergogyulai/wintoolbelt","last_synced_at":"2026-05-15T22:35:19.622Z","repository":{"id":282382219,"uuid":"948416362","full_name":"gergogyulai/wintoolbelt","owner":"gergogyulai","description":"🧰 A collection of tools for students to clean up public school PCs, including browser resets, file cleanup, and even Veyon service controls.","archived":false,"fork":false,"pushed_at":"2025-05-16T11:25:16.000Z","size":75,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T14:50:20.655Z","etag":null,"topics":["powershell","utilities","windows","wipe"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gergogyulai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-14T09:51:29.000Z","updated_at":"2025-03-19T12:28:05.000Z","dependencies_parsed_at":"2025-07-20T22:32:59.002Z","dependency_job_id":"2b49702c-de83-4934-8ab6-5efdda0eb72b","html_url":"https://github.com/gergogyulai/wintoolbelt","commit_stats":null,"previous_names":["gergogyulai/winwipe","gergogyulai/wintoolbelt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gergogyulai/wintoolbelt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergogyulai%2Fwintoolbelt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergogyulai%2Fwintoolbelt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergogyulai%2Fwintoolbelt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergogyulai%2Fwintoolbelt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gergogyulai","download_url":"https://codeload.github.com/gergogyulai/wintoolbelt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gergogyulai%2Fwintoolbelt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082072,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","utilities","windows","wipe"],"created_at":"2025-04-03T05:19:36.106Z","updated_at":"2026-05-15T22:35:19.605Z","avatar_url":"https://github.com/gergogyulai.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠 wintoolbelt\n\nTo execute **wintoolbelt**, run this in an Administrator PowerShell:\n```\nirm https://wtb.gergo.cc | iex\n```\n\n## Overview\n**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.\n\n## 🧰 Available Tools\n\n### 🧹 Cleanup Tool (wipe)\nThe cleanup tool is the main feature of **wintoolbelt**. It deletes user data, browser profiles, and unnecessary files from the system. \n\n#### What it cleans\n- **Browser Data** 🌐\n  - Google Chrome\n  - Brave\n  - Mozilla Firefox\n  - Microsoft Edge\n\n- **User Folders** 📁\n  - Desktop\n  - Documents\n  - Downloads\n  - Pictures\n  - Music\n  - Videos\n  - 3D Objects\n  - Also removes every folder and file in the user's profile directory that is not a system folder\n  \n- **Development Tools** 💻\n  - VS Code profiles\n  - VS Code extensions\n  - Configuration files (.gitconfig, .bashrc, etc.)\n\n### 🎮 Veyon Tool (veyon)\nTake control of the Veyon service with this tool. It allows you to start, stop, enable, and disable the service.\n\n## 🚀 Usage\n\n### Recommended Usage\nTo quickly execute **wintoolbelt**, run the following command in PowerShell:\n```\nirm https://wtb.gergo.cc | iex\n```\nIf the recommended URL is unavailable, you can use the following alternative:\n```\nirm https://raw.githubusercontent.com/gergogyulai/winwipe/refs/heads/main/public/menu.ps1 | iex\n```\nThis will execute the latest version of the tool selector directly from the repo.\n\n### Specific Tasks\nIf you need to run specific tools, use these URLs:\n- **veyon only**: `irm https://wtb.gergo.cc/veyon | iex`\n- **wipe only**: `irm https://wtb.gergo.cc/wipe | iex`\n\n### Running Manually\nIf none of the hosted versions of the script are working, you can run it directly from your computer:\n```\ngit clone https://github.com/gergogyulai/wintoolbelt\ncd wintoolbelt/public\n./menu.ps1\n```\n\n## ⚠️ Warning\n- 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.\n- Running this script may require administrative privileges.\n\n## 📜 License\nThis project is released under the MIT License. For more information, see the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgergogyulai%2Fwintoolbelt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgergogyulai%2Fwintoolbelt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgergogyulai%2Fwintoolbelt/lists"}