We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 451772c commit ba6463fCopy full SHA for ba6463f
Modules/Scripts/Invoke-SuperUser.ps1
@@ -2,4 +2,4 @@
2
.SYNOPSIS
3
Open a new command prompt in elevated mode - alias 'su'
4
#>
5
-conemu /single /cmd -cur_console:an powershell
+Start-Process -Verb RunAs cmd.exe '/c start wt.exe -p "Windows PowerShell"'
0 commit comments