Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

"Play God" with Windows 7

samintz

Scott Mintz
May
1,582
27
If you play video games, you're probably familiar with the term "God Mode," which is a cheat that keeps your character alive forever. You might also have heard about something called "God Mode" in Windows 7, but it sounds a little intimidating, conjuring up visions of sci-fi movies in which the computer takes over the world. Well, it's really not quite as powerful as the name makes it sound, but this hidden feature that's tucked away under the hood in Windows 7 can be a useful tool for those who would like to have a single centralized place where you can access most of the system's control settings - a sort of a mega-management console. If you're tired to clicking from one control panel applet to another or having to go to different management interfaces to change several settings, you'll like God Mode.

You won't find the option to enable it anywhere in the graphical interface, but getting into God Mode is pretty simple, once you know the trick. Here's what you do: Create a few folder (it doesn't matter where it's located - you can put it on the desktop or within another folder somewhere). Then right click it, click Rename and name it exactly as follows (the easiest way is to cut and paste the text into the folder name field):
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

These are the instructions you'll find all over the web, but here's a secret: The text at the beginning ("GodMode") can be anything you want - it's the Globally Unique Identifier (GUID), which consists of that long string of alpha and numeric characters that really matters.

Once you rename it, as if by magic, the folder's icon will change to look like a blue dashboard screen. Double click on it to open it up, and you'll see a plethora of items representing the different control tools that you normally have to go to different menu items to access: Action Center items, Administrative Tools, AutoPlay settings, Backup and Restore, BitLocker settings, Color Management, Credential Management, Date and Time settings, Default Programs, Desktop Gadgets settings, Device Manager, Devices and Printers, Display Settings - and that's just A through D. There are lots more - 270 items in all.

Note that there's nothing really new here - all these task items are available within the different control panel applets - but they're nicely organized and you might find it easier to find what you're looking for by taking the "big picture" view. Another nice thing is that you can sort or group the task items by name, application, keyword, etc. - just as you can do with any folder in Explorer. Just click the View menu and scroll down to "Sort by" or "Group by."

This works in both Windows 7 and Vista; however, be careful if you're using a 64 bit version of Vista. Some have reported that God Made causes it to crash. If that happens to you, the solution is to boot into Safe Mode and delete the folder; then your system should start and run normally. In my experience, it works with no problems in both 32 bit and 4 bit Windows 7.

Creating a folder on the desktop is handy because you can come back to it and double click it anytime you want, but you don't have to create a folder to access the list of task items. If you prefer, you can get to it by typing the following command in the Run box:
shell:::{ED7BA470-8E54-465E-825C-99712043E01C}

And as a bonus, this article shows you sixteen more similar shortcuts for directly accessing various settings:
Read More Here

-Scott
 
One problem with that approach (mine is called Super Folder, for reasons no longer recalled) is that there isn't always a UAC elevation prompt from the entries in that folder, and no (obvious) way to run as administrator. In most cases this doesn't matter but there are links in there that simply generate a 'you do not have permission' error.
 
Well, I suppose you could create a shortcut
using the shell:::{GUID} syntax instead of the folder approach. You
should be able to elevate that.

I was able to launch God Mode using:
START /PGM shell:::{ED7BA470-8E54-465E-825C-99712043E01C}

Here are the known shortcuts:
God Mode
START /PGM shell:::{ED7BA470-8E54-465E-825C-99712043E01C}
Location Sensor
START /PGM shell:::{00C6D95F-329C-409a-81D7-C46C66EA7F33}
Biometric Device
START /PGM shell:::{0142e4d0-fb7a-11dc-ba4a-000ffe7ab428}
Power Options
START /PGM shell:::{025A5937-A6BE-4686-A844-36FE4BEC8B6D}
Taskbar Icons
START /PGM shell:::{05d7b0f4-2121-4eff-bf6b-ed3f69b894d9}
Credentials
START /PGM shell:::{1206F5F1-0569-412C-8FEC-3204630DFB70}
Install from Network
START /PGM shell:::{15eae92e-f17a-4431-9f28-805e482dafd4}
Default Programs
START /PGM shell:::{17cd9488-1228-4b2f-88ce-4298e93e0966}
Public Keys
START /PGM shell:::{1D2680C9-0E2A-469d-B787-065558BC7D43}
WiFi Networks
START /PGM shell:::{1FA9085F-25A2-489B-85D4-86326EEDCD87}
Network
START /PGM shell:::{208D2C60-3AEA-1069-A2D7-08002B30309D}
Computer (window)
START /PGM shell:::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Printers

START /PGM shell:::{2227A280-3AEA-1069-A2DE-08002B30309D}
Workplace connections
START /PGM shell:::{241D7C96-F8BF-4F85-B01F-E2B043341A4B}
Firewall

START /PGM shell:::{4026492F-2F69-46B8-B9BF-5654FC07E423}
Region and Language
START /PGM shell:::{62D8ED13-C9D0-4CE8-A914-47DD628FB1B0}
Performance Ratings
START /PGM shell:::{78F3955E-3B90-4184-BD14-5397C15F1EFC}


-Scott





One problem with that approach (mine is
called Super Folder, for reasons no longer recalled) is that there isn't
always a UAC elevation prompt from the entries in that folder, and no (obvious)
way to run as administrator. In most cases this doesn't matter but there
are links in there that simply generate a 'you do not have permission'
error.
 
You should be able to elevate that.

I was able to launch God Mode using:
START /PGM shell:::{ED7BA470-8E54-465E-825C-99712043E01C}
It is a nice idea Scott, but it founders when used with elevate:

Code:
>start /elevated /PGM shell:::{ED7BA470-8E54-465E-825C-99712043E01C}
TCC: (Sys) Unspecified error
 "shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"
 
Scott,

What a surprising discovery! Thanks for letting us know. I just tried it (Windows 7 Professional, 32-bit), and it does its magic as described. (smile)
 
But don't do this with any other version of Windows! Under Vista this kills Explorer instantly, and you'll have to boot an external OS to remove this folder.
 

Similar threads

Back
Top