USB-Everything is a portable, offline-first systems administration and IT automation suite engineered for IT support specialists, systems engineers, and recovery technicians. Designed to run directly from bootable USB storage, it automates workstation provisioning, offline driver installation, OS remediation, and system optimization.
[ arck.ps1 ] ◄── Master Launch & Execution Controller
│
├── [ lock.ps1 ] ────────► Cryptographic Executable Locking & Integrity Guard
├── [ Programs.ps1 ] ────► Automated Offline Driver & Software Provisioning
├── [ ZhanTool.ps1 ] ────► System Diagnostic, Tweaking & Remediation Engine
└── [ Windows optmizer ] ─► Registry, Telemetry & Performance Tuning Subsystem
- Automated Offline Provisioning: Deploy critical drivers (GPU, Chipset, Network) and essential software packages on air-gapped or fresh workstations without internet access.
- Operating System Remediation: Automated repair scripts resolving common Windows component store (DISM), system file integrity (SFC), and networking stack corruptions.
- Telemetry & Performance Optimization: Deep-clean telemetry tasks, unnecessary background bloatware, and optimize I/O scheduler queues.
- Cryptographic Script Execution Lock: Binaries are encrypted/locked via
lock.ps1to prevent unauthorized execution or tampering on target workstations.
⚠️ Tamper Prevention Note:
All standalone.exeutility binaries are protected via execution wrappers. Direct execution outside the verified menu controller is restricted. Launching must proceed through the verified PowerShell entrypoint:arck.ps1.
- Mount the portable USB drive on the target workstation.
- Open PowerShell (Run as Administrator).
- Navigate to the drive root and launch the main suite:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
.\arck.ps1