-
Notifications
You must be signed in to change notification settings - Fork 8.2k
PowerShell runs in Constrained Language mode on ARM platforms #7045
Copy link
Copy link
Closed
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productOS-WindowsResolution-FixedThe issue is fixed.The issue is fixed.WG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime
Milestone
Description
Some legacy code in PowerShell checks the current Windows process architecture and if it is ARM forces PowerShell to run in Constrained Language mode.
This is not needed anymore and ARM platforms should run PowerShell in FullLanguage mode by default.
Steps to reproduce
$ExecutionContext.SessionState.LanguageModeExpected behavior
FullLanguage
Actual behavior
ConstrainedLanguage
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Issue-BugIssue has been identified as a bug in the productIssue has been identified as a bug in the productOS-WindowsResolution-FixedThe issue is fixed.The issue is fixed.WG-Enginecore PowerShell engine, interpreter, and runtimecore PowerShell engine, interpreter, and runtime