Top "Registry" questions

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

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
NPM Publish Registry - 403 Forbidden - "You don't have permission to publish "..."

I've been trying to publish my package to the NPM Registry. I get an error that I am not allowed …

npm registry command-line-interface publish
Inno Setup doesn't allow access to all registry keys, why?

I use this code to know if a key exists or not: if RegKeyExists(HKEY_LOCAL_MACHINE, 'Software\Autodesk') then …

registry inno-setup pascalscript
Custom Action not working - Visual Studio Setup Project

In the past we have used Advanced Installer to build our .msi installers for a particular project. Our yearly license …

visual-studio-2010 installation registry setup-project custom-action
How to override maximum 32x32 mouse size in Windows like this program can

I'd like for my program to be able to override the maximum imposed mouse size of 32x32 much like the …

c# registry mouse accessibility
Writing to 64-bit registry from 32-bit installer

I have a 32-bit application and a 32-bit installer, written in Wise Installation Studio. I know...I shouldn't be using …

installation registry 32bit-64bit wise
Check if a value registry exists with QSettings

What i'm trying to do is to check if a registry key (NOT VALUE, KEY) exists in the registry. I …

qt registry qsettings
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 change filetype association in the registry?

first time posting in StackOverflow. :D I need my software to add a couple of things in the registry. My …

c# .net registry file-extension