Reset OSX to factory setting without Disc

Use the following steps to reset.

  1. Reboot the device
  2. Press Command+S during startup until command window shows up
  3. Run the following Commands
    • mount -uw / 
    • rm /var/db/.AppleSetupDone
    • shutdown -h now
After the reboot, the system will be ready to setup new.

Comments

Popular posts from this blog

SCTE35 Parser

Dijkstra's Algorithm in JavaScript