Merge pull request #16 from Bleizingard/patch-1

Update win-install.cmd
This commit is contained in:
DrDonk 2018-10-02 11:32:59 +01:00 committed by GitHub
commit 2027f52bb3
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 Unlocker 3.0.0 for VMware Workstation
echo =====================================
echo (c) Dave Parsons 2011-18
echo Set encoding parameters...
chcp 850
net session >NUL 2>&1
if %errorlevel% neq 0 (
echo Administrator privileges required!