Knowledge Base Detail

Category Name > MacOsX
Neuer Admin ab High Sierra

CMD + R

mount -uw /

rm /var/db/.AppleSetupDone

 

Second Solution:

cd /Volumes

ls -l (This will show all volumes)

cd Macintosh HD

cd var/db

ls -la (You should now see a .AppleSetupDone file)

rm .AppleSetupDone

 

Big Sur und weiter:

cd /Volumes

ls -l (This will show all volumes)

cd Macintosh HD

cd var/db

ls -la (You should now see a .AppleSetupDone file)

rm .AppleSetupDone

Article Attachment