GodMode In Windows 7

Discussion in 'Windows 7' started by badgeruk, Jan 5, 2010.

  1. SCBrigth

    SCBrigth MDL Senior Member

    May 9, 2009
    489
    73
    10
    #21 SCBrigth, Jan 7, 2010
    Last edited by a moderator: Apr 20, 2017
    Wow! Great research you made!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Raoul

    Raoul MDL Junior Member

    Aug 8, 2009
    61
    10
    0
    Mr Jinje,

    Do you know if its possible to create the "AdminMode" in the startmenu it self, you where the Run../control panel/documents links are?

    Would be nice to have a link for the "AdminMode" right under Control Panel! :D
     
  3. kdo2milger

    kdo2milger MDL Senior Member

    Jan 5, 2010
    371
    25
    10
    right click and pin to start menu.
     
  4. MrCobra

    MrCobra MDL Novice

    Nov 23, 2008
    34
    6
    0
    It's better to use C:\Windows\explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C} as the shortcut since using the created folders as shortcuts can cause BSODs.
     
  5. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    #27 Mr Jinje, Jan 8, 2010
    Last edited by a moderator: Apr 20, 2017
    Updated to McCobra

    This registry setting add the "Control Panel - All Tasks" aka AdminMode via right click.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Folder\shell\AdminMode\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,20,00,73,00,68,00,65,00,6c,00,6c,00,3a,00,3a,00,3a,00,7b,00,45,00,44,\
      00,37,00,42,00,41,00,34,00,37,00,30,00,2d,00,38,00,45,00,35,00,34,00,2d,00,\
      34,00,36,00,35,00,45,00,2d,00,38,00,32,00,35,00,43,00,2d,00,39,00,39,00,37,\
      00,31,00,32,00,30,00,34,00,33,00,45,00,30,00,31,00,43,00,7d,00,00,00
    Hex string is.

    Code:
    %SystemRoot%\Explorer.exe shell:::{ED7BA470-8E54-465E-825C-99712043E01C}
     
  6. zamolxis

    zamolxis MDL Novice

    Jan 5, 2010
    12
    0
    0
  7. Veegertx

    Veegertx MDL Junior Member

    Jul 23, 2009
    63
    17
    0
  8. Mr Jinje

    Mr Jinje MDL Expert

    Aug 19, 2009
    1,770
    1,101
    60
    Anybody know how to add this to the right click of the taskbar alongside the "Start Task Manager" and "Lock the Taskbar" commands. Haven't been able to track down the correct key yet.