registry
Getting a file version number in the [Registry] section
I am creating an installer for a visual studio project using inno setup. I am getting an error for \"Parameter ValueData has invalid value\"[详细]
2023-04-10 18:48 分类:问答try to change ActivePowerScheme: RegOpenKeyEx failed with error 0
I need to set ActivePowerScheme by changing it in registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Power\\User\\PowerSchemes.[详细]
2023-04-10 18:02 分类:问答If RegOpenKeyEx Does Not Return ERROR_SUCCESS Am I Guaranteed that the HKEY Was Not Opened?
Reading Microsoft\'s documentation on RegOpenKeyEx and RegCloseKey I am unsure of whether or not I need to call the close function if RegOpe开发者_JAVA百科nKeyEx fails.[详细]
2023-04-10 17:43 分类:问答How to extract computer/machine SID?
I\'m looking for a way to extract the computer SID using Delphi code. There\'s a tool called PsGetSid from SysInternals that does this, but I can\'t use it in my application. I searched for a code exa[详细]
2023-04-10 16:06 分类:问答Disable Libraries window popup when explorer restarted
I have written an application that changes some of the registry settings and then resta开发者_如何转开发rts explorer to save them. Everytime explorer is restarted an annoying \"Libraries\" popup comes[详细]
2023-04-10 12:59 分类:问答Unable to read certain registry keys in C
I\'m using RegOpenKeyEx() and RegQueryValueEx() to try and get the value for six keys in the Windows registry. I\'m able to do it for four of the six but am failing on certain others.[详细]
2023-04-10 08:04 分类:问答Registry Editing: How to calculate DWord Hex Values
I\'m trying to make some registry edits and I\'m not sure I understand how specific dword values are calculated.[详细]
2023-04-09 23:50 分类:问答How to delete from the 64 bit registry under XP?
I\'m making an application, and i need to write some stuff in the registry, and later edit them if neccessary. I\'m writing to the 64 bit registry using KEY_WOW64_64KEY. I created my Key Software\\MyA[详细]
2023-04-09 14:25 分类:问答Getting Manufacturer and Modal # from XP Home with Java or the Command Line
How can I get the Manufacturer and the Modal Number of an XP Home computer? I asked a similar question 3 months ago here. The answers wer开发者_StackOverflow社区e very helpful, but Windows XP Home Pre[详细]
2023-04-09 11:35 分类:问答Grant application access to UAC protected registry section
I have a legacy USB device driver which reads and writes data from and to the Windows registry to HKEY_LOCAL_MACHINE/SOFTWARE/COMPANY/PRODUCT.[详细]
2023-04-09 00:07 分类:问答