Single-file version that runs from anywhere!
The portable edition is a self-contained PowerShell script that:
- ✅ Runs from USB drives
- ✅ Runs from cloud-synced folders (Dropbox, OneDrive, Google Drive)
- ✅ No extraction needed
- ✅ No installation required
- ✅ Interactive menu interface
- ✅ Command-line support
- Download
CleanExplorer-Portable.bat - Double-click it from anywhere
- Choose from menu:
[1]Hide cloud drives[2]Show cloud drives[3]Check status
Hide cloud drives:
.\CleanExplorer-Portable.ps1 -HideShow cloud drives:
.\CleanExplorer-Portable.ps1 -ShowCheck status:
.\CleanExplorer-Portable.ps1 -Status- 🎯 Single file - No dependencies or extraction
- 📁 Run from anywhere - USB, network drive, cloud folder
- 📊 Status checking - See current state of cloud drives
- 🎨 Interactive menu - Easy to use interface
- ⚡ Fast - Executes in seconds
- 🔒 Safe - All registry changes are temporary and reversible
- Copy
CleanExplorer-Portable.ps1to USB - Plug into any Windows PC
- Run it to clean up Explorer
- No traces left behind
- Save to
Dropbox\Tools\CleanExplorer-Portable.ps1 - Access from any of your synced PCs
- Always up-to-date across devices
- Place on network share
- Users can run directly from share
- No installation, no IT ticket needed
| Feature | Portable | Standard |
|---|---|---|
| Single file | ✅ | ❌ (7 files) |
| Interactive menu | ✅ | ❌ |
| Status checking | ✅ | ❌ |
| Run from USB | ✅ | ✅ |
| Command line | ✅ | ✅ |
| File size | ~6 KB | ~15 KB total |
- Windows 10 or 11
- PowerShell (built-in)
- Admin rights (for registry access)
The portable script:
- Creates temporary
.regfiles in%TEMP% - Applies registry changes
- Cleans up temp files
- Restarts Explorer automatically
No permanent files created. No traces left.
Script won't run?
- Right-click → "Run with PowerShell"
- Or use the
.batlauncher
PowerShell execution policy blocked?
The .bat launcher handles this automatically with -ExecutionPolicy Bypass
Need admin rights?
The .bat launcher auto-elevates if needed
Get the portable version from Releases
Or copy-paste the PowerShell script directly - it's just text!
Portable edition: Perfect for IT admins, tech support, and power users who need a tool that travels with them.