registrykey Questions

4

I'd like to add an option on my context menu (Windows 7 and 10) to open an Anaconda Prompt into the file location when I right-click the folder, but I can't figure out the right registry key. Here...
Pennell asked 10/10, 2017 at 9:12

8

Solved

I want to have a link in Chrome, e.g., Open Link that when you click on it in the Chrome browser that it launches the link in an Internet Explorer (IE) window. How can I do this? I believe it is po...
Guv asked 26/2, 2015 at 13:47

3

Solved

In VB.NET I can create a key in the Windows Registry like this: My.Computer.Registry.CurrentUser.CreateSubKey("TestKey") And I can check if a value exists within a key like this: If My.Computer...
Hexane asked 1/4, 2013 at 14:51

3

I saw this line in C# and I am trying to adapt it to VBA: Microsoft.Win32.Registry.SetValue(@"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR", "Start", 4,Microsoft.Win32.RegistryValu...
Placentation asked 2/9, 2015 at 5:28

9

Solved

Can anyone help me pull the value of a registry key and place it into a variable in PowerShell? So far I have used Get-ItemProperty and reg query and although both will pull the value, both also ad...
Coffey asked 19/3, 2013 at 22:33

7

Solved

Before you try to answer this with, "Do a quick Google search." I'd like to point out that I have already. Here is the situation, I have the following method that attempts to modify a registry key ...
Folkway asked 1/8, 2012 at 21:56

3

How can I get the (Default) registry value? For this key: HKCR\http\shell\open\command\ the values are below. I was using: Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Assoc...
Lecherous asked 29/7, 2015 at 20:50

2

Solved

I would like to access windows10 registry key by a UWP app. key as: \HKEY_LOCAL_MACHINE\SOFTWARE\MyCompanyName\MyName I can not find any function call to accomplish it. Please indicate me How to do...
Lid asked 21/2, 2018 at 6:45

1

Solved

I am trying to get the Data from a registry key value via command line I can retrieve the value of a registry key using the following code reg query HKCU\Software\[PATH_TO_MY_DIR] /v [KEY_NAME] ...
Moorish asked 28/12, 2018 at 16:13

1

Is there a way to programmatically turn on/off the Action Center? Additionally, I'd like to know if there is a way to programmatically turn on/off specific notifications? In manufacturing we use a ...
Piemonte asked 25/5, 2018 at 14:23

4

when i am executing following code it results an error please help me to resolve this. class MySample { public static void Main() { string eventLogName = "Security"; string sourceName = "BT...
Americium asked 8/2, 2013 at 12:17

2

Solved

I'm trying to create a new registry key using following code and getting this error: Cannot write to the registry key. Where am I going wrong??? var rs = new RegistrySecurity(); string user = E...
Rotorua asked 25/1, 2013 at 22:10

3

I am working on File Associations. I have identified that there is a key called UserChoice in: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\[ext]. I have been ab...
Pender asked 24/5, 2011 at 9:6

1

Solved

How can I create an empty value in the Windows Registry that has the type REG_NONE? For instance, for this key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\ .ht...
Tattletale asked 22/12, 2016 at 18:33

1

Solved

Goal: To edit a specific registry key setting for a specific user, and no others, in powershell. Known: OS: Windows 8.1 Embedded Industry Pro (Same as Win 8.1, but with some embedded features) ...
Taraxacum asked 13/8, 2015 at 22:45

2

I am trying to ignore the certificate warning on remote desktop connection - the one in the image: So far I have found that when I check the "don't ask again" checkbox it is generating registry ...
Useful asked 19/12, 2013 at 16:8

4

Solved

Little Willis here. I am trying to using a batch script to edit an existing registry key that is used when double clicking a .jar file. The issue is that the data that I'm trying to enter contains ...
Foliose asked 5/3, 2012 at 1:45

0

I want to create an .msi installer that will add a cascading context menu when I right-click my mouse on my desktop. First, I tried doing this using the following script, and this works fine: [HKE...
Staminody asked 19/11, 2014 at 8:27

2

Solved

This registry script writes a REG_NONE empty value in the reg editor (which is represented as binary data): Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\keyname] "valuename"=hex(0): ...
Bodhisattva asked 20/8, 2014 at 21:11

1

Can anyone tell me why I can't access the registry key of "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData"? if I query the GetSubKeysNames of "HKEY_LOCAL_MACHINE\S...
Pritchard asked 4/11, 2013 at 13:45

1

I was getting error when opening ReportBuilder Application from my WPF app on a Windows Server 2012 machine with Report Builder 3.0 for Sql Server 2012. As I workfound I deleted the registry key ...
Cymbal asked 18/7, 2013 at 3:48

2

Solved

I am working on a project that will allow me to delete the registry key from a Windows 7 PC. Specifically I am trying to make a program that will allow me to delete a profile from the machine via t...
Crabbing asked 16/11, 2012 at 13:50

2

Solved

Apart from the MSDN reference, I want to know what these keys do? Does KEY_WOW64_32KEY means that a 32-bit app on x64 OS will access the WOW64 Registry Tree ? And does KEY_WOW64_64KEY means that a ...
Alecalecia asked 9/10, 2012 at 9:14

2

Solved

I am trying to use C# to read excel file which has intermixed datatype. Below is my connection string var path = //xls location var MyConnection = new OleDbConnection("provider=Microsoft.Jet.OLEDB...
Superman asked 30/3, 2012 at 3:31

1

Solved

I have this line of code: this.Path = pathLookUpLocation.GetValue(RegLookupKey, null).ToString(); When I run static analysis tool (Coverity) on my code I get a FORWARD_NULL here, saying that I a...
Senegal asked 28/3, 2012 at 14:9

© 2022 - 2024 — McMap. All rights reserved.