registry Questions
1
I would like to toggle light / dark mode on Windows 11 programmatically.
Existing solutions are unsatisfactory:
use the Registry values "AppsUseLightTheme" and "SystemUsesLightTheme...
5
This is a continuation of my question here. I am creating an open with list for the type *.bmp.As per the answers for that question,I have created a list of the applications in the open with list f...
5
Solved
Where does Google Chrome store its version information locally?
I'm developing a Lua script to access application version information found in the Windows registry, but can't find a registry key a...
Broadleaf asked 25/11, 2013 at 21:42
5
Solved
In PowerShell 2.0 on Win2008R2, if I want to get the same output from a registry key that "REG QUERY" would give me, in as readable a format, with the values from a particular registry key, like th...
Transference asked 12/11, 2012 at 19:54
2
Solved
I have created a new Windows shell context menu item using registry and keys
HKLM\Software\Classes\Folder\shell\appname
HKLM\Software\Classes\Folder\shell\appname\command
now I want to add an ic...
Tyrannosaur asked 19/1, 2010 at 12:47
8
Solved
I thought this would be easy, but apparently nobody does it...
I'm trying to see if a registry key exists. I don't care if there are any values inside of it such as (Default).
This is what I've be...
2
Solved
I want to login to Docker Registry in Gitlab.com using Ansible play, but how do I get Docker Registry username and password in gitlab?
Is it same as gitlab.com username and password?
4
I'm working on a college system (windows XP) and want to set the keyboard to Dvorak when I log on. I currently have a python script that changes the desktop image.
Can I use python to change the l...
5
Solved
I read a lot of information of getting programs. None of algorithms did do what I want. I need to get installed programs exactly like in control panel.
So I used:
WMI Win32_Product class. It shows...
Lingenfelter asked 20/3, 2013 at 12:55
3
Solved
On Windows 10 Enterprise laptops I found the AppIDSvc was stopped and its Startup Type was set to Manual (Trigger start). When I attempted to change the Startup Type to Automatic via the GUI, it pr...
Themselves asked 15/5, 2016 at 13:8
2
Solved
In some code I use the Win32 RegGetValue() API to read a string from the registry.
I call the aforementioned API twice:
The purpose of the first call is to get the proper size to allocate a dest...
4
I have a Private Docker Registry set up and i have pushed some images from other machine to this registry.
Its a V2 registry.
I don't know a novel way to delete the images from repositories since ...
Insistency asked 2/5, 2017 at 5:28
3
Solved
I'm working on a javascript front end site to run in the browser [Chrome], and I'd like to launch Word on the clients PC with their selected macros that have already been setup in Word for them on ...
Perfervid asked 10/4, 2014 at 11:40
7
Solved
I'm trying to push an image to gitlab registry.
I've done it many times, so I wonder why I get this error.
I build the image with latest tag:
Successfully tagged registry.gitlab.com/mycompany/r...
20
Solved
I've been trying to publish my package to the NPM Registry.
I get an error that I am not allowed to push my package to the registry.
403 Forbidden - PUT https://registry.npmjs.org/qdb - You do not ...
Preemption asked 1/3, 2019 at 18:44
4
Solved
Passing a single filename to a context menu shell command is simple:
[HKEY_CLASSES_ROOT\*\shell\MyProgram\Command]
@="program.exe %1"
But if I select multiple files, program.exe is invoked for e...
Geanticline asked 22/6, 2011 at 13:33
2
Whether user can customize the below vswhere.exe path while visual studio installation?
C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe
Reason for asking this query is ,I ...
Donne asked 22/1, 2019 at 10:0
0
I have registered the following in Windows 10 registry, but all the invocations I am making such as:
mycustomprot://launch
mycustomprot://run
mycustomprot://edit
are all attempting to launch wordp...
3
Solved
I am trying to find a way to open a non-txt file (in this case, the hosts file) in the default text editor using PowerShell.
I made some progress after seeing this Reddit post, but the $txt_editor ...
Techno asked 4/5, 2020 at 18:32
4
Solved
I've developed an application that load an image using the context menu of window (right click on the file) and for the moment is working, but the reg key is on
HKEY_CLASSES_ROOT\*
and it works wi...
Phosphorite asked 23/1, 2010 at 16:12
5
Solved
This question is related to these. But none of the solutions worked for me.
Yarn can't find private Github npm registry
Installing private package from Github Package registry fails with not ...
Diogenes asked 11/5, 2020 at 20:36
2
Solved
I can't run successfully a batch file with this content:
REG ADD HKEY_CLASSES_ROOT\hlpfile\shell\compress\command /d "compact.exe /C \"%1\"" /f
REG ADD HKEY_CLASSES_ROOT\hlpfile\shell\uncompress\...
Unpaged asked 17/12, 2014 at 23:51
6
Solved
Is there a way to force Git in to treating .reg files as text? I am using Git to track my windows registry tweaks and Windows uses .reg for these files.
UPDATE 1: I got it to run a diff (thanks, A...
6
I need to create the following registry entry
HKLM:\software\bmc software\control-m/agent
but am having a problem due to the forward slash before "agent"
I have no problem creating an entry that ...
Hardunn asked 13/8, 2013 at 20:42
7
Is there any way to change or reset the global npm registry.
Appreciate your assistance.
Grebe asked 14/12, 2016 at 6:50
1 Next >
© 2022 - 2025 — McMap. All rights reserved.