WAPT version: 2.2.3 Enterprise
Server OS: Debian 12
OS administration console: Win10pro
OS package dev station: Win10pro
Good morning,,
I want to create an empty registry key (containing no value other than the default one) as created by the standard registry editor.
If I use the syntax:
Code: Select all
registry_set(HKEY_LOCAL_MACHINE,r'SOFTWARE\WOW6432Node\CLETEST', None, None)
Code: Select all
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\CLETEST]
"None"=""
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\CLETEST]
CR
