Top "Registry" questions

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

Can not pull/push images after update docker to 1.12

The private registry was worked well based on docker 1.10.3,but I can not pull/push images after the docker updated …

docker registry docker-registry
Windows 64-bit registry v.s. 32-bit registry

I heard on Windows x64 architecture, in order to support to run both x86 and x64 application, there is two …

com registry x86 64-bit clsid
Programmatically Set Browser Proxy Settings in C#

I'm writing an winforms app that needs to set internet explorer's proxy settings and then open a new browser window. …

c# proxy registry
How to determine OS Platform with WMI?

I am trying to figure out if there is a location in WMI that will return the OS Architecture (i.…

architecture registry wmi operating-system
Reading 64bit Registry from a 32bit application

I have a c# unit test project that is compiled for AnyCPU. Our build server is a 64bit machine, and …

c# .net 64-bit registry 32-bit
Changing registry without admin rights

I thought I needed admin rights for changing registry (I get errors if my app doesn't have such). Maybe only …

windows registry
Python code to read registry

from _winreg import * """print r"*** Reading from SOFTWARE\Microsoft\Windows\CurrentVersion\Run ***" """ aReg = ConnectRegistry(None,HKEY_LOCAL_MACHINE) aKey = OpenKey(…

python registry
Hand Install of 64-bit MS Access ODBC drivers when 32-bit Office is present

I want to do a hand install of the MS Access 64 bit odbc drivers. Uninstalling 32 bit Office and installing 64 bit …

ms-access 64-bit odbc registry dllregistration
modifying the registry key value

I have a registry path of the following HKEY_LOCAL_MACHINE\SOFTWARE\COMPANY\COMPFOLDER inside COMPFOLDER, I have a string …

c# .net winforms registry
How to make a batch file execute a reg file

I have the following code @echo off file.reg pause This works but when the batch file is elevated I …

windows file batch-file registry elevated-privileges