-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Closed
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-FixedThe issue is fixed.The issue is fixed.
Description
Is it possible to add in the .CPL pathext ?
I use this frequently for launching control panel items.
e.g.
appwiz
sysdm
Windows PowerShell
$PSVersionTable
Name Value
---- -----
PSVersion 5.1.18908.1000
ls env:pathext
Name Value
---- -----
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL
Actual behavior
$PSVersionTable
Name Value
---- -----
PSVersion 7.0.0-preview.1
ls env:pathext
Name Value
---- -----
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
The ENV:Pathext was already removed on linux, so I hope Windows should still have .CPL.
- Do not add
PATHEXT
environment variable on Unix (Do not add PATHEXT environment variable on Unix #7697)
mklement0
Metadata
Metadata
Assignees
Labels
Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-FixedThe issue is fixed.The issue is fixed.