[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. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,355
    2,311
    60
  2. dariwonka

    dariwonka MDL Novice

    Feb 23, 2012
    40
    5
    0
    yeah, I would love an update! :)
     
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,379
    340
    Huh? After that long time even on GitHub and the quite big delete bug is still there!

    Code:
    echo                                            Removing OneDrive leftovers.
    echo ---------------------------------------------------------------------------------------------------------------------
    
    echo.
    rd "%USERPROFILE%\OneDrive" /Q /S > NUL 2>&1
    rd "%systemroot%/Users/%username%/OneDrive" /Q /S > NUL 2>&1
    rd "C:\OneDriveTemp" /Q /S > NUL 2>&1
    rd "%LOCALAPPDATA%\Microsoft\OneDrive" /Q /S > NUL 2>&1
    rd "%PROGRAMDATA%\Microsoft OneDrive" /Q /S > NUL 2>&1
    rd "%Windir%\SysWOW64" /Q /S > NUL 2>&1 
    TASKKILL /F /IM OneDrive.exe /T 
    This tries to silently delete the complete SysWOW64 folder (x86 virtualization layer).

    Was already reported years ago in this very thread!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Thanks for reporting this, i stopped working on this script two years ago and i missed a lot of your feedback
    i'm going through the comments and i'll be posting an update soon

    Just fixed this one on GitHub

     
  5. Tr3bg0D

    Tr3bg0D MDL Junior Member

    May 8, 2011
    94
    3
    0
    You did not update the version #
     
  6. yoko666

    yoko666 MDL Novice

    Jun 23, 2014
    28
    0
    0
  7. drew84

    drew84 MDL Expert

    Mar 13, 2014
    1,355
    2,311
    60
    The geeser has returned to this thread after 2+ years... asking for support
    yet no one has bothered to ask him the reason for his absence..... all he has got is criticism

    ... welcome back mate, by all means develop the work... it is the reason why i posted the link to your GIT page
    in the hope that if anyone can contribute (no matter how small) , they can freely do so
     
  8. bill.i.am

    bill.i.am MDL Novice

    Oct 27, 2015
    10
    6
    0
    For the last 2 years, I regularly use the script (v3.5) for my various Windows 10 LTSB 1607 install instances, mainly to disable telemetry, remove crapware like OneDrive and Cortana, and restore Photo Viewer

    In recent times, Windows 10 LTSC 1809 has different, sneakier ways of going about intrusive settings and Toggle Tweaker doesn't work with this latest version.

    So yes, if you are going to update the script, you have at least one supporter here!
     
  9. zamica

    zamica MDL Member

    Oct 1, 2012
    149
    21
    10
    please update we need it
     
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,379
    340
    Enterprise = GPO (in opposite to Pro they don't get ignored here) :cool2:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. bill.i.am

    bill.i.am MDL Novice

    Oct 27, 2015
    10
    6
    0
    I do that for my primary machine but the ease of use of Toggle Tweaker does serve a purpose in, for example, set up of several instances of Windows.
     
  12. KeithGS

    KeithGS MDL Novice

    Dec 12, 2010
    42
    13
    0
    upload_2018-12-7_0-28-35.png

    just sits there.. needs updated, please :)


    edit: nvm, just took forever
     
  13. huynhtan

    huynhtan MDL Novice

    Feb 28, 2011
    1
    0
    0
  14. wladw

    wladw MDL Member

    May 7, 2015
    147
    26
    10
    Thank you for update version 4.0 Yasser!
     
  15. pf100

    pf100 Duct Tape Coder

    Oct 22, 2010
    2,069
    3,449
    90
    I'm not trying to speak bad of anyone, but in my opinion an error of this magnitude is inexcusable. I realize people aren't perfect and mistakes are made, but how can anyone who knows anything about how windows works possibly miss an error like this and then leave it in the code for what, 2 years? This looks to be intentional. Someone please explain to me how this is not intentional. In writing a script, there's no possible way I could miss an error that bad. Even if the author is copying and pasting pieces of code, in what possible scenario would you think it's okay to even attempt to delete SysWOW64? Damn, that's a bad mistake. It's the worst mistake I've ever seen in any professional batch script.
     
  16. lolnothankyou

    lolnothankyou MDL Novice

    Jul 27, 2018
    48
    67
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. C-Fu

    C-Fu MDL Novice

    Aug 27, 2017
    9
    1
    0
    I found a bug.
    "Release and renew the IP address from DHCP server" option hangs on me because I have VirtualBox Host-Only Ethernet, and that is Enabled. Manually disabling it fixes the problem.

    Keep up the good work!