Mysterious @ character in the Windows Registry
Posted
by
Karel
on Super User
See other posts from Super User
or by Karel
Published on 2011-12-27T21:25:17Z
Indexed on
2012/03/27
23:34 UTC
Read the original article
Hit count: 276
registry
|special-characters
When I navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WMP.PlayCD\Shell\Play" in The Windows Registry, I find one REG_EXPAND_SE named MUIVerb on my Windows 7 system. However in its contents it's carrying "@%windir%\system32\wmploc.dll,-6503"
Now my question is: What does this @ character mean or do? I am an MS-DOS grown up and I haven't seen such a notation before. Should I interprete it as the @ like in an e-mail address? What is the final result. Does it become "C:\%windir%\system32\wmploc.dll,-6503" eventually ?
© Super User or respective owner