Top "Registrykey" questions

How to use RegistryKey.SetValue

I'm trying to create a new registry key using following code and getting this error: Cannot write to the registry …

c# registrykey
Finding Registry Keys in C#

I am working on a project that will allow me to delete the registry key from a Windows 7 PC. Specifically …

c# registrykey
Retrieve (Default) Value in Registry key

How can I get the (Default) registry value? For this key: HKCR\http\shell\open\command\ the values are below. …

powershell registry registrykey
querying registry using wmi query in windows

I need to get installed software in as shows in Uninstall Program in control panel. So i used Win32_RegistryAction …

wmi registrykey
Adding "Open Anaconda Prompt here" to context menu (Windows)

I'd like to add an option on my context menu (Windows 7 and 10) to open an Anaconda Prompt into the file …

windows anaconda contextmenu registrykey
Reading Excel InterMixed DataType Without Modifying Registry Key

I am trying to use C# to read excel file which has intermixed datatype. Below is my connection string var …

c# excel registry oledb registrykey
Checking if registry key exists with python

I'm looking for a way to check if a registry key exists with python. How can I do this or …

python python-2.7 registry pywin32 registrykey
How to get Data from a registry key value via command line

I am trying to get the Data from a registry key value via command line I can retrieve the value …

command-line command registry registrykey
Update registry using VBS

I'm trying to update the legal caption on our PCs using a VBScript. So far, I've been able to read …

vbscript registrykey
C# loop through the registry searching for keys containing certain text

Is it possible to go through the registry and copy the names of all keys found with a certain text? …

c# search loops registry registrykey