I use REGDIR and the plugins KEYTIMES and @KEYTIME a lot. It would be nice to be able to type something significantly shorter than, for example, HKLM\SYSTEM\CurrentControlSet\Services\w32tmsvc. My first thought was a plugin, @RK[alias] which would look up the alias in a file and return the full key name. If I structured the file like this
I could easily do the lookup with the function...
Read more
Code:
[w32tm]
name=HKLM\SYSTEM\CurrentControlSet\Services\w32tmsvc
[alias]
name=target key
; et c.
I could easily do the lookup with the function...
Read more