A powerful command-line enhancement system for Windows that supercharges CMD with 150+ intelligent commands and shortcuts.
CMD ULTRA is a hybrid system combining the best features of CMD Intelligence Suite V2 and CMD Brain, creating the ultimate Windows command-line experience.
- 150+ Intelligent Commands - Pre-configured shortcuts and aliases
- Auto-loading - Runs automatically on every CMD session
- Colored Prompt - Username@Computer path display
- Hybrid Intelligence - Best of both worlds
- AI-Librarian - Conversation search and management
aistats- Show statisticsais 'keyword'- Search conversationsaiget <id>- Get full conversation
- Quick directory jumping:
..,...,desk,docs,projects - Project shortcuts:
agentfarm,librarian - Unix-style:
ls,ll,la,cat,grep
- Short commands:
g,gs,ga,gc,gp,gl - Enhanced logging:
glshows graph with decorations - Full workflow: status, add, commit, push in seconds
- Quick Python:
py,pip,venv,activate - Interactive:
ipyfor immediate REPL - Environment management built-in
- CPU:
cpu- Processor info and load - Memory:
mem- RAM usage - GPU:
gpu,gpuinfo,taskgpu- AMD Radeon support - Disk:
disk- Drive space - Temperature:
temp- System temps - Radeon:
radeon- Launch Radeon Software
admin- Launch admin CMDhosts- Edit hosts filereload- Reload CMD ULTRAtasks- Task Managerresmon- Resource Monitorperfmon- Performance Monitor
olist- List modelsorun <model>- Run a modelostop- Stop Ollama
note "text"- Quick notesnotes- View all notesclearnotes- Clear notes
findf <pattern>- Find files recursivelygrep <pattern>- Search in filespgrep <name>- Find processes
- Windows 11 (works on Windows 10)
- Python 3.12+ (for AI-Librarian features)
- Git (for version control features)
- Clone or download to
C:\CmdEnhancements\ - Run as Administrator:
cd C:\CmdEnhancements upgrade_to_ultra.bat - Close and reopen CMD
cd C:\CmdEnhancements
install_git.batTested on:
- OS: Windows 11 Pro (Build 26200)
- CPU: Intel Core i7-12700K
- GPU: AMD Radeon RX 7900 XTX (24GB)
- RAM: 64GB
C:\CmdEnhancements\
βββ cmd_ultra.bat # Main enhancement script
βββ sysinfo.bat # System information display
βββ COMMANDS.txt # Full command reference
βββ README.txt # Documentation
βββ notes.txt # Your quick notes
βββ install_git.bat # Git installer
βββ upgrade_to_ultra.bat # Installation script
βββ uninstall_cmd_enhancements.bat
projects
cd my-project
gs # git status
ga . # git add all
gc "Update" # git commit
gp # git pushcpu # Check CPU load
mem # Check RAM usage
gpu # Check GPU info
disk # Check disk space... # Go up 2 directories
desk # Jump to Desktop
projects # Jump to C:\Projects
agentfarm # Jump to Agent-Farm projectnote "Check API limits tomorrow"
note "Bug in line 42"
notes # View all notesEdit C:\CmdEnhancements\cmd_ultra.bat to:
- Add your own aliases
- Modify project paths
- Customize the prompt
- Add new shortcuts
Changes take effect in new CMD windows.
cd C:\CmdEnhancements
uninstall_cmd_enhancements.batChoose to keep or delete files.
Type help-cmd in CMD for full command reference.
Commands not working?
- Check registry:
reg query "HKCU\Software\Microsoft\Command Processor" /v AutoRun - Should show:
C:\CmdEnhancements\cmd_ultra.bat
Git commands failing?
- Run
install_git.bat - Or download from https://git-scm.com/download/win
AI-Librarian errors?
- Ensure AI-Librarian is at
C:\Projects\AI-Librarian\ - Verify database exists
- Zero impact on CMD startup (<100ms)
- Instant alias resolution
- No background processes
- Memory footprint: <1MB
MIT License - Free to use, modify, and distribute.
CMD ULTRA v1.0
- Released: 2025-11-22
- Status: Production Ready
- Commands: 150+
Hybrid system combining:
- CMD Intelligence Suite V2
- CMD Brain v1.0
Created for high-performance development on Windows 11.
System Specs: Intel 12700K | AMD 7900 XTX | 64GB RAM | Windows 11 Pro