Skip to content

Instantly share code, notes, and snippets.

@AzimsTech
Last active July 1, 2025 18:19
Show Gist options
  • Save AzimsTech/a6e359d33432c29515d5a130240932a6 to your computer and use it in GitHub Desktop.
Save AzimsTech/a6e359d33432c29515d5a130240932a6 to your computer and use it in GitHub Desktop.
Get Windows 11 SE Theme

Here's how to get the six special Windows 11 SE themes (exclusive to the Surface Laptop SE).

image

To apply

reg add "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Education" /v EnableEduThemes /t REG_DWORD /d 1 /f

To undo

reg delete "HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Education" /f

Reboot after making changes
These themes won't be visible at first; wait until they're downloaded.

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