= Rooted by VladiMIR | AI =
A collection of Windows CMD/BAT utility scripts for system optimization, diagnostics, benchmarking, and software installation. All scripts follow a unified code style and versioning convention.
| # | Script | Description | Admin |
|---|---|---|---|
| 1 | CMD_setting.bat |
Sets CMD font to Consolas 20pt, UTF-8 encoding, buffer size 120x9001 globally via registry | YES |
| 2 | WIN_Optimize.bat |
15-step deep optimizer: reserved storage, hibernation, services, SSD TRIM, visual effects, temp/disk cleanup, network, power plan, telemetry, DISM, WinSxS, SFC, CompactOS | YES |
| 3 | AntiVir_OFF.bat |
Toggle Windows Defender real-time protection ON/OFF interactively | YES |
| # | Script | Description | Admin |
|---|---|---|---|
| 4 | MemTest_7z.bat |
Hardware stress test via 7-Zip benchmark: auto-installs 7-Zip, 10 passes, 256MB dictionary, 4 threads (detects RAM/CPU instability) | YES |
| 5 | SMB_Test.bat |
Live SMB network benchmark: 50MB/5GB modes, measures upload/download speed with progress bar and MD5 integrity check | YES |
| # | Script | Description | Admin |
|---|---|---|---|
| 6 | Install_7zip_Universal.bat |
Auto-detects architecture (x64/arm64/x86), fetches latest 7-Zip version from 7-zip.org, silently installs | YES |
| 7 | Telegram_Setup.bat |
Downloads and launches latest Telegram Desktop x64 installer via BITS transfer with live progress | no |
| 8 | MEGA_x86_Setup.bat |
Downloads and launches MEGAsync x86 (32-bit) installer | no |
| 9 | TeraBox_Setup.bat |
Downloads and launches TeraBox PC installer | no |
| 10 | Google_Drive_Setup.bat |
Downloads and launches Google Drive for Desktop installer | no |
| 11 | Heaven_Benchmark_Setup.bat |
Downloads and launches UNIGINE Heaven Benchmark 4.0 GPU stress test installer | no |
- OS: Windows 10 / Windows 11
- Shell: CMD (Command Prompt) — not PowerShell
- Admin rights: Required for most scripts (see table above)
- Internet access: Required for all installer scripts
- Download the desired
.batscript - Right-click the file
- Select Run as administrator (for scripts requiring admin rights)
- Follow the on-screen instructions
Warning: Always review scripts before running them. Never run untrusted
.batfiles with administrator privileges.
| Convention | Value |
|---|---|
| Language | English only |
| First lines | @echo off + cls |
| Version format | v2026-MM-DD |
| Author tag | = Rooted by VladiMIR | AI = |
| ANSI colors | Via VirtualTerminalLevel registry key |
| Admin check | Via net session at the top of every privileged script |
| Encoding | chcp 65001 (UTF-8) |
VladiMIR Bulantsev | github.com/GinCz
= Rooted by VladiMIR | AI =
Tested on Windows 10 & Windows 11 — Use at your own risk