Update win-install.cmd

Active good encoding to good exec on Windows 10.
This commit is contained in:
Jonathan 2018-09-17 23:44:11 +01:00 committed by GitHub
parent 1073f82f1f
commit 3f88c75958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ echo VMware Unlocker 2.1.1
echo ========================
echo (c) Dave Parsons 2011-17
echo Set encoding parameters...
chcp 850
net session >NUL 2>&1
if %errorlevel% neq 0 (
echo Administrator privileges required!