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

I want to figure out how to create a custom Context Menu item to convert a string of selected text to uppercase (or lowercase) using Regedit and Powershell. I am interested in this being a non-program-...
Daniel Siddall's user avatar
0 votes
0 answers
28 views

I used to have scripts that would update the registry editor (regedit) to add multiple python versions so that when I shift+right click, I can select one and a command window linked to that python ...
Celeste Wilson's user avatar
0 votes
1 answer
97 views

I tried this code to add my program to \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon Userinit autolaunch in C# Windows 10. This is my code: using Microsoft.Win32; using ...
AlxPav Chr's user avatar
1 vote
1 answer
337 views

I want to delete all the subkeys of this path HKEY_CURRENT_USER\Software\Microsoft\Workspaces\Feeds Here I have {E3CA8511-C9A2-4B55-A008-E2823464A6C0} which needs to be deleted. But I could have ...
Andy McRae's user avatar
0 votes
0 answers
130 views

I'm working on a project where I need to implement a login screen that appears immediately after entering the username, but before establishing any connection to the system. This behavior is similar ...
samueldelorenzi's user avatar
0 votes
0 answers
227 views

I have a simple PowerShell script as below $excel = new-object -ComObject excel.application $filePath = 'filename.xlsm' $wb = $excel.workbooks.open($filePath) $excel.Run('Macro') $excel.quit() Stop-...
sandy's user avatar
  • 1
0 votes
0 answers
22 views

There is no XAMPP entry in regedit when trying to access HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall or HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\...
Karolis's user avatar
0 votes
0 answers
133 views

im trying to extract the active users of my pc via registry keys,i check HKLM... and HKU... and then i compare them to check for the active users, but when i try to extract the data via out-file -...
AALV8's user avatar
  • 125
3 votes
0 answers
163 views

In this link, it shows HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\PSA\Association path is used for overriding user's printer dialog for every(?) printer. But it also shows this photo: ...
Baris LaPaz's user avatar
0 votes
1 answer
2k views

How do I add a custom key and a value type to the Registry Editor? For example, if I want to add Windows Mobility Center: "Computer\HKEY_CURRENT_USER\Software\Microsoft\MobilePC\AdaptableSettings&...
SnappyRiffs's user avatar
1 vote
1 answer
753 views

I am writing a script that uninstall Chrome and install specific version of this. I want to keep short this code but Invoke-Expression or Invoke-Command not working properly because the uninstall ...
Ercüment's user avatar
0 votes
1 answer
761 views

I am trying to add MAUI environment to my existing installation of Visual studio 2022, however the installation using visual studio installer fails. This is the error I get in the logs: Package '...
moe87b's user avatar
  • 1
0 votes
1 answer
461 views

I am using Winforms on .NET 4.5, I try to set registry value. This is my code: Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile", &...
Fath Bakri's user avatar
0 votes
1 answer
309 views

When you right-click (in general) inside any folder, one of the options is 'Open Folder as Pycharm Community Edition Project'. Actually, it helps a lot. But it just does not look good. The size of ...
Mikhilesh M Hirphode's user avatar
0 votes
0 answers
39 views

Its really hard going to code to save the ip settings(RegSetValueEx()) from cpp(By registry editing of WinCe). Its issue about encoding of string(which I parse to BYTE* and if I use hardcoded string,...
Saurabh Pathak's user avatar
0 votes
2 answers
206 views

With the C# Core 3.1 WinForms application, the first installation date of the operating system cannot be read through regedit. It gives different results than the date given by "SystemInfo" ...
Emrullah Musa Tilki's user avatar
0 votes
0 answers
84 views

We have tried to modify the proxy value which is present in HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings during the uninstall process in windows machine (32-bit). We ...
Elanchezhiyan P's user avatar
1 vote
1 answer
498 views

I'm new in this stuff! As far as I know when you install a program, the installer creates a folder in C:\Program Files with the contents of the application, and a folder appears in the windows ...
Constanza's user avatar
0 votes
1 answer
270 views

Some users are experiencing problems with their OneDrive therefore we need to change the D word in Regedit to 0. Set-ItemProperty -Path "HKEY:\SOFTWARE\Policies\Microsoft\Windows\OneDrive" -...
Toon's user avatar
  • 23
0 votes
0 answers
816 views

On windows, I want to disabe gestures through Settings->touchpad->three-finger/four-finger gestures works immediately. I noticed that when setting changed, registry value changed on the same ...
Melon's user avatar
  • 11
0 votes
1 answer
1k views

I want to change app for opening ms teams link. I think that command for opening store to the register, but if I change command to my app and restart PC, I see in register my command, but if I open ms ...
Dmitry Bogomaz's user avatar
0 votes
1 answer
1k views

Background: I have a set of Lenovo 82H8 laptops that have a pre-enabled feature called "Flip to Boot". Essentially this feature automatically turns on the computer when the lid is opened. ...
PrgmS0ks's user avatar
1 vote
2 answers
1k views

I've followed the instruction from here to enable QueryBuilder in Outlook 2019. In RegEdit I didn't found the "Outlook key" in that path, but I created it anyway, together with the "...
inba's user avatar
  • 11
0 votes
1 answer
362 views

When someone is connecting a USB device into a computer, the computer writes its properties into the registry under the ENUM\USB Hive. I know that in order to get the time of connection i can just ...
Or Atias's user avatar
0 votes
1 answer
736 views

Is there a registry key I can add to the registry of an installed service that is currently "hidden" from Services.msc for whatever reason to make it display in Services.msc I wanted to make ...
user avatar

1
2 3 4 5
10