regedit Questions

4

Solved

I created a Windows Service starting from my .NET Core project following this After this, I installed correctly it on my working machine and started it. This is my service class: using System; u...
Intend asked 28/1, 2020 at 14:31

2

Step 1: Open Run and Access the Registry Editor Step 2: Navigate to the Following Directory in the Registry Editor Computer\HKEY_CLASSES_ROOT\Directory\Background\shell Step 3: Create a New Key ...
Polygraph asked 29/1, 2023 at 6:55

16

Solved

How do I launch Windows' RegEdit with certain path located, like "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\8.0", so I don't have to do the clicking? What's the command line argument to do...
Shame asked 26/9, 2008 at 0:55

2

What happened I re-installed the anaconda on the good shinning day. After installation, I run conda init to startup the conda environment. Then, I found everything in my build is messed up. The cm...
Juniejunieta asked 1/4, 2021 at 8:47

10

Solved

I'm getting, "Could not load file or assembly 'Bla' or one of its dependencies. An attempt was made to load a program with an incorrect format." A portion of the detailed info says: "WRN: Assembl...
Ingle asked 16/7, 2013 at 15:58

3

Solved

I have a program which I wrote in Java using Eclipse and then put into a .jar file. Then, I used launch4j to make an executable from my .jar file and included a .manifest file to cause the executab...
Michelmichelangelo asked 3/3, 2012 at 7:43

6

Solved

I try to get a list of installed application keys: RegistryKey RegKeyUninstallList = Registry.LocalMachine; string strUninstallList = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"; string...
Zabrina asked 23/7, 2014 at 11:20

3

Solved

I have a DLL file prepared by C# and my system is Windows 7 64-bit. When i apply the RegAsm its not adding the registry to 64-bit path but only adding it to 32-bit path. "C:\Windows\Microsoft.NET...
Bloodred asked 27/6, 2014 at 12:25

1

Someone know where can I add registry key for add some function to the right-click menu only when some text is selected? Such as copy,paste,cut function Thanks :)
Zelda asked 29/8, 2013 at 9:53

0

I need to add items to the contextual menu when I drag and drop a file using the right click. I can manage to add item in registry for just right click on the file, but not when dragging to another...
Autolysis asked 20/5, 2019 at 23:22

2

Solved

How can I configure Notepad++ to open a file in a new window when I right-click it and select Edit with Notepad++ ? I already know I have to launch the program with the -multiInst switch, I just do...
Svetlanasvoboda asked 21/2, 2012 at 14:18

3

I have done this before but for the life of me can't remember how to do this... In my explorer context menu I added a new entry (go to regedit...go to HKEY_CLASSES_ROOT...bla bla bla)... Now when ...
Disintegration asked 12/1, 2010 at 16:33

3

I'm trying to create an installer using Inno setup when I encounter this problem, everything else is being installed, but the registry keys are not being installed in the current user, I can't find...
Gristly asked 3/3, 2015 at 5:33

1

Solved

So I have a project that builds fine on my development machine, but not on my CI server (Jenkins). Jenkins can't find my Primary Interop Assemblies even after I've copied over various folders from...
Loveinidleness asked 20/9, 2016 at 16:28

1

I am attempting to update the Windows registry to add an icon for my custom file extension, and I have thus far been unsuccessful. My current version is closest to this stackoverflow question. Unfo...
Armoured asked 28/7, 2015 at 19:0

3

Solved

how can I run an app automatic after restart? (by c# code) I create A new string in 'runOnce' key in registry with the path of the App. the OS run this APP before it load the OS my problem is: My A...
Kinchen asked 20/9, 2011 at 9:49

3

Solved

I'm wondering is there any option via command line to search for a string and export all found keys in Windows registry?
Avra asked 14/3, 2013 at 12:19

3

Solved

In a Windows Application I have, I am doing some changes in registry like deleting a particular key, in some test scenarios like in a Vista machine with its UAC put on, I'm getting System.Unauthori...
Loreanloredana asked 23/12, 2011 at 15:4

1

Solved

I'm new to python. I want to delete the key which is in the regedit using python script. regedit tree view for my application key HKEY_CURRENT_USER | |_Software | |_Applications | |_Applicati...
Diplomacy asked 18/10, 2013 at 12:40

2

Solved

I want to get all values of a registry path include the values of its subfolders. Right now i read the values of a single folder by this: const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "....
Sinistrality asked 7/8, 2013 at 8:24

1

Solved

Im trying to increase the timeout on the GPU from its default setting of 2 seconds to something a little longer. I found the following link but it appears its slightly different in windows 7 as i c...
Passus asked 19/6, 2013 at 8:40

2

Solved

I tried to write a registry subkey and its corresponding value to registry like this: const string subKey = @"SOFTWARE\Apple\Banana\"; const string regKey = "pip"; var rk = Registry.LocalMachine...

1

Solved

I'm getting debugger errors when using the boost serilazation library. To fix these I am trying to get Visual Studio 10 to skip the debugging the boost library, after som reading I found out how th...
Macswan asked 16/2, 2012 at 12:6

3

Solved

how can i run to a specify path in regedit from cmd? I would like to add a new key to a specific service. Can someone help me? I would like to do this from a c# code, but first i am trying to do it...
Marissamarist asked 30/3, 2011 at 14:59

2

Solved

I would like to document the file format of regedit utility, so data can be merged into the registry. From the command-line you can (silently) merge data from a batch file like this: regedit /s ...
Aimeeaimil asked 2/12, 2008 at 14:57

© 2022 - 2024 — McMap. All rights reserved.