GetAroundSAPMACSetup

From I Will Fear No Evil
Revision as of 12:14, 17 December 2021 by Pmorris (talk | contribs) (Created page with "Getting around the NS2 initial installer when it should just be a blank mac. <pre><code> cd /var/db/ConfigurationProfiles rm -rf * mkdir Settings touch Settings/.profilesAreI...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Getting around the NS2 initial installer when it should just be a blank mac.

<code>
cd /var/db/ConfigurationProfiles
rm -rf *
mkdir Settings
touch Settings/.profilesAreInstalled
</code>