/registryexplore

Command prompt for navigating the Windows registry

Primary LanguagePython

registryexplore

Command prompt for navigating the Windows registry

Run the program:

python explore.py

List Registry Folder / Key values

ls <path>

Change Registry Folder

cd <path>

cd .. (Move back)

Move with absolute path

ls R:\<path>

cd R:\<path>