This commit is contained in:
Stefen Wakefield 2024-02-15 15:03:05 -06:00
commit 1f224be9f2
5 changed files with 99 additions and 0 deletions

44
README.md Normal file
View File

@ -0,0 +1,44 @@
# Rektify-11: Windows 11 Modification Playbook
![Rektify-11 Logo](https://i.imgur.com/Rektify11Logo.png)
## Overview
**Rektify-11** is a project designed to address inconsistencies in Windows 11 that Microsoft has not yet fixed. By modifying system files in a safe manner and utilizing various programs, we aim to create a more consistent and enjoyable Windows 11 experience.
## Features
- **Consistent Icons and Themes**: Rektify-11 ensures that icons and themes across the Windows UI maintain a cohesive look.
- **Cleaner Windows UI**: Say goodbye to clutter and enjoy a cleaner user interface.
- **Easy Installation and Uninstallation**: Installing Rektify-11 is straightforward, and uninstalling it is just as simple.
- **Theme Customization**: Change themes effortlessly using the **Rectify11 Control Center**.
## Installation Instructions
1. Download the latest release of **Rektify11Installer.exe** from the [Releases page](https://github.com/Rectify11/Installer/releases).
2. Run the installer.
3. Select your installation options.
4. Wait for the installation to complete.
5. Restart your PC to apply the changes.
## Notes
- If you encounter white bars in the Control Panel, re-run the installer and ensure that **System Icons > Basic > shell32.dll.mun** is selected.
- Themes will apply properly after a system restart.
- For additional support and bug reporting, visit our [GitHub repository](https://github.com/Rectify11/Installer).
## Disclaimer
Rektify-11 is an unofficial modification. Use it at your own risk.
---
Feel free to customize this README further based on your project's specific details! 🚀
Source: Conversation with Bing, 2/15/2024
(1) Releases · Rectify11/Installer · GitHub. <https://github.com/Rectify11/Installer/releases>.
(2) GitHub - Rectify11/Installer: A Windows 11 modification to make it more .... <https://github.com/Rectify11/Installer>.
(3) Home · Rectify11/Installer Wiki · GitHub. <https://github.com/Rectify11/Installer/wiki>.
(4) Rectify11 3.0 RC is out, promises a proper dark mode for Windows 11 .... <https://www.neowin.net/news/rectify11-30-rc-is-out-promises-a-proper-dark-mode-for-windows-11-consistency-and-more/>.
###### Generated via M$ Copilot, nearly all of the information above is bullshit

View File

@ -0,0 +1,11 @@
title: APPX Removal
actions:
# Remove Microsoft Store (APPX) apps
- !appx: {name: '*disney*', type: family}
- !appx: {name: '*PowerAutomate*', type: family}
- !appx: {name: '*MicrosoftTeams*', type: family}
# Necessary to refresh start menu entries etc.
- !appx: {name: '*Client.CBS*', operation: clearCache}
- !appx: {name: '*StartMenuExperienceHost*', operation: clearCache}
- !appx: {name: '*Windows.Search*', operation: clearCache}

View File

@ -0,0 +1,10 @@
title: Registry Edits
actions:
# Disable Windows Error Reporting
- !registryValue: {path: 'HKLM\SOFTWARE\Microsoft\Windows\Windows Error Reporting', value: 'Disabled', type: REG_DWORD, data: '1'}
# Show hidden files
- !registryValue: {path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced', value: 'Hidden', type: REG_DWORD, data: '1'}
# Remove Taskbar Task View button
- !registryValue: {path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced', value: 'ShowTaskViewButton', type: REG_DWORD, data: '0'}

View File

@ -0,0 +1,4 @@
title: Custom
tasks:
- Tasks\registry.yml
- Tasks\appx.yml

30
src/playbook.conf Normal file
View File

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Playbook>
<Name>Rektify 11</Name>
<Username>xstefen</Username>
<ShortDescription>Personal reconfiguration of Windows 11</ShortDescription>
<Title>Windows 11 Rektify Playbook</Title>
<Description>This Playbook is an attempt to rektify a standard Windows 11 installation&#xD;&#xA;&#xD;&#xA;It will heavily modify your current installation resulting in a more lean, secure, and optimized system.</Description>
<Details>Rektify Playbook for Windows 11 - Made possible by AME Wizard/AME 11/Ameliorated.io</Details>
<Version>0.1</Version>
<Overhaul>true</Overhaul>
<SupportedBuilds>
<string>22000</string>
<string>22621</string>
<string>22631</string>
</SupportedBuilds>
<Requirements>
<Requirement>Internet</Requirement>
<Requirement>NoPendingUpdates</Requirement>
<Requirement>NoTweakware</Requirement>
<Requirement>DefenderDisabled</Requirement>
<Requirement>NoAntivirus</Requirement>
<Requirement>LocalAccounts</Requirement>
<Requirement>AdministratorPasswordSet</Requirement>
<Requirement>PluggedIn</Requirement>
</Requirements>
<ProgressText>h4x1ng j00r m3g4b17z, 411 j00r b453 4r3 b310ng t0 u5..., Just kidding, your system will be tolerable shortly.</ProgressText>
<Git>https://git.xstefen.dev/xstefen/rektify-11</Git>
<DonateLink>https://is.gd/xstefen</DonateLink>
<Website>https://ameliorated.io</Website>
</Playbook>