Skip to content

Instantly share code, notes, and snippets.

View jbuijgers's full-sized avatar

Joost Buijgers jbuijgers

View GitHub Profile
@jbuijgers
jbuijgers / DEPSteps.md
Created June 2, 2025 09:53 — forked from kkroxc/DEPSteps.md
Remove MDM & DEP from an Apple Sillicon Mac (Sonoma)

How to make an MDM Mac shine like it's brand new ?

Works, as of 14/04/2024, on macOS 14.4.1 and lower (prob higher but idk)

This was made for Apple Sillicon Macs.

Restore Process

You need another Mac for this.

If you don't have one and have recovery locked, it's not possible.

@jbuijgers
jbuijgers / designer.html
Created November 17, 2014 18:50
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@jbuijgers
jbuijgers / designer.html
Last active August 29, 2015 14:09
designer
<link rel="import" href="../core-ajax/core-ajax.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>