Windows 8.1 Registry Tweaks

Discussion in 'Windows 8' started by MSMG, Jul 2, 2013.

  1. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,764
    1,001
    180
    #201 cuteee, Apr 21, 2014
    Last edited by a moderator: Apr 20, 2017
    I don't understand what this tweak do.
     
  2. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    #202 RickSteele, Apr 21, 2014
    Last edited: Apr 22, 2014
    When you download a file from the internet and try to do anything with it you are prompted for authorization to perform the action. To eliminate this annoyance you must right click the file and uncheck "block" in file properties, or merge the above reg file to eliminate it permanently; particularly useful if one downloads alot of individual files of any type or if a particular file is referenced in runonce or other unattended command and the unblock is not enabled.
     
  3. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    #203 RickSteele, Apr 22, 2014
    Last edited by a moderator: Apr 20, 2017
    Only for those running SSD as their boot drive; AHCI or RAID:

    Code:
    Windows Registry Editor Version 5.00
    
    ; Disable Superfetch
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SysMain]
    "DisplayName"="Superfetch"
    "Start"=dword:00000004
    
    and for any configuration:

    Code:
    Windows Registry Editor Version 5.00
    
    ; Disable ReadyBoot
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\Autologger\ReadyBoot]
    "Start"=dword:00000004
    
    Disabling ReadyBoot did in my case solve some abhorrent issues Windows 8.1 Pro x64 had with my USB flash drives-2 or 3-and if one Disables Superfetch so should ReadyBoot be disabled.
     
  4. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,764
    1,001
    180
    I didn't have "block" problem in file properties.
     
  5. RickSteele

    RickSteele MDL Addicted

    Nov 12, 2009
    833
    483
    30
    Good, don't use the reg tweak.
     
  6. =)(=

    =)(= Guest

    #206 =)(=, Apr 27, 2014
    Last edited by a moderator: Apr 20, 2017
  7. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    #207 EFA11, May 12, 2014
    Last edited by a moderator: Apr 20, 2017
  8. WIKIMACK

    WIKIMACK MDL Expert

    Nov 10, 2011
    1,533
    1,009
    60
    hi,

    lot of thanks that

    useful tweak

    wiki:worthy:
     
  9. Shenj

    Shenj MDL Expert

    Aug 12, 2010
    1,554
    654
    60
    #209 Shenj, May 12, 2014
    Last edited by a moderator: Apr 20, 2017
    Uhm, what are you actually asking for?

    If you want a cleaner solution (only w8+) then something like this will do.

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\Directory\shell\cmd]
    "Icon"="imageres.dll,-5323"
    "MUIVerb"="@shell32.dll,-37415"
    ;Alternative text
    ;"MUIVerb"="@shell32.dll,-22022"
    "Position"="Bottom"
    "SubCommands"="Windows.MultiVerb.cmd;Windows.MultiVerb.cmdPromptAsAdministrator"
    
    [HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]
    "Icon"="imageres.dll,-5323"
    "MUIVerb"="@shell32.dll,-37415"
    ;Alternative text
    ;"MUIVerb"="@shell32.dll,-22022"
    "Position"="Bottom"
    "SubCommands"="Windows.MultiVerb.cmd;Windows.MultiVerb.cmdPromptAsAdministrator"
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. EFA11

    EFA11 Avatar Guru

    Oct 7, 2010
    8,710
    6,739
    270
    yeah cleaner Shenj, thanks :)
     
  11. WIKIMACK

    WIKIMACK MDL Expert

    Nov 10, 2011
    1,533
    1,009
    60
    #211 WIKIMACK, May 12, 2014
    Last edited by a moderator: Apr 20, 2017
    Hi,
    PLEASE:
    What actually is this tweak?

    WIKI.;)
     
  12. CEW

    CEW MDL Senior Member

    Jan 21, 2011
    295
    157
    10
    #212 CEW, May 12, 2014
    Last edited by a moderator: Apr 20, 2017
    Code:
    [HKEY_CLASSES_ROOT\Directory\shell\cmd]
    @=""
    "NoWorkingDirectory"=""
    "SubCommands"=""
    "MUIVerb"="Command Prompt"
    "Icon"="cmd.exe"
    
    [HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
    @="cmd.exe /s /k pushd \"%V\""
    
    
    [HKEY_CLASSES_ROOT\Directory\shell\cmd\shell\runas]
    "MUIVerb"="Open Elevated CMD Here"
    "Icon"="cmd.exe"
    "HasLUAShield"=""
    
     
  13. Shenj

    Shenj MDL Expert

    Aug 12, 2010
    1,554
    654
    60
    #213 Shenj, May 12, 2014
    Last edited: May 12, 2014
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. WIKIMACK

    WIKIMACK MDL Expert

    Nov 10, 2011
    1,533
    1,009
    60
    #214 WIKIMACK, May 14, 2014
    Last edited by a moderator: Apr 20, 2017
  15. islogged

    islogged MDL Novice

    May 3, 2014
    20
    1
    0
    #215 islogged, May 20, 2014
    Last edited: May 20, 2014
    I found where are the others commands as : Windows.MultiVerb.cmd

    Q1 : I can't find Disable/Enable firewall, did it exist or not ?

    Q2 : When i see (for example) ExplorerCommandHandler : {4ac6c205-2853-4bf5-b47c-919a42a48a16}
    Is it possible to execute {4ac6c205-2853-4bf5-b47c-919a42a48a16} in another way like batchfile, scripts, c# code or etc ...

    Thank you ... so much xD
     
  16. Super User

    Super User MDL Addicted

    Jun 26, 2012
    541
    274
    30
    Since Win 8.1 Update 1 metro apps have taskbar with minimize ( "_") and close ("x") buttons. As probably all of you already know, "x" actually doesn't close app, just tombstones it in RAM. To close app completely, it's still needed to grab it and pull it down and wait for close animation. So, I was wondering, maybe there is a registry tweak to change behavior of "x" button, that click of this button would closed app completely?:confused:
     
  17. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    Alt +F4 might help
     
  18. Super User

    Super User MDL Addicted

    Jun 26, 2012
    541
    274
    30
    Thanks Paul, I know this useful trick;) Just wondering if it can be done via registry tweak.
     
  19. Superfly

    Superfly MDL Expert

    Jan 12, 2010
    1,142
    543
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Super User

    Super User MDL Addicted

    Jun 26, 2012
    541
    274
    30