I\'m using Java Preferences 开发者_高级运维API to store window position and size of Swing application. At this moment, I\'m listening to window resize/reposition events and storing the position and si
As you know, Windows has a \"Add/Remove Programs\" system in the Control Panel. Let\'s say I am preparing an installer and I want to register my program to list of installed programs and want it to b
I have got a dll that I load in my program which reads and writes its settings to the registry (hkcu). My program changes these settings prior to loading the dll so it uses the settings my program wan
I cannot read from the registry unless I run my application in administrator mode.I am building a preview handler, using the IPreviewHandler interface, and I require GUIDs for file types located in HK
From what I understand in the documentation, it returns null if it fails, but it seems to me there is an exception ready for every fail scenario.
I\'ve got a problem about RegOpenKeyEx, the code: #include <tchar.h> #include <stdio.h> #include <windows.h>
VS 2010 becomes unrespo开发者_开发知识库nsive randomly. A look into process monitor shows it waits in a loop on RegQueryValue operation on HKLM\\SOFTWARE\\Microsoft\\Cryptography\\Defaults\\Provider T
I have an x86 Windows application that consists of a couple of services and a client ui. Due to various issues with persuading the various MSIs to upgrade properly, the installation process is now go
I want to create a registry key in local machine hive in windows 7. I used the following code in order to do so:
Where can I create/modify/delete registry keys to share data between users in the Windows 7 registry? Both of the users are non administrators and it shouldn\'t require admin privileges.