Top "Regedit" questions

For issues relating to using the windows registry edit tool or performing registry edit operations.

How can I enable Assembly binding logging?

I'm getting, "Could not load file or assembly 'Bla' or one of its dependencies. An attempt was made to load …

registry regedit assemblybinding ysod
How can I view/edit my registry settings on a Windows CE 6 device?

In his second comment here, PaulH suggests changing registry settings, providing this link. I'm not sure editing the registry is …

usb windows-ce activesync regedit rndis
cmd: regedit from cmd

how can i run to a specify path in regedit from cmd? I would like to add a new key …

cmd registry regedit
RegEdit to run an .exe at startup as administrator

I have a program which I wrote in Java using Eclipse and then put into a .jar file. Then, I …

windows-7 exe startup administrator regedit
Modifying registry to increase GPU timeout, windows 7

Im trying to increase the timeout on the GPU from its default setting of 2 seconds to something a little longer. …

cuda gpu gpgpu regedit
How to add registry key on Windows CE 5.0 device?

I've a panel pc which runs Windows CE 5.0. On top of this runs some proprietary runtime. Due to the specifics …

registry windows-ce host regedit
Regedit: Find and export keys from command prompt

I'm wondering is there any option via command line to search for a string and export all found keys in …

windows registry regedit
Iterate through Registry Subfolders

I want to get all values of a registry path include the values of its subfolders. Right now i read …

vbscript registry subdirectory regedit
Get installed software list using C#

I try to get a list of installed application keys: RegistryKey RegKeyUninstallList = Registry.LocalMachine; string strUninstallList = @"SOFTWARE\Microsoft\Windows\CurrentVersion\…

c# x86-64 regedit installed-applications
How to do RegAsm so that it cover 32-bit and 64-bit?

I have a DLL file prepared by C# and my system is Windows 7 64-bit. When i apply the RegAsm its …

c# windows com regasm regedit