Why isn't regset working?

(imported topic written by SystemAdmin)

I’m using two registry settings to modify the behavior of Adobe Reader X. I believe the syntax is correct however the task is not writing to the correct registry entries despite reporting successful completion. The registry entries do not exist and regset should be creating them. I’m running the task on a Win XP workstation with Symantec Anti-Virus and fairly restrictive user settings, however I haven’t had a problem writing to the registry prior to this.

regset "

http://HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown

" “bProtectedMode”=Dword:00000000

regset "

http://HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\10.0\Workflows

" “bEnableAcrobatHS”=Dword:00000000

(imported comment written by cstoneba)

i think the format is:

regset "

keyname

" “value”=dword:00000000

(imported comment written by cstoneba)

ugh, stupid thread formatting…

regset quotebracketHKLMbracketquote “value”=dword:00000000

(imported comment written by SystemAdmin)

Yeah, the text formatting of the board got me too. I am using the correct settings.

regset "

http://HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown

" “bProtectedMode”=Dword:00000000

(imported comment written by SystemAdmin)

regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\10.0\FeatureLockDown]" "bProtectedMode"=Dword:00000000