├── 10ThemeFor11.msstyles ├── README.md └── screenshot.png /10ThemeFor11.msstyles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SandTechStuff/10ThemeFor11/2c7579b009f4b0315fd0ef3c2b7ecb3b105df76f/10ThemeFor11.msstyles -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 10ThemeFor11 2 | 3 | > [!NOTE] 4 | > This theme is about 90% complete. To track its progress, check the ["Theme Progress"](https://github.com/SandTechStuff/10ThemeFor11/issues/1) issue. 5 | > When most assets are completed, a proper theme will be provided in releases. 6 | 7 | ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/SandTechStuff/10ThemeFor11/total) 8 | ![GitHub last commit](https://img.shields.io/github/last-commit/SandTechStuff/10ThemeFor11) 9 | 10 | 10ThemeFor11 is an `.msstyles` theme for Windows 11 that aims to provide accurate Windows 10 controls, to the greatest extent that Windows 11 allows. 11 | 12 | ![Screenshot](screenshot.png) 13 | 14 | # Installation 15 | 16 | First, you need to install a UxTheme patcher to allow custom `.msstyles` themes since Microsoft locks them out by default. Some options include the Windhawk mod [UXTheme hook](https://windhawk.net/mods/uxtheme-hook) and [SecureUxTheme](https://github.com/namazso/SecureUxTheme). 17 | 18 | _This theme has only been tested using the UXTheme hook Windhawk mod._ 19 | 20 | 1. After patching UxTheme, download the latest release of the theme from [Releases](https://github.com/SandTechStuff/10ThemeFor11/releases) (10ThemeFor11.zip). 21 | 2. Extract the downloaded zip and place the contents in `C:\Windows\Resources\Themes`. 22 | 23 | _The file structure should resemble this._ 24 | 25 | - `C:` 26 | - `Windows` 27 | - `Resources` 28 | - `Themes` 29 | - `10ThemeFor11` 30 | - `10ThemeFor11_Dark.theme` 31 | - `10ThemeFor11_Light.theme` 32 | 3. Either double click one of the `.theme` files from within the `Themes` folder or select your desired theme from within Windows settings. 33 | 4. The theme comes bundled with the Windows 10 wallpaper and accent color, but if you would prefer to use your own wallpapers or colors you can override anything through Windows personalization settings. 34 | 35 | # Optional: Windows 10 Sounds 36 | 37 | If you would like to use the Windows 10 sounds, grab a copy of the `C:\Windows\Media` folder from a Windows 10 install and put the contents into `C:\Windows\Resources\Themes\10ThemeFor11\Sounds`. Apply one of the included `.theme` files and the sounds should be loaded. 38 | 39 | # Optional: Windows 10 Shadows, Corners, and Effects 40 | 41 | Restoring the Windows 10 shadows and acrylic along with removing rounded corners and Mica requires patching `uDWM.dll`. 42 | 43 | > [!WARNING] 44 | > Patching DWM is no small feat! If performed incorrectly, it can temporarily prevent Windows from loading properly. While the tools displayed here are generally safe to use, make sure to create backups of `C:\Windows\System32\uDWM.dll` before proceeding. 45 | 46 | There are two ways to apply the DWM patches: by replacing `uDWM.dll` on disk or by patching in-memory with a [Windhawk](https://windhawk.net/) mod. 47 | 48 | | Method | Pros | Cons | 49 | |--------------|-------------------------------------|---------------------------------------| 50 | | On Disk | More stable, More accurate. | Harder to install, Harder to recover. | 51 | | Windhawk Mod | Easy to install, Easier to recover. | More bugs, Less accurate. | 52 | 53 | If you are less experienced with Windows modding, I recommend the Windhawk mod for ease of use. If you are well versed in Windows modding, I recommend the on disk `uDWM.dll` patch for higher accuracy and stability. 54 | 55 | Windhawk mod: https://windhawk.net/mods/w11-dwm-fix 56 | 57 | [@ittrgrey](https://github.com/ittrgrey)'s on disk patch: https://winclassic.net/thread/2853/udwm-borders-shadows-acrylic-windows 58 | 59 | ### Why not use the stock Windows 10 `aero.msstyles` file? 60 | 61 | While the stock Windows 10 `.msstyles` theme works on Windows 11, it is only partially compatible. For example, the context menus and animations are broken. 10ThemeFor11 uses the assets from the stock Windows 10 `.msstyles` but reformats them in the way Windows 11 expects. 62 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SandTechStuff/10ThemeFor11/2c7579b009f4b0315fd0ef3c2b7ecb3b105df76f/screenshot.png --------------------------------------------------------------------------------