mirror of
https://github.com/Xevion/powershell.git
synced 2026-02-01 06:25:13 -06:00
Add PowerShell profile script
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Function Start-WindowsTerminalAsAdmin {
|
||||
Start-Process wt -Verb runas -ArgumentList "-d ."
|
||||
}
|
||||
|
||||
Set-Alias -Name wta -Value Start-WindowsTerminalAsAdmin -Description "Starts Windows Terminal as Administrator in the current directory"
|
||||
Reference in New Issue
Block a user