mirror of
https://github.com/paolo-projects/unlocker.git
synced 2025-07-28 08:24:23 +02:00
Version 3.0.0
This commit is contained in:
parent
4266222be9
commit
c457c84c72
BIN
dumpsmc.exe
BIN
dumpsmc.exe
Binary file not shown.
BIN
gettools.exe
BIN
gettools.exe
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo VMware Unlocker 2.1.1
|
||||
echo ===============================
|
||||
echo Copyright: Dave Parsons 2011-17
|
||||
echo Unlocker 3.0.0 for VMware Workstation
|
||||
echo =====================================
|
||||
echo (c) Dave Parsons 2011-18
|
||||
|
||||
# Ensure we only use unmodified commands
|
||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo VMware Unlocker 2.1.1
|
||||
echo ===============================
|
||||
echo Copyright: Dave Parsons 2011-17
|
||||
echo Unlocker 3.0.0 for VMware Workstation
|
||||
echo =====================================
|
||||
echo (C) Dave Parsons 2011-18
|
||||
|
||||
# Ensure we only use unmodified commands
|
||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
|
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo VMware Get OS X Tools 2.1.1
|
||||
echo Get macOS VMware Tools 3.0.0
|
||||
echo ===============================
|
||||
echo Copyright: Dave Parsons 2015-16
|
||||
echo Copyright: Dave Parsons 2015-18
|
||||
|
||||
# Ensure we only use unmodified commands
|
||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
|
BIN
unlocker.exe
BIN
unlocker.exe
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
setlocal ENABLEEXTENSIONS
|
||||
echo VMware Unlocker 2.1.1
|
||||
echo ========================
|
||||
echo (c) Dave Parsons 2011-17
|
||||
echo Unlocker 3.0.0 for VMware Workstation
|
||||
echo =====================================
|
||||
echo Copyright: Dave Parsons 2011-18
|
||||
|
||||
net session >NUL 2>&1
|
||||
if %errorlevel% neq 0 (
|
||||
|
@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
setlocal ENABLEEXTENSIONS
|
||||
echo VMware Unlocker 2.1.1
|
||||
echo ========================
|
||||
echo (c) Dave Parsons 2011-17
|
||||
echo Unlocker 3.0.0 for VMware Workstation
|
||||
echo =====================================
|
||||
echo Copyright: Dave Parsons 2011-18
|
||||
|
||||
net session >NUL 2>&1
|
||||
if %errorlevel% neq 0 (
|
||||
|
@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
setlocal ENABLEEXTENSIONS
|
||||
echo VMware Unlocker 2.1.1
|
||||
echo ========================
|
||||
echo (c) Dave Parsons 2011-17
|
||||
echo Unlocker 3.0.0 for VMware Workstation
|
||||
echo =====================================
|
||||
echo Copyright: Dave Parsons 2011-18
|
||||
|
||||
net session >NUL 2>&1
|
||||
if %errorlevel% neq 0 (
|
||||
|
@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
setlocal ENABLEEXTENSIONS
|
||||
echo VMware Get macOS Tools 2.1.1
|
||||
echo =============================
|
||||
echo (c) Dave Parsons 2015-17
|
||||
echo Get macOS VMware Tools 3.0.0
|
||||
echo ===============================
|
||||
echo Copyright: Dave Parsons 2015-18
|
||||
|
||||
net session >NUL 2>&1
|
||||
if %errorlevel% neq 0 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user