Update win-install.cmd
Active good encoding to good exec on Windows 10.
This commit is contained in:
parent
1073f82f1f
commit
3f88c75958
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue