Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 1.37 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.37 KB

iSight Disabler

Legacy homepage: http://techslaves.org/isight-disabler/

techslaves.org’s iSight Disabler is an AppleScript that automates the process of disabling and enabling the iSight driver(s) in OS X. The goal is to prevent applications from using the built-in USB iSight found in Macbooks, Macbook Pros and iMacs. I’ve seen various queries online about how to disable the iSight and while the answer was already hanging around, there wasn’t a simple way to disable and enable the iSight without going to the command line.

Instructions

The traditional or legacy AppleScript method is less convenient since Apple introduced System Integrity Protection (SIP) in 10.11. To use the AppleScript on modern macOS systems, you essentially have to disable SIP to run the AppleScript. However, it's probably best to keep SIP enabled most of the time so that turns into a dance of disabling SIP, running the AppleScript and then enabling SIP again.

The configuration profile or "mobileconfig" option is the recommended way to disable the camera on modern macOS. See Apple documentation on managing profiles for details on how to install or remove the camera-disabler.mobileconfig profile.