Regset command is completed but did not add registry key

Hi,

I knew there are 4 or 5 topics about same issue and read them all but still have same problem. Sorry.
My single line action is:
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main]" "NotifyDisableIEOptions"=dword:00000002

I wrote quotas manually because of your warnings to other people.
Fixlet debugger said that: “evaluation completed successfully, pending a restart” and console showed that task completed.
I tried bot regset and regset64 versions, I restarted my PC too, but key was not there.
My OS is Windows 10 22H2 and BigFix version is 9.2.17.28. Can be causing by version incompatibility?

Certainly could be an agent version issue, I don’t know that 9.2 agent has been certified on Windows Server 2022.

Just to check though, that whole regset command is on a single line, right?

1 Like

Device that task applied to is windows 10(build 22H2) and I deployed lots of other (program installation etc) tasks to windows 10 devices successfully.
I asked mismatching possibility for regedit versions actually.
Yes, it is single line action.

It’s possibly a problem with the client version on Win2022, but also a possibility that you have a Local Group Policy or a domain GPO that overrides this particular key/value and sets it back when policy reapplies.