Skip to content

Instantly share code, notes, and snippets.

@trentrand
Created October 17, 2017 19:44
Show Gist options
  • Save trentrand/0191152c8b981c0f81d26834549bc8c6 to your computer and use it in GitHub Desktop.
Save trentrand/0191152c8b981c0f81d26834549bc8c6 to your computer and use it in GitHub Desktop.
Disable HTC VIVE monitor (for hackintosh dual boots)
/Applications/DisableMonitor.app/Contents/MacOS/DisableMonitor --list | egrep '([0-9]*) (?:HTC-VIVE)' | sed 's/[^0-9]//g' | xargs /Applications/DisableMonitor.app/Contents/MacOS/DisableMonitor --disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment