Results 1 to 11 of 11

Thread: Windows 7 - GodMode

  1. #1

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Windows 7 - GodMode

    I found this on another forum, pretty cool. Give you all kinds of settings all in one location

    1. Create a new folder
    2. Name it "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}"
    3. Press enter
    4. enjoy

  2. #2

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Windows 7 - GodMode

    heres a screeny
    Attached Images Attached Images  

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Windows 7 - GodMode

    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Windows 7 - GodMode

    darn it! i searched the forum and nothing came up

  5. #5
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: Windows 7 - GodMode

    According to Microsoft employee Brandon Paddock, it's just a silly feature, and nothing new
    http://brandonlive.com/2010/01/04/th...lled-god-mode/

    Apparently you can also call it 'Fedora Linux.{ED7BA470-8E54-465E-825C-99712043E01C}' and it'll still work
    I code C#....

  6. #6
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Windows 7 - GodMode

    I wonder if the text before the period is what the folder gets named to and the bracket code is what triggers the auto folder configuration for "GodMode" or whatever you wanna call it.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  7. #7
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: Windows 7 - GodMode

    Quote Originally Posted by JuggaloBrotha View Post
    I wonder if the text before the period is what the folder gets named to and the bracket code is what triggers the auto folder configuration for "GodMode" or whatever you wanna call it.
    That's exactly what's going on.

    You can name any folder like <name>.<CLSID>.
    It'll show up as <name> but will redirect to the 'namespace root' corresponding to the CLSID.
    (How to create a namespace root with an CLSID I don't know, but it sounds cool )
    I code C#....

  8. #8
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: Windows 7 - GodMode

    Hehe: "Don't Open This.{ED7BA470-8E54-465E-825C-99712043E01C}"
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  9. #9
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: Windows 7 - GodMode

    Quote Originally Posted by vbcode1980 View Post
    That's exactly what's going on.

    You can name any folder like <name>.<CLSID>.
    It'll show up as <name> but will redirect to the 'namespace root' corresponding to the CLSID.
    (How to create a namespace root with an CLSID I don't know, but it sounds cool )
    lol its not that cool I'm afraid :P there are just keys in the registry that contains the information for the shell folders, for the 'god mode' one (which is actually called All Tasks not god mode) it would be:
    HKEY_CLASSES_ROOT\CLSID\{ED7BA470-8E54-465E-825C-99712043E01C}
    There are hundreds of subkeys in that CLSID key but not many of them can be used as folder names (well they can but they wont do anything) but if you do some searching in that key for specific things you can find useful ones - for example naming a folder this will make it a shortcut to the Network and Sharing Centre Something.{8E908FC9-BECC-40f6-915B-F4CA0E70D03D} (minus the smiley face of course)
    Last edited by chris128; Jan 6th, 2010 at 01:09 PM.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  10. #10
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: Windows 7 - GodMode

    Quote Originally Posted by chris128 View Post
    lol its not that cool I'm afraid :P there are just keys in the registry that contains the information for the shell folders, for the 'god mode' one (which is actually called All Tasks not god mode) it would be:
    HKEY_CLASSES_ROOT\CLSID\{ED7BA470-8E54-465E-825C-99712043E01C}
    There are hundreds of subkeys in that CLSID key but not many of them can be used as folder names (well they can but they wont do anything) but if you do some searching in that key for specific things you can find useful ones - for example naming a folder this will make it a shortcut to the Network and Sharing Centre Something.{8E908FC9-BECC-40f6-915B-F4CA0E70D03D} (minus the smiley face of course)
    this has been around for a while. It was a way to give yourself a control panel applet on your desktop for example.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  11. #11
    Hyperactive Member vbcode1980's Avatar
    Join Date
    Nov 2005
    Location
    Anywhere the wind blows
    Posts
    365

    Re: Windows 7 - GodMode

    Quote Originally Posted by chris128 View Post
    lol its not that cool I'm afraid :P there are just keys in the registry that contains the information for the shell folders, for the 'god mode' one (which is actually called All Tasks not god mode) it would be:
    HKEY_CLASSES_ROOT\CLSID\{ED7BA470-8E54-465E-825C-99712043E01C}
    There are hundreds of subkeys in that CLSID key but not many of them can be used as folder names (well they can but they wont do anything) but if you do some searching in that key for specific things you can find useful ones - for example naming a folder this will make it a shortcut to the Network and Sharing Centre Something.{8E908FC9-BECC-40f6-915B-F4CA0E70D03D} (minus the smiley face of course)
    What I wrote was an almost literal quote from the blog I posted earlier in this thread.
    I figured the MS employee would know about it
    I code C#....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width