in reply to Re^2: How to create new DWORD value in Windows Registry?
in thread How to create new DWORD value in Windows Registry?
my $rootkey = "LMachine/Software/Microsoft/Windows NT/CurrentVersion/W +inlogon"; $Registry->{"$rootkey//testkey2"} = [pack("L",0), "REG_DWORD"];
|
|---|