Cannot create value: Error writing to the registry

2

So I get this error when trying to add a dword or even change a value in a key under hklm\system\CurrentControlSet\services\x1

When I look at the effective permissions, I have full control and I am the owner of the key. If I check the next key under "services," I can edit the values and add values under it. But, for some reason, I can't edit this key for the particular software on a couple of machines.

I have tried running as administrator but that doesn't work either.

So if I have full control and I'm the owner, is there something else that could be locking this key? The permissions are identical with the next key in hklm\system\CurrentControlSet\services so I'm not sure what I am missing.

mirk

Posted 2014-02-19T15:33:19.000

Reputation: 33

Anti-virus packages actively disallow editing of their own and often some system services. Try editing the key in Safe Mode, and/or with AV disabled/uninstalled. – Ƭᴇcʜιᴇ007 – 2014-02-19T15:50:41.587

Holy crud. That worked. I booted into safe mode and could change the value. Thanks a ton, techie007. – mirk – 2014-02-19T16:05:26.177

Glad to hear it worked, I'll throw it in as an answer :) – Ƭᴇcʜιᴇ007 – 2014-02-19T16:06:56.997

Answers

3

Some programs (Anti-malware packages for example) actively disallow editing of their own, and often some system, services.

Try editing the key while in Safe Mode, and/or with any running Anti-malware disabled/uninstalled.

Ƭᴇcʜιᴇ007

Posted 2014-02-19T15:33:19.000

Reputation: 103 763