Skip to content

Add .CPL back to $env:PathExt #9797

@brwilkinson

Description

@brwilkinson

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.

Metadata

Metadata

Assignees

Labels

Issue-Questionideally support can be provided via other mechanisms, but sometimes folks do open an issue to get aResolution-FixedThe issue is fixed.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions