Merge pull request #4687 from pvandervelde/master

Removing the check for administrator rights when sending key strokes to Hyper-V
This commit is contained in:
Taliesin Sisson 2017-05-30 01:54:07 +01:00 committed by GitHub
commit e40b324907
1 changed files with 0 additions and 1 deletions

View File

@ -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
{