DuReg Topics | Next
Registry Size Estimator Syntax
dureg [{/cr | /cu | /u | /lm | /a}] [{/s | /d}] ["registry_path"] ["string to search"]
Where:
- /a
- finds the size of entire registry (all).
- /cr "registry_path"
- by default, returns the size of HKEY_CLASSES_ROOT. Include a registry path to find the size of any key within this subtree.
- /cu "registry_path"
- by default, returns the size of HKEY_CURRENT_USER. Include a registry path to find the size of any key within this subtree.
- /lm "registry_path"
- by default, returns the size of HKEY_LOCAL_MACHINE. Include a registry path to find the size of any key within this subtree. For example, dureg /lm "software\microsoft" finds the size of the HKLM\Software\Microsoft key
- /u "registry_path"
- by default, returns the size of HKEY_USERS. Include a registry path to find the size of any key within this subtree.
- [/Subtree switch] "registry_path"
- finds the size of any registry key.
- /s "string"
- searches for string in the registry, for example, dureg /s "video" finds all occurrences of "video" in the registry.
Note
To stop a search, press CTRL+BREAK.
- /s [/subtree switch] "string"
- searches for string in the registry subtree, for example dureg /lm /s "video" finds all occurrences of "video" in HKLM.
Note
To stop a search, press CTRL+BREAK.