Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
65 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 ...
0 votes
1 answer
96 views

I have a .cargo/config.toml file that configures a custom, HTTP git-based registry (hosted on Bitbucket) to replace crates.io: [source] [source.artifactory] registry = "http://bitbucket/scm/<...
0 votes
0 answers
74 views

I implemented an IThumbnailProvider to create custom thumbnails in the Windows File Explorer for my application. That works as expected. Windows switches from custom thumbnails to the default file ...
2 votes
1 answer
172 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 ...
1 vote
1 answer
96 views

I'm making a React app with a Python/Flask back end. The user enters some information, this is sent to a python script that enters it into a crystal report, the report is generated & saved as a ...
2 votes
1 answer
143 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 ...
3 votes
1 answer
87 views

When adding a custom option to the context menu for different types of icons, this code works fine: with reg.CreateKey(reg.HKEY_CURRENT_USER, base_path) as main_key: reg.SetValueEx(main_key, '...
1 vote
1 answer
261 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 - ...
3 votes
1 answer
114 views

Typically, I'd just use something like this to get the info I need: Get-PSDrive -PSProvider FileSystem | Where-Object {$_.DisplayRoot -match "^\\\\"} | Select-Object -Property Root,...
0 votes
0 answers
42 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 ...
0 votes
2 answers
147 views

I am working on a script to search and delete registry keys related to GPO deployed printers and have run into a few issues. First a couple of notes: I am running the scripts remotely via N-Central/N-...
2 votes
1 answer
113 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 ...
0 votes
1 answer
95 views

RegNotifyChangeKeyValue() function may detect that some kind of registry change has occurred. How to determine which key has been changed? (without comparing states of all registry before and after ...
1 vote
2 answers
96 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&...
0 votes
1 answer
124 views

I have a key/value pair SampleMalware -> abcdef: My best attempt to delete both the SampleMalware key and its value abcdef is: #include <Windows.h> #include <string> static const std::...

15 30 50 per page
1
2 3 4 5
...
493

AltStyle によって変換されたページ (->オリジナル) /