"1033"=""

armsys
2StarLounger
Posts: 105
Joined: 19 Apr 2010, 10:25
Location: Hong Kong

"1033"=""

Post by armsys »

Is the following a valid registry? What does it try to do?

Code: Select all

Windows Registry Editor Version 5.00
"1033"=""
Thanks.
Regards,
Armstrong

User avatar
HansV
Administrator
Posts: 78483
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: "1033"=""

Post by HansV »

In this form, it's meaningless, since there is no indication which registry key should be modified. There should be a line specifying a registry key in between, e.g.

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\LanguageResources\EnabledLanguages]
"1033"=""

This would set the value named 1033 in the registry key HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\LanguageResources\EnabledLanguages to an empty string.
Best wishes,
Hans

armsys
2StarLounger
Posts: 105
Joined: 19 Apr 2010, 10:25
Location: Hong Kong

Re: "1033"=""

Post by armsys »

Agree. It just doesn't make sense. Thanks.
Regards,
Armstrong