Skip to content

Commit

Permalink
Update win-install.cmd
Browse files Browse the repository at this point in the history
Active good encoding to good exec on Windows 10.
  • Loading branch information
Bleizingard authored Sep 17, 2018
1 parent 1073f82 commit 3f88c75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions win-install.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 3f88c75

Please sign in to comment.