Windows Registry Editor Version 5.00 ; Added using Windows 11's RegEdit [HKEY_CURRENT_USER\Software\My Program\Test] "Value A"="A" "Value A long"="This is a very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long value" "Value A \\ and {"="A\\B{C" "Value B"=hex:01,23,45,67,89 "Value C"=dword:00bc614e "Value J"=hex(7):61,00,62,00,63,00,00,00,64,00,65,00,66,00,00,00,67,00,68,00,\ 69,00,00,00,00,00 "Value F"=hex(2):61,00,62,00,63,00,00,00 "Value M"=hex(b):ff,ff,ff,ff,ff,ff,ff,ff @="Default Value" ; Added manually: supported but not possible to create using Windows 11's RegEdit? [HKEY_CURRENT_USER\Software\My Program\Test\Manual] "Value E"=hex(1):41,00 "Value E truncated"=hex(1):41 ; Comment inside section "Value G"=hex(3):01,23,45,67,89 "Value H"=hex(4):4e,61,bc,00 [HKEY_CURRENT_USER\Software\My Program\Test\Empty Key With Space] [HKEY_LOCAL_MACHINE\Software\My Program\Test\Administrative Key] "Value A"="A" [HKEY_CLASSES_ROOT\Software\My Program\Test] "Value A"="A" [-HKEY_CURRENT_USER\Software\My Program\Test\Key To Delete] "Value A"="Weird value that should be ignored" [-HKEY_CURRENT_USER\] [HKEY_CURRENT_USER\Software\My Program\Test\Key With Value To Delete] "Value A"=- ;Official .reg files must end with a blank line but we support ones without