-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Description
Steps to reproduce
Install PowerShell-6.2.0-preview.2-win-x64.msi and select the installation option for "Open here" context menu item in Windows Explorer.
Expected behavior
If the "Open here" context menu item option is selected during installation it should add a single item for "Open here" and a single item for "Open here as Administrator" to the "PowerShell 6-Preview" context menu in Windows Explorer.
Conversely, if the "Open here" context menu item option is not selected during installation, it should remove any existing context menu for "PowerShell 6-Preview" from Windows Explorer.
Uninstalling the program should also remove the "PowerShell 6-Preview" context menu from the Registry.
Actual behavior
The installation creates two "Open here" context menu items.
Uninstalling the program does not remove the context menu.
Environment data
The following is from PowerShell 6.1.1 because PowerShell 6.2.0-Preview.2 will not launch:
PS C:\> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.1
PSEdition Core
GitCommitId 6.1.1
OS Microsoft Windows 10.0.17763
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
