I want to take back up of registry of the current network settings like IP,Subnet,DNS and all that stuff, in windows xp开发者_开发技巧. How can i do that? Please help. For Windows XP clients and highe
Is it posible to read a certificate out from registry without booting windows, if you know login credentials and computer name.
I\'m aware that any licensing registry开发者_开发百科 key can be detected using monitoring tools, just want to secure it against ordinary users.
I\'m trying to encrypt a serialized XML document and store it in the registry.I was wondering on how to accomplish that?I am able to store a non-serialized XML document in the registry by converting t
So I\'ve been trying to get a REG_SZ value out of the registry and store it as a char*. After looking around the internet this is what I came up with. The problem is that the value I get is not what i
How to get the key of a especific directory in the registry of windows XP? I\'m using Delphi HKEY_CURRENT_USER\\Software\\Microsof开发者_如何学运维t\\Windows\\ShellNoRoam\\BagsThere are no directori
Is it possible to write to the HKLM registry branch in Win 7 from an application? My existing code is not able to write to the HKLM registry branch on Win 7 machines, while it is able to do this on X
In MSDN it says that RegEnumValue should not be used when calling function that change the registry keys being enumerated.
We are using WIX to install a number of services we create. I am writing a quick utility to dump the currently installed services. I just iterate over subkeys of:
How开发者_StackOverflow社区 to get the sub-key name (eg. Stk Group\\ BISCUIT) from registry?Are you looking for TRegistry.GetKeyNames(Strings: TStrings);