Answer the question
In order to leave comments, you need to log in
How to create a .reg file that changes the value of the REG_SZ type?
I'm trying to create a .reg file that would change the "installation language" setting from "1033" to "1049", located at "HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\gamersfirst\apb\1".
I write:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\gamersfirst\apb\1]
"installation language"=hex(1):1049
Answer the question
In order to leave comments, you need to log in
Understood. First you need to remove the old value, then add a new one.
Correct code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\gamersfirst\apb\1]
"installation language"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\gamersfirst\apb\1]
"installation language"="1049"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\gamersfirst\apb\1]
"installation language"="1049"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question