We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cmder version:`1.3.24` Operating system: Windows 10 Pro(22H2)
Cmder Mini
The predefined task PowerShell::Powershell as Admin (show below)cannot open Powershell as admin
PowerShell::Powershell as Admin
*PowerShell -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command "Invoke-Expression 'Import-Module ''%ConEmuDir%..\profile.ps1'''"
The predefined task cmd::Cmder as Admin (show below) cannot open Powershell as admin
cmd::Cmder as Admin
*cmd /k ""%ConEmuDir%..\init.bat" "
I have a solution for PowerShell::Powershell as Admin . Change the setting to below
powershell.exe -new_console:a -ExecutionPolicy Bypass -NoLogo -NoProfile -NoExit -Command "Invoke-Expression 'Import-Module ''%ConEmuDir%..\profile.ps1'''"
The key point is the parameter -new_console:a
-new_console:a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Information
Cmder Edition
Cmder Mini
Description of the issue
The predefined task
PowerShell::Powershell as Admin
(show below)cannot open Powershell as adminThe predefined task
cmd::Cmder as Admin
(show below) cannot open Powershell as adminHow to reproduce
Additional context
I have a solution for
PowerShell::Powershell as Admin
. Change the setting to belowThe key point is the parameter
-new_console:a
Checklist
The text was updated successfully, but these errors were encountered: