Skip to content

Commit ba6463f

Browse files
committed
new su
1 parent 451772c commit ba6463f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Scripts/Invoke-SuperUser.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.SYNOPSIS
33
Open a new command prompt in elevated mode - alias 'su'
44
#>
5-
conemu /single /cmd -cur_console:an powershell
5+
Start-Process -Verb RunAs cmd.exe '/c start wt.exe -p "Windows PowerShell"'

0 commit comments

Comments
 (0)