There was an error while loading. Please reload this page.
1 parent 997bc86 commit e9e6287Copy full SHA for e9e6287
Microsoft.PowerShell_profile.ps1
@@ -59,6 +59,10 @@ if (Test-Path $0)
59
}
60
61
62
+function Unlock-RDP {
63
+ & "C:\Tools\RDP\RDP-unlock.cmd"
64
+}
65
+
66
# Command aliases...
67
68
. $PSScriptRoot\Modules\Scripts\Set-OutDefaultOverride.ps1
@@ -71,6 +75,7 @@ New-Alias pop Pop-Location -ea SilentlyContinue
71
75
New-Alias push Push-Location -ea SilentlyContinue
72
76
New-Alias rbh Remove-BrowserHijack -ea SilentlyContinue
73
77
New-Alias vs Set-VsDevEnv -ea SilentlyContinue
78
+Set-Alias unlock Unlock-RDP -ea SilentlyContinue
74
79
80
# Docker helpers
81
New-Alias doc Remove-DockerTrash -ea SilentlyContinue
0 commit comments