[Script] Win 10 Toggle Tweaker (V4.0) -Official thread-

Discussion in 'Windows 10' started by Yasser Da Silva, Aug 12, 2015.

Tags:
?

How helpful is this Windows 10 Tweaker for you !

  1. 10/10 / Very handy (Must have tweaker)

    74.6%
  2. 5/10 / It's good.

    20.7%
  3. 0/10 :( / Not helpful at all

    4.7%
  1. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    :yeahyeah:

    send the to me in Private message
     
  2. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    #82 Yasser Da Silva, Aug 18, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
  3. johnye_pt

    johnye_pt MDL Addicted

    Aug 26, 2010
    741
    377
    30
    Don't worry, it already does that with "echo Removing !AppFullName!..." and "echo Restoring !AppFullName!...". I'll send you the code in PM. Just don't run it yet :D
     
  4. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    It may be worth to "PIN" this thread ?!?!

    :)
     
  5. Carol666

    Carol666 MDL Member

    Aug 12, 2015
    129
    10
    10
    Should add to it remove cortana and all other stuff there's not much in it atm
     
  6. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    #87 TONSCHUH, Aug 18, 2015
    Last edited by a moderator: Apr 20, 2017
    Maybe "Grant Admin Full Control" (I'm not sure who to credit for it (?)):

    Code:
    Windows Registry Editor Version 5.00
    
    
    [HKEY_CLASSES_ROOT\*\shell\runas]
    @="Grant Admin Full Control"
    "NoWorkingDirectory"=""
    
    
    [HKEY_CLASSES_ROOT\*\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    
    
    [HKEY_CLASSES_ROOT\exefile\shell\runas2]
    @="Grant Admin Full Control"
    "NoWorkingDirectory"=""
    
    
    [HKEY_CLASSES_ROOT\exefile\shell\runas2\command]
    @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
    
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas]
    @="Grant Admin Full Control"
    "NoWorkingDirectory"=""
    
    
    [HKEY_CLASSES_ROOT\Directory\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
    
    ... and "GOD-Mode":

    Code:
    Create a Folder on c:\ to get the GOD-Mode going, which gives you plenty usable short-cuts:
    
    
    GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
    
    :)
     
  7. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    #88 fLOW., Aug 18, 2015
    Last edited by a moderator: Apr 20, 2017
    If you have the system installed on SSD:

    Disable Superfetch
    Code:
    sc config SysMain start= disabled
    Disable Prefetch
    Code:
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters" /v "EnablePrefetcher" /t REG_DWORD /d "0" /f    
    
    - Default value is 3
    Disable ReadyBoot
    Code:
    reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\Autologger\ReadyBoot" /v "Start" /t REG_DWORD /d "0" /f      
    
    - Default value is 1
    Disable Bing on Search
    Code:
    Add
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /t REG_DWORD /d "0" /f
    
    Restore
    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Search" /v "BingSearchEnabled" /f
     
  8. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    That Would be GREAT

    can any one here talk at this forum to do that !!
     
  9. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    It's not easy but i will look for it
     
  10. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    i will add it next version in performance section
     
  11. M&J

    M&J MDL Junior Member

    Nov 30, 2012
    79
    17
    0
    #92 M&J, Aug 19, 2015
    Last edited: Aug 19, 2015
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. M&J

    M&J MDL Junior Member

    Nov 30, 2012
    79
    17
    0
    #95 M&J, Aug 19, 2015
    Last edited: Aug 19, 2015
    The wider is what I mean. Look again at the photo, half the wide side is empty it should be able to re-size
    Up and Down re-size alright but not the right side
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. M&J

    M&J MDL Junior Member

    Nov 30, 2012
    79
    17
    0
    If you're able you can add:
    When explorer is clicked on the taskbar it opens to This PC/My computer
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30

    Done.
    Next version it will be there
     
  15. Carol666

    Carol666 MDL Member

    Aug 12, 2015
    129
    10
    10
    There's a bug as this script doesn't disable runtime brooker. It will stop for a sec and will start again ;)