[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.8%
  2. 5/10 / It's good.

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

    4.7%
  1. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Mar 15, 2015
    523
    2,567
    30
  2. WIKIMACK

    WIKIMACK MDL Expert

    Nov 10, 2011
    1,535
    1,006
    60
    hi, same problem :vampire:
     
  3. MrMousePT

    MrMousePT MDL Novice

    Sep 12, 2015
    3
    0
    0
    Btw you could also add a tweak in your script for changing windows 10 clock back to the old one in windows 7/8.1

    REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ImmersiveShell" /v "UseWin32TrayClockExperience" /t REG_DWORD /d 1 /f
     
  4. trik

    trik MDL Novice

    Aug 21, 2015
    27
    24
    0
    Thanks For Toggle
     
  5. imiimi

    imiimi MDL Novice

    Oct 6, 2009
    18
    13
    0
    #505 imiimi, Oct 30, 2015
    Last edited by a moderator: Apr 20, 2017
    thanks but it didnt help but i found another way,
    changing download address in this line:
    echo strFileURL = "https://dl.dropbox.com/s/rb0qwjsf9ptgpky/TWV.txt?dl=1" > TWV.vbs
    to: dl.dropboxusercontent.com
    also for ping should use "dl.dropboxusercontent.com" because there isnt "dropboxusercontent.com" address(!)

    this is my problem and if you see this is make problem for others dont attend :rolleyes:
    -----------------------------

    i have another request, if it is possible add below tweak (i dont know it's cmd commands):
    Open with Notepad for right click:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
    
    [HKEY_CLASSES_ROOT\*\shell\Open with Notepad\command]
    @="notepad.exe %1"
    
    for remove it:
    Code:
    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT\*\shell\Open with Notepad]
    
    
    also if you could find a way to run as adim notepad in right click it will be great ;)
     
  6. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Mar 15, 2015
    523
    2,567
    30
    I fixed the download problem and added Open with Notepad
    your suggestion made it even faster to check for the update. Thank you
     
  7. mlduser

    mlduser MDL Novice

    Aug 31, 2015
    1
    0
    0
    Hi thanks for making this.

    With 2.6 im getting a lot of errors which i cannot read because they dissappear quickly.
    But if i choose to disable telemetry "Stop various other telemtry settings" 11D, the script crashes completely.

    Also i think some part of it is blocking Ms Office activation servers, as my office suddenly shows unlicenced.
     
  8. smith454

    smith454 MDL Novice

    May 29, 2013
    43
    0
    0
    Can you kindly add a "turn off screen" feature to the power options on Desktop. Sometimes, I just want to turn off the screen light of my laptop instantly without waiting for the timeout that I set by default. Thanks.
     
  9. johnye_pt

    johnye_pt MDL Addicted

    Aug 26, 2010
    720
    350
    30
  10. johnye_pt

    johnye_pt MDL Addicted

    Aug 26, 2010
    720
    350
    30
    #510 johnye_pt, Nov 2, 2015
    Last edited by a moderator: Apr 20, 2017
    Yasser - just did a quick search for "tab" in your batch file and you don't have a tweak to change alt-tab to classic mode. It's waaaayyyyy more faster than the new alt-tab which got even slower in Windows 10. The new alt-tab adds a preview of each window, which creates a lag that makes you have to hold the alt key a little longer instead of instantly switching between windows.

    Enable Classic Alt-Tab:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "AltTabSettings"=dword:00000001
    Disable Classic Alt-Tab:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
    "AltTabSettings"=-

    Here's another one, increase Taskbar Thumbnail size to 0x190/400, you can try other numbers. The original size is just to small for me:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
    "MinThumbSizePx"=dword:00000190
    Reset Taskbar Thumbnail size:
    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband]
    "MinThumbSizePx"=-
     
  11. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Mar 15, 2015
    523
    2,567
    30
    I saw that tweak before and tried but i didn't notice any change so i prefered the look and didn't care about it
    but as long as it will help someone I'll add it for sure

    Nice tweak for big Screens


    I will add them in the Enable/Disable section
     
  12. shamu726

    shamu726 MDL Junior Member

    Nov 29, 2012
    51
    22
    0
    Tried it on the latest TP and it required a reboot (or a forced restart of Explorer) to show effect.
     
  13. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Mar 15, 2015
    523
    2,567
    30
    yes it require an explorer.exe restart
     
  14. smith454

    smith454 MDL Novice

    May 29, 2013
    43
    0
    0
  15. slackeritguy

    slackeritguy MDL Member

    Jun 27, 2013
    151
    20
    10
    Used 2.6 yesterday on my secondary PC, a clear upgrade vs older builds, thanks mate.

    One suggestion though, It would be insanely cool if we could have like a "master switch" to disable all things related to Telemetry.

    Thanks again mate.
     
  16. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Mar 15, 2015
    523
    2,567
    30
    Advanced coming to the script..

    In the coming versions i will try to go to more advanced stuff not just Reg tweaks
    I have some ideas that i am testing their codes and i hope they will come soon to the Script
    any ideas i will be happy to check them
     
  17. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Mar 15, 2015
    523
    2,567
    30
  18. The_GEE_Team

    The_GEE_Team MDL Junior Member

    Aug 8, 2012
    68
    14
    0
    This is great, keep up the good work.
    In fact, I was looking for an option to add other folders to 'Folders' under to 'This PC'.
    hope to see that soon. thank you
     
  19. gastro

    gastro MDL Member

    Jul 22, 2009
    130
    3
    10
    I can't find how to remove Cortana. Any help?
     
  20. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Mar 15, 2015
    523
    2,567
    30
    3. Enable/Disable stuff In Windows 10 => 10. More.. => 7. Completely uninstall Cortana (and search service)