Information
Architecture Brief
This module focuses on the visual identity of the operating system. Instead of booting into a generic, standard environment, Kryxus injects custom visual tweaks directly into the default user profile registry hive.
• Forcing System Dark Mode • Disabling Taskbar Web Widgets & Search Highlights • Enabling Glassmorphism & Transparency Effects • Applying custom accent colors automatically
Info for UserThese aesthetic modifications are injected directly into the default user profile hive during deployment. This ensures that your custom visual experience (like Dark Mode and hidden widgets) is permanently applied without requiring any third-party background software to run while you work or game.

theme_injection.reg
; Forcing System & App Dark Mode
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
-
"AppsUseLightTheme"=dword:00000001
+
"AppsUseLightTheme"=dword:00000000
-
"SystemUsesLightTheme"=dword:00000001
+
"SystemUsesLightTheme"=dword:00000000
+
"EnableTransparency"=dword:00000001
; Disabling Taskbar Search Box & Web Highlights
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search]
-
"SearchboxTaskbarMode"=dword:00000002
+
"SearchboxTaskbarMode"=dword:00000000
+
"BingSearchEnabled"=dword:00000000
; Centering Taskbar & Hiding Chat/Widgets
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
+
"TaskbarAl"=dword:00000001
+
"TaskbarMn"=dword:00000000
+
"TaskbarDa"=dword:00000000