Skip to main content
Filter by
Sorted by
Tagged with
878 votes
15 answers
1.5m views

Is there a way to do this? Or I have to take manually every record from Registry?
s.webbandit's user avatar
  • 17.2k
344 votes
25 answers
266k views

How is it possible to read/write to the Windows registry using Java?
user avatar
231 votes
4 answers
322k views

I need to access an environment variable remotely. To do this, I think the best way is to read it from registry. Where are environment variables stored in the Windows Registry?
Brian R. Bondy's user avatar
142 votes
17 answers
289k views

I get this error when I try to do anything with Java in command prompt: Error opening registry key 'Software\JavaSoft\Java Runtime Environment.3' Error: could not find Java.dll Error: could not find ...
gFu's user avatar
  • 1,639
107 votes
6 answers
81k views

I have a c# unit test project that is compiled for AnyCPU. Our build server is a 64bit machine, and has a 64bit SQL Express instance installed. The test project uses code similar to the following to ...
David Gardiner's user avatar
101 votes
12 answers
45k views

I'm having trouble getting command line arguments passed to Python programs if I try to execute them directly as executable commands from a Windows command shell. For example, if I have this program (...
mckoss's user avatar
  • 7,074
91 votes
10 answers
345k views

Can anyone help me pull the value of a registry key and place it into a variable in PowerShell? So far I have used Get-ItemProperty and reg query and although both will pull the value, both also add ...
Alan Anderson's user avatar
89 votes
3 answers
180k views

At start up of my application I am trying to see if the user has a specific version of a software installed, specifically the MySQL connector, all using c#. In the registry, the MySQL contains a ...
Scalahansolo's user avatar
  • 3,145
78 votes
7 answers
471k views

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 %path% variable, maybe I can change it to MSYS in ...
d9k's user avatar
  • 2,232
73 votes
12 answers
146k views

I made an application that launches during startup, with the next code below. The process runs on the process manager tool after the restart, but I can't see the application on the screen. When I open ...
Oded .S's user avatar
  • 1,101
71 votes
9 answers
332k views

I need to develop a process that will detect if the users computer has certain programs installed and if so, what version. I believe I will need a list with the registry location and keys to look for ...
Mark Stahler's user avatar
  • 4,256
66 votes
10 answers
358k views

I could read registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0. However, it doesn't give me any information about the edition of it - Professional/Ultimate or whatever. How can I get ...
prosseek's user avatar
  • 193k
65 votes
6 answers
173k views

I have developed an application and installed it on a client computer. In my application I need to get its installation path. My application has a registry entry at: HKEY_LOCAL_MACHINE\SOFTWARE\...
Thorin Oakenshield's user avatar
65 votes
9 answers
58k views

I've written a program that edits a specific filetype , and I want to give the user the option to set my application as the default editor for this filetype (since I don't want an installer) on ...
User2400's user avatar
  • 2,391
63 votes
4 answers
84k views

I have some code that reads the registry and looks for a value in HKEY_LOCAL_MACHINE\Software\App\ but when running on 64-bit versions of Windows the value is under HKEY_LOCAL_MACHINE\Software\...
Jade M's user avatar
  • 3,111
61 votes
8 answers
256k views

How can I change the Java Runtime Version on Windows. I installed Java 7 for some tests, and now I need the old java6 as system default, but I don't want to uninstall the Java 7 (I need it ...
tomkpunkt's user avatar
  • 1,403
59 votes
5 answers
64k views

I'm looking for a way to configure a few options in Folder Option dialog of Windows Explorer through Powershell. The options are: Choose "Show hidden files, folders, and drives" Uncheck "Hide ...
stacker's user avatar
  • 15k
56 votes
6 answers
125k views

I'm trying to write to the registry using my C# app. I'm using the answer given here: Writing values to the registry with C# However for some reason the key isn't added to the registry. I'm using ...
PeeHaa's user avatar
  • 73.1k
55 votes
5 answers
151k views

I'm trying to assign the output of a command to a variable - as in, I'm trying to set the current flash version to a variable. I know this is wrong, but this is what I've tried: set var=reg query ...
clines's user avatar
  • 745
53 votes
7 answers
198k views

Is it possible to modify a registry value (whether string or DWORD) via a .bat/.cmd script?
Brian R. Bondy's user avatar
53 votes
7 answers
155k views

I'm writing a tweak utility that modifies some keys under HKEY_CLASSES_ROOT. All works fine under Windows XP and so on. But I'm getting error Requested registry access is not allowed under Windows 7. ...
abatishchev's user avatar
52 votes
25 answers
204k views

Now that Office also comes in a 64bit install, where in the registry do you find out if the version of Office installed is 32bit or 64bit?
James Newton-King's user avatar
50 votes
10 answers
128k views

Is there a way to track changes in Windows registry? I'd like to see what changes in the registry are made during installation of various programs.
sumek's user avatar
  • 28.6k
48 votes
6 answers
83k views

I heard on Windows x64 architecture, in order to support to run both x86 and x64 application, there is two separate/different sets of Windows registry -- one for x86 application to access and the ...
George2's user avatar
  • 46k
46 votes
2 answers
77k views

I have a registry path of the following HKEY_LOCAL_MACHINE\SOFTWARE\COMPANY\COMPFOLDER inside COMPFOLDER, I have a string value called "Deno" whose value is 0. I wish to change its value to 1 by code ...
Harish Kumar's user avatar
  • 2,115

1
2 3 4 5
148