G
Guest
Hi everyone
I'm working with XP Pro SP2 and have seen a .reg file that I'd like to use.
I copied it from a website and part of it is here:
[HKEY_CLASSES_ROOT\CLSID\{00000000-5144-0000-0000-000000000002}\Shell\00\Command]
@=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,\
00,73,00,25,00,5c,00,47,00,6f,00,6f,00,67,00,6c,00,65,00,5c,00,47,00,6f,00,\
6f,00,67,00,6c,00,65,00,20,00,45,00,61,00,72,00,74,00,68,00,20,00,50,00,6c,\
00,75,00,73,00,5c,00,47,00,6f,00,6f,00,67,00,6c,00,65,00,45,00,61,00,72,00,\
74,00,68,00,2e,00,65,00,78,00,65,00,00,00
I can't understand what is after "@=hex(2):". I realise that the
backslashes signify that the series of data is to be regarded as one long
line. How can I interpret the alphanumeric pairs? I read something about
loading the .reg file into notepad and saving it as a .reg file and also as a
..txt file, but they look the same when I open them again with Notepad. I've
also tried to open them with Wordpad but they still appear senseless. I have
a suspicion that the alphanumeric pairs may stand for a file path and name
which is run, hence the word "Command" at the end of the previous line.
One other question is regarding the "hex(2)". I've seen another .reg file
which disables Caps Lock:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00
Why is this "hex" and the first example "hex(2)"?
Thanks in advance for shedding light on what may be (to others) ridiculously
simple questions!
I'm working with XP Pro SP2 and have seen a .reg file that I'd like to use.
I copied it from a website and part of it is here:
[HKEY_CLASSES_ROOT\CLSID\{00000000-5144-0000-0000-000000000002}\Shell\00\Command]
@=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,\
00,73,00,25,00,5c,00,47,00,6f,00,6f,00,67,00,6c,00,65,00,5c,00,47,00,6f,00,\
6f,00,67,00,6c,00,65,00,20,00,45,00,61,00,72,00,74,00,68,00,20,00,50,00,6c,\
00,75,00,73,00,5c,00,47,00,6f,00,6f,00,67,00,6c,00,65,00,45,00,61,00,72,00,\
74,00,68,00,2e,00,65,00,78,00,65,00,00,00
I can't understand what is after "@=hex(2):". I realise that the
backslashes signify that the series of data is to be regarded as one long
line. How can I interpret the alphanumeric pairs? I read something about
loading the .reg file into notepad and saving it as a .reg file and also as a
..txt file, but they look the same when I open them again with Notepad. I've
also tried to open them with Wordpad but they still appear senseless. I have
a suspicion that the alphanumeric pairs may stand for a file path and name
which is run, hence the word "Command" at the end of the previous line.
One other question is regarding the "hex(2)". I've seen another .reg file
which disables Caps Lock:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00
Why is this "hex" and the first example "hex(2)"?
Thanks in advance for shedding light on what may be (to others) ridiculously
simple questions!