2
votes
2answers
23 views
How to add new items to right-click event on Folders and Files in Windows?
I did google couple of tutorials on google.
I am able to add right-click menu item to a FOLDER by doing this:
[HKEY_CLASSES_ROOT\Directory\shell\Command]
@="TestRightClick:"
…
0
votes
1answer
16 views
How to pass in multiple file/folder paths via a rigth-click event(verb) to an executable?
Related:
How to add new items to right-click event on Folders and Files in Windows?
I added custom right-click verb to all files by adding registry keys to HKEY_CLASSES_ROOT\*.
End result looks like …
0
votes
1answer
13 views
.msi common application data local machine registry
I note that there are many subfolders in the common appdata folder and many entries under hkey_local_machine for software on my windows 7 system. I'd like to know how there entries were created …
0
votes
0answers
12 views
How do I reload values set in the Registry (WIN XP) via console so that they are available as Environment variables?
I want to set some registry values in a batch file, and then retrieve them in a later call.
If I use the HKCU/Environment key to store values I want to use the %ENV_VARIABLE% version of the values in …
0
votes
2answers
48 views
How to read a display name from a DLL?
In the registry and in theme files you'll notice a lot of references to DLLs when it comes to display names.
For example:
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default]
@="Windows"
…
0
votes
1answer
32 views
Issue with .INF file for registering ActiveX
I have made an INF file, its contents are as follows
[version]
Signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
MyControl.dll=MyControl.dll
; Now installing the ActiveX
[MyControl.dll]
…
0
votes
2answers
66 views
Does KEY_WOW64_64KEY have any effect on 32 bit Windows?
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 …
2
votes
7answers
473 views
Which reasons could make ShellExecute fail?
I have a VB6 application which opens files with their associated application using:
ShellExecute(0, "open", filename, params, vbNullString, vbNormalFocus)
This works perfectly.
Now I got a …
1
vote
1answer
123 views
restore registry from file
I am trying to migrate microsoft office settings from one system to other system by backing up office registry and restoring it on the destination machine using Python.I am able to do the saving …
0
votes
2answers
295 views
internet explorer -> Tools -> proxy settings: How to add menu item, create window when clicked, n perform opreations on registry
Hi
I want to add menu item to Internet Explorer-> tools.
For example:
Exactly like Intrnet explorer-> Tools -> Delete browsing history
I want to add proxy related actions
For example:
tools -> …
0
votes
1answer
64 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 …
1
vote
4answers
1k views
How to print css applied background images with the winforms webbrowser control
I am using the webbrowser control in winforms and discovered now that background images which I apply with css are not included in the printouts.
Is there a way to make the webbrowser print the …
0
votes
1answer
54 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 …
7
votes
9answers
1k views
Where to store program settings instead of HKEY_LOCAL_MACHINE?
I have some program settings that are currently stored in HKEY_LOCAL_MACHINE. Due to Vista and locked down users, some users don't have permission to HKEY_LOCAL_MACHINE, and those values don't really …
0
votes
2answers
23 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 …
