可以考慮用這一個應用程式(裝在Mac OS中)。
下載點
如果你需要開機就自動啟動,請把beamoff丟到以下路徑
Applications/Utilities
並且撰寫一個beamoff.auto.plist ,放置到 /Library/LaunchDaemons 下
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>beamoff.auto</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Utilities/beamoff.app/Contents/MacOS/beamoff</string>
</array>
<key>LaunchOnlyOnce</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>Disabled</key>
<false/>
</dict>
</plist>
參考來源:
http://www.insanelymac.com/forum/topic/302424-yosemite-on-vmware-unusable/
沒有留言:
張貼留言