diff --git a/README.md b/README.md index 8e32e93..43aba4a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,36 @@ # Slate-Desktop-for-Windows-11-LTSC - -To be released soon. Sources are not added yet +Slate Desktop is a powerful windows environment setup with a focus on performance, productivity features, shell mods and style unique to stock Windows 11. Unlike other theme/optimization modpacks it avoids reverting styles to older versions of Windows and instead enhances the modern look of Windows 11. + +A primary goal of this project is to utilize fully transparent applications versus bundling all assets within an untrusted ISO. +Slate Desktop features a seamless process for downloading assets and automatic config imports needed via a CLI tool. Made in Python it runs through `sources.json` which serves as a transparent way of grabbing every asset needed. You can check it out here as well as a summary of each project here. + + + + + + +
+ Explorer Style Example + + Task Manager Example +
+ +## Table Of Contents + +* [Introduction](#introduction) +* [Installation](#installation) +* [External Assets](#external-assets) +* [Contributing](#contributing) +* [Credits](#credits) + +> [!TIP] +> For the best results use a fresh (legal) copy of Windows 11 IoT LTSC. You can get this from the official Microsoft website. LTSC is the best version of Windows 11 to utilize these scripts on as versus standard Windows 11 Home it has no bloatware or useless Windows apps pre-installed. Have a peace of mind and consider "massgravel" for those who live within the seas brrr + +> [!NOTE] +> After installation simply check the /sources folder for each step. Some configuration files will need to be moved manually but detailed instructions are provided. More information is provided within the Installation section. + +> [!CAUTION] +> You are responsible for running this script. Make sure you have backups prior to utilizing Slate and ensure you are on Windows 11 22H2/Windows 11 23H2/Windows 11 IoT LTSC. This project will not work on Windows 10 and will damage it!!! + + \ No newline at end of file diff --git a/preview.png b/img/preview.png similarity index 100% rename from preview.png rename to img/preview.png diff --git a/img/style-example.png b/img/style-example.png new file mode 100644 index 0000000..e9b15ee Binary files /dev/null and b/img/style-example.png differ diff --git a/img/task-manager.png b/img/task-manager.png new file mode 100644 index 0000000..829e41f Binary files /dev/null and b/img/task-manager.png differ