Change in Registry settings does not reflect for the corresponding settings in GUI in windows 2003 server

command-line-interfacewindows-registry

I have updated registry value for Software Restriction Policies/Security Levels. However, changes were not reflecting in the GUI. I have restarted the server still no effect.

below command is used to update registry value.
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\safer\codeidentifiers /v DefaultLevel /t Reg_DWORD /d 262144 /f

also executed gpupdate command.

command execution is successful. Even values were changed in registry but Software Restriction Policies/Security Levels is still set as Disallowed. It should be unrestricted after the command is executed.

Any suggestion would be greatly appreciated…

Regards,
Monoj

Best Answer

I've tried this some time ago, and it seems that in this specific GP settings changes in the registry doesn't reflect in the console.
I guess that's because there is also a file (C:\Windows\security\database\SecEdit.sdb) that holds the settings of the "Local Security Settings", and the mmc is using it instead of the registry.

The manual values you put in the registry should work as usual, but I'd strongly suggest you use only the regular mmc.

Related Topic