Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
60 views

I have a Visual Studio setup project together with a C# bootstrapper. The app usually was installed system-wide and requires admin permissions to be started. The new version uninstalls the old version ...
becky's user avatar
  • 353
0 votes
0 answers
59 views

I have built a app and i want it to auto start after loging in Windows I have tried puting a symbolic link in the windows startup folder but app dosen't autostart. I also have tried using Windows ...
Udan Jayanith's user avatar
3 votes
1 answer
149 views

I'm a bit out of my depth here but wondering if anyone can guide me as I want to improve with PS ... I'm writing some code to identify which monitor was last modified, long story short I need to ...
user3023421's user avatar
2 votes
1 answer
138 views

I need to change the drive of the shares inside the registry in the branch: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares The word is a REG_MULTI_SZ, and I need to modify ...
LucasDT's user avatar
  • 53
1 vote
1 answer
205 views

I have a Windows Server running in Azure where users connect via RDP. I've configured automatic logoff for disconnected sessions after 30 minutes using Group Policy: User Configuration - ...
clamentjohn's user avatar
  • 4,138
0 votes
0 answers
38 views

I have a problem during my WiX upgrade - after normal installation of my program for example in version 1.0 I am installing all necessary stuff like RabbitMQ, Erlang and so on but if I want to upgrade ...
kollodziej's user avatar
2 votes
1 answer
104 views

After using Nord VPN (over a year's time) and noticing that it created nearly 700 variations of Network Profiles, I wanted to purge them from my Windows system. An EXAMPLE of Registry Keys to target ...
Paulie D's user avatar
1 vote
2 answers
85 views

I have a really lot of files where I have to modify them manually. Pattern for modify is: always start's from line ~450 where I have to add some random data. For now I have to press "CTRL + G&...
MikeZetPL's user avatar
  • 179
0 votes
1 answer
75 views

Using C++Builder 12 Athens Community Edition under Windows 10. My S: drive is where I keep my source code. FOE is the name of the current program I'm developing to watch file associations in the ...
Nigel Stevens's user avatar
0 votes
0 answers
70 views

I have a task - task: UsePythonVersion@0 inputs: versionSpec: '3.13.x' addToPath: true architecture: 'x64' displayName: 'Use Python 3.13' This task WORKS(!) on five of my ...
mas's user avatar
  • 1,275
1 vote
1 answer
83 views

Open a registry key to write to using create: pub fn main() -> Result<(), windows::core::Error> { let auto_start = windows_registry::CURRENT_USER.create("SOFTWARE\\Microsoft\\Windows\...
JFFIGK's user avatar
  • 704
1 vote
2 answers
183 views

I am trying to delete printers that were deployed through an old GPO. the GPO in question and the server that hosted the printers both no longer exist but the registry entries on the client computers ...
Dave G.'s user avatar
  • 11
1 vote
0 answers
39 views

The original installer version was c:\Program Files(x86)\Company Name Ltd\myserver.exe This ran in task manager myserver.exe with the above path. By mistake we changed it to c:\Program Files(x86)\...
Dominic Fitzpatrick's user avatar
0 votes
0 answers
56 views

I develop some Outlook AddIn in VB.NET in Visual Studio 2019 (needed for backward compatibility) and therefore, the IDE is writing and modifying Registry keys in HKEY_CLASSES_ROOT, HKEY_LOCAL_MACHINE ...
Volker's user avatar
  • 507
0 votes
1 answer
281 views

I created an installer that creates a link for my webapp. Since the webapp must be opened in Edge, the link starts with microsoft-edge:MyAppURL and this works. On some systems with Windows 10, when ...
fresko's user avatar
  • 2,072
0 votes
0 answers
68 views

Is it officially documented anywhere that the order of entries in the RunOnce keys are not based on the timestamp they were created? I have seen documentation that states the run order is ...
Jeff's user avatar
  • 6,158
2 votes
1 answer
278 views

I am beating my head against a wall trying to get this to work. I need to create a registry entry to hide a local user account from the Windows 11 welcome screen. We want to be able to see all AzureAD ...
ausip's user avatar
  • 263
0 votes
1 answer
33 views

In a web application we have links that have to be opened in another application. The idea now is to register a specific protocol handler to catch these links and send them to the target application. ...
Cyber-Doc's user avatar
0 votes
0 answers
65 views

I have installed the "Jfrog Container Registry" (based on JFrog's artifactory) which I am installing on a self-hosted debian 12 server. My install and configuration is fully automated, ...
nipil's user avatar
  • 140
1 vote
0 answers
390 views

I'm trying to trigger the SCCM reboot countdown timer on a Windows machine using PowerShell. The countdown window appears as expected, but when the timer reaches 0, the system does not reboot. Instead,...
Random206's user avatar
  • 826
0 votes
0 answers
179 views

I'm trying to configure a GitLab on premise with an internal GitLab registry. I have to choose between gitlab_rails['registry* parameters : $ sudo grep "gitlab_rails.*'registry" /etc/gitlab/...
SebMa's user avatar
  • 4,965
0 votes
0 answers
63 views

My point is to share/embbed a C# DLL in Excel VBA in other PC's. The problem is that I don't have admin priveleges in other PC and Visual Studio is not installed aswell. This is my reg file that than ...
Corneliu's user avatar
0 votes
0 answers
216 views

I'm trying to get the menu that appears when right-clicking on an empty area inside a folder (background menu) using IContextMenu::QueryContextMenu. I can get the menu, all the items work fine except ...
Joe J's user avatar
  • 1,349
2 votes
0 answers
78 views

In the registry, for example in HKEY_CLASSES_ROOT\Directory\Background\shell, we have a set of registered handlers for the context menu. These handlers are commands that should be executed when the ...
Joe J's user avatar
  • 1,349
1 vote
1 answer
145 views

{ "manifest_version": 3, "name": "Mac Address", "version": "1.0", "description": "Mac Address", "permissions": ...
Azure_Star's user avatar

1
2 3 4 5
148