Top "Registry" questions

The Windows Registry is a database where configuration settings for hardware, software and the Windows operating system itself are saved.

How to export/import PuTTy sessions list?

Is there a way to do this? Or I have to take manually every record from Registry?

windows registry putty
Command line to remove an environment variable from the OS level configuration

Windows has the setx command: Description: Creates or modifies environment variables in the user or system environment. So you can …

windows registry environment-variables
Run reg command in cmd (bat file)?

I'm trying to run this reg code in cmd (bat file), but I couldn't make it work. Where am I …

windows batch-file registry cmd
Where are environment variables stored in registry?

I need to access an environment variable remotely. To do this I think the best way is to read it …

registry environment-variables
How can I change the Java Runtime Version on Windows (7)?

How can I change the Java Runtime Version on Windows. I installed Java 7 for some tests, and now I need …

java windows registry controls panel
How can I get the value of a registry key from within a batch script?

I need to use a REG QUERY command to view the value of a key and set the result into …

batch-file registry
Read/write to Windows registry using Java

How is it possible to read/write to the Windows registry using Java?

java registry
Detecting installed programs via registry

I need to develop a process that will detect if the users computer has certain programs installed and if so, …

windows registry
How can I check what version/edition of Visual Studio is installed programmatically?

I could read registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0. However, it doesn't give me any information about the edition …

visual-studio registry
Getting the Username from the HKEY_USERS values

Is there a way to connect between the values under HKEY_USERS to the actual username? I saw some similar …

windows vbscript registry wmi