Skip to content

Commit

Permalink
Merge pull request #16 from Bleizingard/patch-1
Browse files Browse the repository at this point in the history
Update win-install.cmd
  • Loading branch information
DrDonk authored Oct 2, 2018
2 parents 1b8c256 + 3f88c75 commit 2027f52
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 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!
Expand Down

0 comments on commit 2027f52

Please sign in to comment.