How to open "Driver Extensions" on macOS 15 by using objective-C

Hello everybody,

Since macOS 15, the systemextension allow in changed as switch style and put in the "Login items & Extensions". I know the URL navigating to here, which is: x-apple.systempreferences:com.apple.LoginItems-Settings.extension

But the extension options we need to scroll deep down and we need to click the "!" to open it.

I want to open the finally window for user can easily see it and enable it. Please tell me how. Appreciate!!

Answered by DTS Engineer in 808528022

See my response here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

See my response here.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thank you @Quinn, now I only can open the "Login Items & Extensions" page, the really item I want to open is "Driver Extensions" however. I know already how to open URL, but the final URL(or something else) I don't know how to get that.

Just opening "Login-Items & Extension" page is not significant for end users.

Right. And that leads you to the last paragraph of Supported URL Schemes. That is, if there’s no documented way to achieve this goal, you should file an enhancement request for such a mechanism.

That’s kinda the whole point of my Supported URL Schemes post. You can’t just cons up your own URL that happens to work, because if it’s not documented then it’s an implementation detail that you can’t rely on.

If you do file an ER, please post the bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Thank you so much Quinn :)

How to open "Driver Extensions" on macOS 15 by using objective-C
 
 
Q