registry
Windows based ASCII to Hex CLI Converter
I am in need of a CLI interface in which I can convert a password to binary for insertion into the registry.[详细]
2023-03-22 12:57 分类:问答C++ program running from C:\Users\Myname\AppData\Local started by Registry CURRENT_USER
I have a key in my registry that starts a program In my C:\\Users\\MyName\\AppData\\Local folder when windows starts (Software\\Microsoft\\Windows\\CurrentVersion\\Run) but when the program is started[详细]
2023-03-22 01:38 分类:问答Delphi Detect Word version through Registry
I just added this function which determines which mailmerge method to use. It seems to work on XP and Windows 2000. Is there any reason why it wouldn\'t work on NT, Vista, 7 and other Windows versions[详细]
2023-03-21 21:33 分类:问答Problems with listing registry values C#
when I try to list registry values it doesn\'t list all the values. Like when I\'m doing: RegistryKey regKey = Registry.LocalMachine.OpenSubKey(\"SOFTWARE\\\\Microsoft\\\\Windows NT\\\\CurrentVersion[详细]
2023-03-20 11:50 分类:问答How to add a new menuitem to desktop icons in windows?
I\'d like to have a shortcut to my application with certain desktop icons... I\'m sure you have all seen Notepad++ for instance. When you right-cl开发者_如何学Cick a txt file on your desktop \"Edit wi[详细]
2023-03-20 03:30 分类:问答VBS won't modify registry
I am writing a vbscript that I need to modify several registry entries. The issue is that after Chrome or Firefox is removed from one of our computers you can no longer open links outside of the web b[详细]
2023-03-20 00:53 分类:问答Intercepting Registry changes
I know that I can monitor registry changes using RegNotifyChangeKeyValue. What 开发者_如何学CI am wondering is if its possible to intercept and possibly prevent reading and writing to the registry. I[详细]
2023-03-19 17:03 分类:问答Registering an Application to a URL Protocol: immediate termination
Registered my program according to http://msdn.microsoft.com/en-us/library/aa767914.aspx. The association seems to be working, because if I enter my custom url in a browser, it asks for permission to[详细]
2023-03-18 18:48 分类:问答Visual Studio 2008 won't properly load settings
I have the weirdest bug with VS2008 At first, at each load of a project, it created a \"Visual Studio 2008\" folder inside the project\'s folder. I solved it following this question : Visual Studio 2[详细]
2023-03-18 14:52 分类:问答Should I be closing HKEY?
If I do: HKEY lKey = NULL; if(AssocQueryKey(..., &lKey) == S_OK) { : if(RegCloseKey(lKey) == ERROR_SUCCESS)[详细]
2023-03-18 14:13 分类:问答
加载中,请稍侯......