I\'m in the process of creating an application which will monitor specific registry key values for changes and write those changes to a text file.
I\'m in the process of creating a C# application which will monitor changes made to the registry and write them back to the registry next time the user logs on.
I\'ve severa开发者_开发知识库l long-standing apps written in Delphi that persist their settings in the registry. I\'ve used HKEY_LOCAL_MACHINE for \'hard\' settings such as configuration preferences a
It appears that specifying the KEY_WOW64_64KEY flag (reference) when accessing a registry key under 32-bit Windows XP has no effect - that is, no error is thrown, and the key is opened as if you hadn\
I\'m writing a program for my workplace an开发者_如何学Cd because we work on computers damaged by hard drives we sometimes need to work with their registries before they\'ll boot.
I have made an INF file, its contents are as follows [version] Signature=\"$CHICAGO$\" AdvancedINF=2.0 [Add.Code]
We have a Perl program that ran well on all Windows platforms so far. When we tried it on the newly released Windows Server 2008 R2, it stopped working. Investigation revealed that the problem is tha
When I try run make from cmd-console on Windows, it runs Turbo Delphi\'s make.exe but I need MSYS\'s make.exe. There is no mention about Turbo Delphi in开发者_StackOverflow社区 %path% variable, maybe
Closed. This question is off-topic. It is not currently accepting answers. 开发者_运维百科 Want to improve this question? Update the question so it's on-topic for Stack Overflow.
After deleting a registry key, I try to re-create it, in C#. I sometimes get the erro开发者_JAVA百科r: