paolo-projects/unlocker: VMware Workstation macOS - GitHub
文章推薦指數: 80 %
VMware Workstation macOS . Contribute to paolo-projects/unlocker development by creating an account on GitHub. Skiptocontent {{message}} paolo-projects / unlocker Public forkedfromtheJaxon/unlocker Notifications Fork 1.5k Star 2.7k VMwareWorkstationmacOS MITLicense 2.7k stars 1.5k forks Star Notifications Code Pullrequests 4 Actions Projects 0 Security Insights More Code Pullrequests Actions Projects Security Insights master Branches Tags Couldnotloadbranches Nothingtoshow {{refName}} default Couldnotloadtags Nothingtoshow {{refName}} default 1 branch 4 tags Code Thisbranchisuptodatewithmaster. Contribute Thisbranchisnotaheadoftheupstreammaster. Nonewcommitsyet.Enjoyyourday! Openpullrequest Latestcommit paolo-projects Mergepullrequest#7fromDebdut … 9e59428 Dec13,2021 Mergepullrequest#7fromDebdut Debdutmerge 9e59428 Gitstats 109 commits Files Permalink Failedtoloadlatestcommitinformation. Type Name Latestcommitmessage Committime .gitattributes FixedCR/LFfor.txtfile Oct21,2018 .gitignore Removeexefrom.gitignore Oct10,2018 LICENSE Pre-releaseupdatesfor3.0.0. Sep29,2018 darwin.md Miscellaneouschangestotidyupcode. Dec7,2017 dumpsmc.exe FixedAVfalsepositiveusingreecompiledrun.exefromPyInstaller. Oct8,2018 dumpsmc.py Miscellaneouschangestotidyupcode. Dec7,2017 gettools.exe Rebuiltwinexecutables Aug13,2020 gettools.py addarch Nov16,2021 lnx-install.sh python3 Nov16,2021 lnx-uninstall.sh Updatedversioninprintedmessagesto3.0.2 Oct10,2018 lnx-update-tools.sh AllowPython2and3torunPythonfiles Oct10,2018 readme.txt Updatereadme.txt Aug13,2020 test-unlocker.py Miscellaneouschangestotidyupcode. Dec7,2017 unlocker.exe Rebuiltwinexecutables Aug13,2020 unlocker.py [email protected]… Aug13,2020 win-build.cmd Finalchangesfor2.0.9! Oct9,2017 win-install.cmd fixwindowsinstall Dec4,2021 win-test-install.cmd WindowscommandsfixedtoworkwithPlayerpluscosmeticchangestoo… Oct20,2018 win-uninstall.cmd WindowscommandsfixedtoworkwithPlayerpluscosmeticchangestoo… Oct20,2018 win-update-tools.cmd Updatedversioninprintedmessagesto3.0.2 Oct10,2018 Viewcode readme.txt macOSUnlockerV3.0forVMwareWorkstation ========================================== ************************************************************** *************************READHERE:************************* WINDOWSUSERS:GetthetoolfromtheReleasessection,youwillgetabundledpythondistributionthatavoidstheviruswarningsandpythonnotfoundetc. LINUXUSERS:Nobundledpythonforyou,butmakesureyouhavepython3.0+installed.Ifyouhaveerrorslike"Pythonnotsupported"butyouhavepythoninstalled,changethelinesinsideoflnx-install.shfrom'pythonxxxxxxx.py'to'python3.7xxxxxxx.py'(ifyouhavepython3.7installed,otherwisetrypython3orotherstuff) ************************************************************** ************************************************************** +-----------------------------------------------------------------------------+ |IMPORTANT:| |==========| || |AlwaysuninstallthepreviousversionoftheUnlockerbeforeusinganew| |version.FailuretodothiscouldrenderVMwareunusable.| || +-----------------------------------------------------------------------------+ 1.Introduction --------------- Unlocker3isdesignedforVMwareWorkstation11-15andPlayer7-15. IfyouareusinganearlierproductpleasecontinueusingUnlocker1. Version3hasbeentestedagainst: *Workstation11/12/14/15onWindowsandLinux *WorkstationPlayer7/12/14/15onWindowsandLinux Thepatchcodecarriesoutthefollowingmodificationsdependentontheproduct beingpatched: *Fixvmware-vmxandderivativestoallowmacOStoboot *Fixvmwarebase.dllor.sotoallowAppletobeselectedduringVMcreation *DownloadacopyofthelatestVMwareToolsformacOS Notethatnotallproductsrecognisethedarwin.isoviainstalltoolsmenuitem. Youwillhavetomanuallymountthedarwin.isoforexampleonWorkstation11andPlayer7. InallcasesmakesureVMwareisnotrunning,andanybackgroundguestshave beenshutdown. ThecodeiswritteninPython. 2.Prerequisites ---------------- ThecoderequiresPython2.7towork.MostLinuxdistrosshipwithacompatible Pythoninterpreterandshouldworkwithoutrequiringanyadditionalsoftware. WindowsUnlockerhasapackagedversionofthePythonscriptusingPyInstaller, andsodoesnotrequirePythontobeinstalled. 3.Limitations -------------- IfyouareusingVMwarePlayerorWorkstationonWindowsyoumaygetacoredump. LatestLinuxproductsareOKanddonotshowthisproblem. +-----------------------------------------------------------------------------+ |IMPORTANT:| |==========| || |IfyoucreateanewVMVMwaremaystopandcreateacoredump.| |Therearetwooptionstoworkaroundthisissue:| || |1.ChangetheVMtobeHW10-thisdoesnotaffectperformance.| |2.EdittheVMXfileandadd:| |smc.version="0"| || +-----------------------------------------------------------------------------+ 4.Windows ---------- OnWindowsyouwillneedtoeitherruncmd.exeasAdministratororusing Explorerrightclickonthecommandfileandselect"Runasadministrator". win-install.cmd-patchesVMware win-uninstall.cmd-restoresVMware win-update-tools.cmd-retrieveslatestmacOSguesttools 5.Linux --------- OnLinuxyouwillneedtobeeitherrootorusesudotorunthescripts. YoumayneedtoensuretheLinuxscriptshaveexecutepermissions byrunningchmod+xagainstthe2files. lnx-install.sh-patchesVMware lnx-uninstall.sh-restoresVMware lnx-update-tools.sh-retrieveslatestmacOSguesttools 6.Thanks --------- ThankstoZenith432fororiginallybuildingtheC++unlockerandMacSonofKnife (MSoK)forallthetestingandsupport. ThanksalsotoSamBforfindingthesolutionforESXi6andhelpingmewith debuggingexpertise.SamalsowrotethecodeforpatchingESXiELFfilesand modifiedtheunlockercodetorunonPython3intheESXi6.5environment. History ------- 27/09/183.0.0-Firstrelease 02/10/183.0.1-Fixedgettools.pytoworkwithPython3andcorrectlydownloaddarwinPre15.iso 10/10/183.0.2-Fixedfalsepositivesfromanti-virussoftwarewithWindowsexecutables -AllowPython2and3torunthePythoncodefromBashscripts (c)2011-2018DaveParsons About VMwareWorkstationmacOS Resources Readme License MITLicense Stars 2.7k stars Watchers 127 watching Forks 1.5k forks Releases 1 Unlocker3.0.3 Latest Oct7,2019 Packages0 Nopackagespublished Languages Python 77.8% Batchfile 15.5% Shell 6.7% Youcan’tperformthatactionatthistime. Yousignedinwithanothertaborwindow.Reloadtorefreshyoursession. Yousignedoutinanothertaborwindow.Reloadtorefreshyoursession.
延伸文章資訊
- 1[下載] Unlocker v1.9.2-系統工具 - 【狂人論壇】
軟體名稱:Unlocker 軟體版本:1.9.2軟體語言:繁體中文(內建多國語系) 軟體性質:免費軟體檔案大小:236KB 系統支援:Windows 2000/XP/2003/Vista 官方網...
- 2阿榮福利味- Unlocker 1.9.1 中文版(免安裝中文版) - Facebook
Unlocker 1.9.1 中文版(免安裝中文版) - 刪除無法刪除的檔案http://www.azofreeware.com/2006/10/unlocker-185.html.
- 3Unlocker v1.9.2 中文版,強制刪除「刪不掉」的檔案或資料夾!
之前曾經介紹過「UnLock IT」這軟體,可以用來強制關閉或刪除無法移除的檔案不過還有一套更好用的「Unlocker」系統工具,一樣可以幫我們移除無法刪除的 ...
- 4paolo-projects/unlocker: VMware Workstation macOS - GitHub
VMware Workstation macOS . Contribute to paolo-projects/unlocker development by creating an accou...
- 5強制關閉/無法刪除檔案專用軟體下載&教學@免安裝中文版
Unlocker 使用教學:. 下載好Unlocker 程式安裝檔,記得需在安裝步驟如上圖畫面,將項目Advanced -> ...