diff --git a/common/powershell/hyperv/hyperv.go b/common/powershell/hyperv/hyperv.go index 125e56099..6e2b9dc7e 100644 --- a/common/powershell/hyperv/hyperv.go +++ b/common/powershell/hyperv/hyperv.go @@ -806,7 +806,6 @@ func TypeScanCodes(vmName string, scanCodes string) error { var script = ` param([string]$vmName, [string]$scanCodes) #Requires -Version 3 - #Requires -RunAsAdministrator function Get-VMConsole {