2
votes
5answers
159 views
Registry access in non-admin mode
I've several 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 an …
1
vote
2answers
51 views
XML to LINQ Question/s
Hello,
Just before I begin heres a small overview of what I'm trying to achieve and then we'll get down to the gory details. At present I'm developing an application which will mo …
0
votes
2answers
23 views
Windows 7 - C# Excel Add-In - Registry.GetValue is always returning null
I don't know what's going on here... but the Microsoft.Win32.Registry class is returning all kinds of strange stuff. When I say GetSubKeys it returns a bunch of things that aren't …
0
votes
1answer
68 views
C# not writing values to the registry
Hello all,
I'm currently developing a C# application which will record registry changes, save them to a file, then later be able to write the preferences saved to the file back to …
1
vote
3answers
70 views
Read a Registry Key
I have a web application which is importing DLLs from the bin folder.
const string dllpath = "Utility.dll";
[DllImport(dllpath)]
Now what i want to do is first import the D …
0
votes
2answers
108 views
Writing values to the registry with C#
Hello,
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.
So far I'v …
0
votes
3answers
67 views
Editing Windows registry, from Python, Under Linux
Hi All,
I am looking for a Python API (or a C API as I am willing to bind) for editing Windows registries from XP to 7 from within a Linux system.
The Windows target will be a mo …
0
votes
1answer
65 views
Access is Denied for registry
I am playing with the registry programmatically for the first time, and it's not working that well (but at least I haven't destroyed my computer). Specifically, I keep getting back …
0
votes
2answers
53 views
Desktop Namespace Extension in Windows 7: Unable to drag and drop
I have a program which makes use of a desktop Namespace extension. In Windows 2000, Windows XP, and Windows Vista, users can drag icons onto an icon on the desktop and the progra …
9
votes
9answers
342 views
Why does the Windows registry exist?
Hi, this is more OS architecture question than programming directly, but still. Why was the Windows registry created as a completely separate subsystem for storing system/applicat …
0
votes
3answers
37 views
How to change the registry value of remote system using C#
Hai every one
I am developing an windows application in which i have to block the removable storage devices such as pendrives.I found that its possible by changing the registry val …
2
votes
1answer
30 views
How to tell if the file supplied really is a registry hive
I'm doing some work with registry hives, and I need to know if the file the user supplies the program with really is a registry hive. Short of attempting to mount it, how can I tel …
0
votes
5answers
51 views
Converting Byte recieved from the registry to String
Hello, 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.
At present I can monitor t …
1
vote
6answers
88 views
C# Windows service needs to make registry changes
I have a service that needs to update the registry every 5 minutes (counteract gpo). The code runs fine in a regular application, but when I put it in a windows service, it doesn' …
0
votes
1answer
27 views
Modifying a non-local registry hive
I'm writing a program for my workplace and because we work on computers damaged by hard drives we sometimes need to work with their registries before they'll boot.
Most notably, w …
