Skip to content

Commit 8fc6715

Browse files
authored
Update wank.ps1
1 parent 4bd82d6 commit 8fc6715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wank.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if (!([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) {
2-
Write-Output "Winutil needs to be run as Administrator. Attempting to relaunch."
2+
Write-Output "WANK needs to be run as Administrator. Attempting to relaunch."
33
$argList = @()
44

55
$PSBoundParameters.GetEnumerator() | ForEach-Object {

0 commit comments

Comments
 (0)