0
votes
1answer
37 views
Effects of changing NLS_LANG setting in the registry for Oracle Client
We are in the process of moving from the .NET Microsoft oracle driver to the ODP.NET driver.
One of the problems we have had is this error:
ORA-12705: Cannot access NLS data files or invalid …
0
votes
2answers
22 views
How to check visible resolution of system
I am not entirely sure how to word this questions so I am just going to explain my problem.
My VB 6 program saves the location of the screen in the registry so that when it loads up again it can have …
0
votes
1answer
54 views
Registry key for Install update and hotfix information on windows 7
Hi All,
I am working on windows 7 support. In my application I want to gather installed updates and patches. Currently I am gathering it from WIn32_QuickFixEngineering. But it is not giving …
0
votes
0answers
7 views
regarding dll registration
I have a dll obtained from compiling a VS2005 project. But it is not regestering in my system im running VS 08.wat might be the probable reasons?
0
votes
1answer
27 views
VB 2005/2008 Help Needed - Registry
How do i read, write and delete a registry using VB 2005/2008.
Please give your explanation to your answer. I am really a registry noob...
Thanks.
I can't read any programming language other than vb.
1
vote
1answer
40 views
How can I access 64 bit registry hive information from a application running in 32 bit mode on a 64 bit machine(WOW) using WMI through C#
I think the question really sums up what i'm trying to do. Here is the code that i'm using. It works in every scenario except if my application is running in 32 bit mode on a 64 bit machine. No matter …
0
votes
0answers
20 views
How to remove the inherited rules for a registry key
I want to allow read/write permissions to only administrators group for a registry key which is already created in the system. Other than administrators, no one should be able to access the key.
I …
0
votes
4answers
61 views
How to run an Application on windows start up in win32 API using visual c++
I have a Window (win32 API) Application in visual c++. I am not using MFC. I have to run my application on windows start up. I am using windows 7 and visual studio 2008. Can any one help me out in …
2
votes
3answers
57 views
Installing a Windows Service as a user
Hello,
I'm currently in the process of creating a Windows service application which will monitor changes to certain keys made in the HKEY_USERS registry. The way I do this is by collecting the SID of …
1
vote
3answers
44 views
Register file extension in window registry?
I want to register my own project extension in window registry. I searched on google, at least i found this code, this works well, but I don't understand one line. What is meaning of "%L".
The C# …
2
votes
2answers
49 views
Why might the .NET framework (V2.0) be trying to mess with the Internet Explorer registry?
One of our applications recently got installed in a system that is tightly locked down.
On startup, the application tries to modify the registry at …
0
votes
2answers
49 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 there in regedit …
1
vote
1answer
14 views
Windows Run regkey and RDP
Is there any difference in behavior of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run registry key, when an user Logs in via console and/or does a RDP to the Machine.
I have a exe …
0
votes
1answer
50 views
Access all registry keys as Administrator (permission exception)
I'm traversing the registry on Windows 7 from C#. When opening certain subkeys, I get a SecurityException:
Requested registry access is not allowed.
An example is …
1
vote
2answers
71 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 monitor a users …
