Update install.bat

This commit is contained in:
ekistece 2018-09-01 21:54:38 +02:00 committed by GitHub
parent b64ee359c3
commit 3115493ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ cd %~dp0
echo Installing TAP driver...
bin\tap-windows-installer.exe
echo Installing now the KMS server service...
bin\vlmcsd.exe -s -U /n -O
bin\vlmcsd.exe -s -U /n -O .
echo Adding firewall exception...
netsh advfirewall firewall add rule name="vlmcsd" dir=in action=allow program=%~dp0bin\vlmcsd.exe enable=yes
echo Starting vlmcsd service...