topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 10:04 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Hi Mouser - trying to get Win 7's "god mode" into an LBC menu item  (Read 4659 times)

Lolipop Jones

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 65
    • View Profile
    • Donate to Member
If you're not familiar with this, "god mode" in Win 7 allows the user to access a whole truckload of configuration options from one screen.

It is enabled by creating a new folder named

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

I have this folder on my desktop, but I'm a little OCD about wanting a super clean desktop, with all my command launching coming from the taskbar or LBC.

So far I have been unable to figure out a way to call "god mode" from within LBC.  Can you take a look?

thanks

LJ
Today's problems were yesterday's solutions....

Eóin

  • Charter Member
  • Joined in 2006
  • ***
  • Posts: 1,401
    • View Profile
    • Donate to Member
For those more curious about "God Mode" see The so-called “God Mode”.

Sorry LJ for going a bit OT however :)

Carol Haynes

  • Waffles for England (patent pending)
  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 8,066
    • View Profile
    • Donate to Member
Why not put the folder somewhere else and create a shortcut?

Or use the command line:

START <full path to GodMode folder>\GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
« Last Edit: July 11, 2011, 06:32 PM by Carol Haynes »

daddydave

  • Supporting Member
  • Joined in 2008
  • **
  • Posts: 867
  • test
    • View Profile
    • Donate to Member
I can't test this properly because my computer is actually down so I am stuck with XP at the moment, but try something like:

Code: Text [Select]
  1. explorer.exe /root,shell:::{ED7BA470-8E54-465E-825C-99712043E01C}

as a command node. This won't bring it as flyout menus though, just as a new explorer window (if it works).


Carol Haynes

  • Waffles for England (patent pending)
  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 8,066
    • View Profile
    • Donate to Member
It works if you just run it daddydave