-
-
Notifications
You must be signed in to change notification settings - Fork 152
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I have an issue with the script that I can't seem to figure out. The short version of it is that the script successfully creates the necessary registry keys, but no shell entries are created and the keys don't show up in the Registry Editor.
I checked that the keys aren't created under Wow6432node (as they would if they were created in a 32-bit application) and that Powershell is running in 64-bit (which it is):
PS C:\Users\Avalerion\Desktop> [Environment]::Is64BitProcess
True
The interesting thing is that when I use the following command, PowerShell retrieves the correct value:
PS C:\> Get-ItemProperty -Path "HKCU:\SOFTWARE\Classes\Directory\shell\MenuTerminal" | Select-Object -ExpandProperty MUIVerb
Windows Terminal here
And yet, they key doesn't show up in the Registry Editor:
I also used the Registry Editor's search function to search for the keys, but didn't find a match.
Anybody have an idea what might be going on here?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested