# Windows Cache Management Scripts
A collection of batch scripts for managing browser caches and Chrome profiles on Windows 11.
Scripts Overview
1. ChromeBackup.bat
Purpose: Backup and restore Chrome browser profiles
:: Run the script
ChromeBackup.batFeatures:
- Full Chrome profile backup with timestamp
- Restore from any previous backup
- Lists available backups with dates
- Auto-creates
ChromeBackupsfolder
Menu Options:
- Backup Chrome Profile
- Restore Chrome Profile
- List Available Backups
- Exit
Backup Location: %~dp0ChromeBackups\
Use Case: Before system reinstall or migrating Chrome data to new machine.
2. MoveAllCaches.bat
Purpose: Move all browser caches to a specified location
:: Run as administrator
MoveAllCaches.batMoves caches for:
- Chrome
- Firefox
- Edge
- Other common browsers
Use Case: Free up space on system drive by moving browser caches to another drive.
3. MoveChromeCache.bat
Purpose: Move only Chrome cache to custom location
:: Quick single-browser cache mover
MoveChromeCache.batUse Case: Lightweight alternative when you only need Chrome cache management.
4. W10A.bat (Windows 10 Activation)
Purpose: Check and repair Windows activation
:: Run as administrator
W10A.batFeatures:
- Displays current activation status
- Runs SLMGR commands for repair
Use Case: Troubleshoot Windows activation issues.
How to Use
- Copy scripts to a convenient location
- Right-click → Run as Administrator (for most scripts)
- Follow on-screen prompts
Requirements
- Windows 10/11
- Administrator privileges for system modifications
- Chrome installed (for Chrome-specific scripts)
Architecture Feedback
Spotted a potential optimization or antipattern? Let me know.