Skip to content

Instantly share code, notes, and snippets.

@sghiassy
Last active November 15, 2024 07:42
Show Gist options
  • Save sghiassy/a3927405cf4ffe81242f4ecb01c382ac to your computer and use it in GitHub Desktop.
Save sghiassy/a3927405cf4ffe81242f4ecb01c382ac to your computer and use it in GitHub Desktop.

Disable Device Enrollment Notification on Mac.md

Restart the Mac in Recovery Mode by holding Comment-R during restart

Open Terminal in the recovery screen and type

csrutil disable

Restart computer

Edit com.apple.ManagedClient.enroll.plist

In the terminal, type

sudo open /Applications/TextEdit.app /System/Library/LaunchDaemons/com.apple.ManagedClient.enroll.plist

change

<key>com.apple.ManagedClient.enroll</key>
        <true/>

to

<key>com.apple.ManagedClient.enroll</key>
        <false/>

Restart Computer again

So that the changes take effect

@Mktulio
Copy link

Mktulio commented Sep 19, 2024

Atualizei para o Sequoia tudo ok.

@itzcharlie01
Copy link

Atualizei para o Sequoia tudo ok.

Então você está dizendo que depois da atualização você não precisou executar comandos para fazê-lo funcionar, simplesmente funcionou?

@guiga1502
Copy link

has any updated to 15? im on 14, haven't updated since lol
is there any update about sequoia? anyone updated from 14.6 to 15?

I did the update yesterday. So far so good, I haven't received any warnings and everything seems to be working fine.

good to hear, what did you update from? im still on 14.0, never updated, was scared to.

I upgraded from 14.6 to 15.0. Working fine.

Atualizei para o Sequoia tudo ok.

Então você está dizendo que depois da atualização você não precisou executar comandos para fazê-lo funcionar, simplesmente funcionou?

If you have already run the commands previously in version 14.x, during the migration to 15.0 it was normal. You do not need to run it again.

@AngelCrum
Copy link

image Hi, I did have a problem, I updated and now I only get the registration alert in the configuration. I've done everything, from changing and blocking the host, to re-patching. I don't know what else I can do or what I'm doing wrong. I hope someone can help me.

THANK YOU.

@Mktulio
Copy link

Mktulio commented Sep 26, 2024

Atualizei para o Sequoia tudo ok.

Então você está dizendo que depois da atualização você não precisou executar comandos para fazê-lo funcionar, simplesmente funcionou?

yes!

@andreas-bulling
Copy link

The Workaround
(1) Disable SIP in 1 True Recovery
(2)
sudo rm /var/db/ConfigurationProfiles/Settings/.cloudConfigHasActivationRecord
sudo rm /var/db/ConfigurationProfiles/Settings/.cloudConfigRecordFound
sudo touch /var/db/ConfigurationProfiles/Settings/.cloudConfigProfileInstalled
sudo touch /var/db/ConfigurationProfiles/Settings/.cloudConfigRecordNotFound
(3) you're all set. enjoy this boring upgrade

What is "1 True recovery" and how can I access it? Does intel Macs have a "1 True recovery" too?

do yourself a favor and use opencore on top of mac boot rom. change the SN in opencore instead of patching the OS

in this case one only has to fake the serial numbers and all should be good, i.e. no file removing etc needed - do I understand you correctly?

@Iamsheye
Copy link

when I run profiles status -type enrollment in my terminal, I get

Enrolled via DEP: No
MDM enrollment: No

Currently on Sonoma 14.7 on an M1 and there's a Sequoia 15.0.1 update, anyone with similar profile that has updated?

@ooduck
Copy link

ooduck commented Oct 29, 2024

I'm wondering if there's something like this for remote management of iPads. Is there anything we can do to bypass the remote management of an iPad?

@Aooga776
Copy link

Anyone get to 15.1? It's not showing up in my software updates. I've never had this issue before.

@hamstead
Copy link

@Aooga776 you should still be able to initiate the update through the Mac App Store

@varsh8th
Copy link

varsh8th commented Nov 1, 2024

has any updated to 15? im on 14, haven't updated since lol
is there any update about sequoia? anyone updated from 14.6 to 15?

I did the update yesterday. So far so good, I haven't received any warnings and everything seems to be working fine.

good to hear, what did you update from? im still on 14.0, never updated, was scared to.

I upgraded from 14.6 to 15.0. Working fine.

Atualizei para o Sequoia tudo ok.

Então você está dizendo que depois da atualização você não precisou executar comandos para fazê-lo funcionar, simplesmente funcionou?

If you have already run the commands previously in version 14.x, during the migration to 15.0 it was normal. You do not need to run it again.

Can confirm this works, I didn't update at all since 14, since last november and also didn't see minor updates like 14.2 or14.3 and so on, but recently saw 15.1 and just updated now and so far looks good

I prev did skipmdm steps and etc file changes but thats about it

I'll update if things change but your comment really gave me the courage to update directly, so thank you :)

@ideal2545
Copy link

I successfully upgraded to 15.1 on a m3 macbook pro but I cant get apple intelligence to activate and is just stuck on preparing, has anyone else seen this issue?

@N4ssim
Copy link

N4ssim commented Nov 8, 2024

IMG_6849

Hi, I wanted to check if my MacBook was still enrolled with the company, I deleted the hosts after a few minutes I have this page (photo), now I can do nothing

Is there a way around this? Without losing my data
Knowing that I'm on macos sonoma 14.6 and I bypassed the installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment