Adding new Key in registry

Hi there,

We got this scenario where we just want to add a new Key in the registry and not touch any values of registry.
I have tried the Windows Registry Wizard but to no avail.

Any advice is appreciated on how to add only Key and no changes to the registry using Bigfix.

Go to Computer\HKEY_CURRENT_USER\Software\Palo Alto Networks\GlobalProtect\Settings
Right click Settings
Click New>Key
Enter the GP portal name as the name of this new Key

Thanks!

A key cannot be empty - it will always contain at least a default value (that can, itself, be completely devoid of content).

You just need to write a default value

regset64 "[HKEY_LOCAL_MACHINE\SOFTWARE\TRN\EmptyKey]" ""=""

1 Like