Windows 11 still harbors a secret weapon for power users—the ability to surface nearly every hidden setting, legacy control panel applet, and obscure configuration tool in one searchable interface. While the classic “God Mode” folder has been a go‑to trick for years, a newer open‑source PowerShell project called Super God Mode takes the concept much further, generating a sprawling, categorized, and fully searchable index of over 1,000 shortcuts.
What is God Mode?
God Mode is a hidden feature that dates back to Windows Vista. It’s a simple folder you can create anywhere on your PC with a specific class ID (CLSID). When you name a folder GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}, Windows instantly transforms it into a hub that displays all Control Panel applets in a single window—organized by category and fully searchable. On a typical Windows 11 system, that’s around 200–300 shortcuts, covering administrative tools, backup and restore, credential manager, device manager, and dozens of other settings that are normally scattered across the legacy Control Panel.
It still works flawlessly in Windows 11, even as Microsoft continues to migrate more settings to the modern Settings app. The God Mode folder doesn’t require any additional software, scripting, or administrator privileges; it’s just a CLSID‑based shell folder that exposes every applet registered under that class. But its scope is limited to Control Panel items. Many deep‑system settings, Microsoft Management Console (MMC) snap‑ins, troubleshooting wizards, and new Settings app pages remain hidden from it.
Enter Super God Mode
Super God Mode is an open‑source PowerShell script that dramatically expands on the God Mode idea. Created by YouTuber and developer ThioJoe, the script scans the Windows registry for an exhaustive list of CLSIDs, GUIDs, and shell commands, then generates a folder structure filled with shortcuts to those targets. The result is a library that goes far beyond Control Panel applets, pulling in:
- Modern Settings app pages (including many deep‑link
ms-settings:URIs) - MMC snap‑ins like Disk Management, Services, and Local Group Policy Editor
- Legacy administrative tools often buried in System32
- Diagnostic and troubleshooting wizards
- Obscure dialog boxes for network adapters, power plans, and user accounts
- Hidden shell folders (like the old “SendTo” or “Startup” folders)
On a fresh Windows 11 23H2 installation, a typical run of Super God Mode generates over 1,100 shortcuts, neatly sorted into subfolders such as “Control Panel,” “Settings,” “Administrative Tools,” “DLL Rundll32 Commands,” and more. Each folder name reflects the type of shortcut it contains, and within each folder every shortcut bears a descriptive label that helps you understand its function without needing to open it first.
How Super God Mode Works
The script is a single PowerShell file—typically named SuperGodMode.ps1—that you download from the official GitHub repository. It doesn’t require installation; you simply right‑click it and choose “Run with PowerShell” (or execute it from an elevated PowerShell console). The script then:
- Scans the registry under
HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpaceand dozens of other CLSID‑related paths. - Pulls a curated list of known GUIDs from an embedded CSV file that includes many undocumented Settings app URIs.
- Creates a master folder (usually on your desktop or in a location you specify) and populates it with subfolders matching each category.
- Generates .url or .lnk shortcuts for every discovered target, giving them human‑readable names.
- Optionally, it can produce an HTML index page that lists every shortcut in a searchable, browser‑friendly format.
The entire process takes less than a minute on a modern SSD. Once the folder is created, you can move it anywhere—Documents, a cloud‑synced folder, or even pin it to Quick Access or the Start menu. Because it’s just a collection of ordinary shortcuts, Windows Search can index them if the folder is inside a location that Windows indexes by default (like your user profile folders). That means you can press the Windows key and start typing the name of any hidden setting to jump straight to it, bypassing the multi‑click drilldown normally required.
Super God Mode vs. Traditional God Mode
| Feature | God Mode | Super God Mode |
|---|---|---|
| Shortcut count | ~200‑300 | 1,100+ |
| Covers Control Panel | Yes | Yes |
| Covers Settings app | No | Yes (150+ deep links) |
| Covers MMC tools | Partial (some via Administrative Tools) | Comprehensive |
| Covers legacy wizards | No | Yes |
| Covers shell folders | No | Yes |
| Searchable via Start | Yes (if folder is indexed) | Yes (same method) |
| Requires scripting | No – only a folder rename | Yes – needs PowerShell execution |
| Risk of malware | None | Low, if downloaded from trusted source |
| Customizable | Minimal | High – edit the script’s CSV to add/remove targets |
| Maintained | Natively supported by Windows | Community‑driven open‑source project |
For most users, the original God Mode remains a safe, one‑minute trick that provides quick access to the most common administrative tools. Super God Mode is aimed at IT professionals, enthusiasts, and anyone who frequently needs to reach obscure configuration dialogs. Because it’s a script, you can also tailor it: comment out categories you don’t need, or add custom CLSIDs discovered in your own registry spelunking.
Community Insights and Real‑World Usage
Across forums like Reddit’s r/Windows11 and various Windows enthusiast communities, Super God Mode has been received with a mix of excitement and cautious optimism. Users praise the script for eliminating the “hunt and peck” navigation through modern Settings and Control Panel. One sysadmin noted that it “finally brings back the unified control surface Microsoft removed after Windows 7,” while a power user said it helped them discover settings they never knew existed.
A common tip from the community is to place the generated folder inside the %APPDATA%\\Microsoft\\Windows\\Start Menu\\Programs directory. This makes all shortcuts appear in the All Apps list of the Start menu, turning the entire collection into a first‑class search target without needing to modify indexing options.
However, there are also frequent warnings about security. Because Super God Mode is a PowerShell script, running it blindly could be dangerous. The consensus is to always download it directly from the official GitHub repository (linked below), review the script if you have the expertise, and check the SHA256 hash if provided. ThioJoe’s script is signed and has been starred by thousands of developers, lending credibility. Some users also recommend running the script in a sandboxed virtual machine first to verify its output.
Step‑by‑Step: Creating Your Own Super God Mode Folder
- Download the script from ThioJoe’s GitHub repository. Click the green “Code” button and download the ZIP, or clone the repo.
- Extract the ZIP to a folder you can easily access, such as
C:\\Temp\\SuperGodMode. - Open an elevated PowerShell console (right‑click Start, choose “Windows PowerShell (Admin)” or “Terminal (Admin)”).
- Navigate to the script location using CD, e.g.,
cd C:\\Temp\\SuperGodMode. - Run the script:
./SuperGodMode.ps1. If you encounter an execution policy restriction, you can temporarily bypass it withpowershell -ExecutionPolicy Bypass -File .\\SuperGodMode.ps1. - Choose an output location when prompted (the default is usually a folder on your desktop).
- Optionally generate the HTML index by answering yes when asked.
- Wait for the script to finish—a progress bar will show as it creates thousands of shortcuts.
After the script completes, open the newly created folder. You’ll see subfolders like “Control Panel,” “Settings,” “Admin Tools,” “MMC Snap‑ins,” “Shell Folders,” and many more. The shortcuts inside are named clearly: for example, “Network Connections” under “Shell Commands” or “Bluetooth & devices \u2011\u2011 Devices (ms‑settings:bluetooth).” The HTML index (if generated) is an even more powerful way to browse and search the entire collection in a browser, with clickable links that launch the corresponding setting directly.
Troubleshooting and Known Issues
- Execution policy: By default, Windows blocks unsigned PowerShell scripts. Use
Set-ExecutionPolicy RemoteSigned -Scope CurrentUseror run the bypass command shown above. - Missing shortcuts: Some shortcuts may not work if certain Windows features are not installed (e.g., Hyper‑V, Windows Sandbox). The script checks for feature availability in many cases but not all.
- Antivirus flags: Because the script creates hundreds of shortcut files rapidly, some overzealous AV products may temporarily block it. Adding the script directory to an exclusion list can help.
- Windows 11 24H2 compatibility: The script is actively maintained and has been tested on the latest Insider builds. Community reports confirm it works on 24H2 without issues.
The Bigger Picture: Microsoft’s Settings Fragmentation
Super God Mode’s popularity underscores a long‑standing frustration with Windows’ dual‑control‑panel architecture. Since Windows 8, Microsoft has been shifting settings from the Control Panel to the modern Settings app, but even in Windows 11 23H2 and 24H2, many advanced options remain in the older interface. The result is a confusing experience where users must remember whether a setting lives in “Settings > System > Storage” or “Control Panel > System and Security > Administrative Tools.”
Super God Mode acts as a community‑driven bridge, giving users a single pane of glass—or rather, a single searchable folder—for all those scattered configuration points. It also serves as a map of Windows’ inner workings, revealing just how many hidden dialogs still exist under the hood. Until Microsoft completes the migration (if ever), tools like this will remain essential for anyone who manages Windows devices professionally or just wants full control over their PC.
Conclusion: Which One Should You Use?
For casual users who only occasionally need quick access to a handful of Control Panel items, the traditional God Mode folder is still the simplest, safest choice. It takes seconds to create, requires no scripting, and poses zero security risk.
For power users, IT admins, and anyone tired of clicking through endless menus, Super God Mode is a game‑changer. Its searchable index, broad coverage, and easy customization make it a permanent addition to any Windows enthusiast’s toolkit. As long as you download it from a trusted source and understand the minimal risks of running a transparent PowerShell script, the payoff is enormous: you’ll save hours of time otherwise wasted hunting for hidden Windows settings.
The script continues to evolve. Recent updates have added more Settings app deep links, improved detection of installed features, and even support for generating shortcuts in Light and Dark mode icons. Check the GitHub repository for the latest version, and consider starring the project to show your support for this invaluable bit of Windows wizardry.