registry Questions
8
Solved
I have a little question: How can I remove the "git bash here" and "git gui here" from my menu context in my Documents directory?
I have tried:
Reinstalling the Git-2.15.0-64-b...
Waldheim asked 2/11, 2017 at 20:52
9
Solved
I am developing a powershell script file which shall execute some disk cleanup without user intervention. The user shall not be able to configure anything.
When I run cleanmgr.exe /d c: sageset:1 ...
Infield asked 4/3, 2015 at 11:1
5
I want to create a jenkins slave using command line. The is a document about setting up jenkins slave as a windows service and I followed the instruction there. I can run javaws http://10.121.33.4:...
Particularity asked 17/6, 2014 at 3:51
4
Solved
When i push a image from a jenkins to gcr following error occurs:
denied: Unable to write blob sha256
Even if i set the registry public it is not possible. The same error occurs
Depalma asked 10/8, 2019 at 16:25
5
Solved
QuickEdit mode can be useful if you wish to quickly highlight and copy text directly from the command prompt instead of redirecting output to a file. However, it has its drawbacks. If you have a ba...
Devonne asked 16/2, 2014 at 0:35
2
I'm using Docker for Windows and building the docker image with a Dockerfile like this:
FROM mydockerhublogin/win2k16-ruby:1.0
# Set the working directory to /app
WORKDIR /app
# Copy the current...
5
I'm trying to delete certain registry keys, via python script.
i have no problems reading and deleting keys from the "HKEY_CURRENT_USER", but trying to do the same from the "HKEY_LOCAL_MACHINE", gi...
3
I'm trying to share internet over a network adapter on windows-7 using NetConLib.dll.
In order to do this, internet sharing should be disabled on all other network adapters.
In normal cases. I ca...
Paphos asked 26/10, 2013 at 17:11
7
Solved
When I try run make from cmd-console on Windows, it runs Turbo Delphi's make.exe but I need MSYS's make.exe. There is no mention about Turbo Delphi in %path% variable, maybe I can change it to MSYS...
4
Solved
When my scripts run, I read a hash, and I would like to write it to the registry.
I figured out that the following command will do it:
New-ItemProperty $RegPath -Name $AttrName -PropertyType Binar...
Denim asked 5/2, 2019 at 21:9
4
Solved
I need to permanently add a scripts folder to my PowerShell path (not just a particular session). I am running the following code:
[System.Environment]::SetEnvironmentVariable("PATH", $Env:Path + ...
Kwon asked 20/11, 2013 at 21:44
11
Windows has the setx command:
Description:
Creates or modifies environment variables in the user or system
environment.
So you can set a variable like this:
setx FOOBAR 1
And you can clear ...
Andros asked 4/11, 2012 at 20:46
4
Solved
Question:
I need to disable the console application's crash debug prompt.
Background:
We've got an application that syncs info with a third party that crashes due to connectivity problems with the ...
Tarragon asked 17/2, 2010 at 20:28
4
I have a web application that throws the following error when running in IE:
Illegal operation attempted on a registry key that has been marked for
deletion
It works fine in Chrome. Unfortuna...
Robbert asked 12/8, 2014 at 19:32
5
I need to programmatically change the "Level" String found in \HKEY_CURRENT_USER\Software\Intuit\QBWebConnector to "Verbose"
What is the best way to do this? C#, bat file? I have never tinkered wi...
Wensleydale asked 13/3, 2009 at 18:16
1
Using NPM to install dependencies, including one that is stored in Verdaccio running locally.
Somehow NPM is stuck attempting to load the Verdaccio dependency from localhost even though the command...
25
How is it possible to read/write to the Windows registry using Java?
2
Solved
I'm trying to set a name to my protcol handler without touching the executable,
let me explain, when i register a protcol handler following this answer
and I try to open it from the browser i get a...
Brader asked 3/10, 2018 at 14:42
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
5
Solved
I have a limited c++ background and I would like to edit the registry. For example, I want to grab the value of HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoDrive...
6
Solved
Given a handle to a Windows Registry Key, such as the ones that are set by ::RegOpenKeyEx(), is it possible to determine the full path to that key?
I realize that in a simple application all you h...
4
Solved
As part of a build setup on a windows machine I need to add a registry entry and I'd like to do it from a simple batch file.
The entry is for a third party app so the format is fixed.
The entry t...
Glimpse asked 30/9, 2008 at 16:33
2
Solved
i have a program that needs to be started when windows starts. I have created a string value in registry HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\
For this application starts at startup b...
Estoppel asked 28/7, 2013 at 13:39
1
So I have a big 32 inch display with a resolution of 1440p, and I want to set the DPI scaling to 75% instead of 100%. But I can't find any way to do so on multiple monitors.
I currently have:...
Mezzotint asked 27/9, 2021 at 13:22
3
Solved
Recently, I wrote a class library in C# for use in Office applications, including a critical Access application used by ~70 people. For users with admin rights, registering the DLL is trivial, but ...
© 2022 - 2025 — McMap. All rights reserved.