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

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    You need to delete the end .txt extension and then it will open.
     
  2. hekee

    hekee MDL Novice

    Sep 3, 2015
    3
    0
    0
    Of course, should have known, thanks!
     
  3. twue

    twue MDL Novice

    Jul 20, 2015
    8
    1
    0
    Thanks for this Yasser Da Silva will give it a try m8 ;)
     
  4. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    it disables Real time protection ....!!
     
  5. Xadiaris

    Xadiaris MDL Novice

    Apr 23, 2008
    34
    10
    0
    Please enter a valid number...

    Untitled.png
     
  6. MrTweakFreak

    MrTweakFreak MDL Junior Member

    Jul 31, 2009
    91
    13
    0
  7. gabb

    gabb MDL Junior Member

    Sep 17, 2008
    93
    24
    0
    Yasser, I tried opening the script "offline" by blocking the connection request with Comodo and script closes with an "unexpected error".
     
  8. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    I fixed it for the next version ... if you can't wait here is how to fix it
    after line 2379 add these two lines

    IF "%input%"=="9" (GOTO S9)
    IF "%input%"=="10" (GOTO S10)
     
  9. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Lol .
     
  10. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Just disconnect your WiFi or Internet Line and run the script V2.1
     
  11. Xadiaris

    Xadiaris MDL Novice

    Apr 23, 2008
    34
    10
    0
    AND
    if %input% GTR 10 echo.
    TO
    if %input% GTR 12 echo.
     
  12. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30

    it does not really matter
    even if you set it to 2

    because the script will apply the first command, E.g:
    IF "%input%"=="1" (Goto S1)
    ....
    IF "%input%"=="10" (GOTO S10)
    IF "%input%"=="11" (Goto S11)
    if %input% GTR 10 echo.
    echo Please enter a valid number
    echo.
    pause
    cls
    GOTO 23

    the script will check if Input = 1 then 2 until 11
    and if it is 11 you will see the "S11" page
    and the script do not apply the GTR line because the other command us before it
     
  13. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Disable gives you better SSD performance
     
  14. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    Were you able to fix the issues in 2.1 yet with everything? Or was it user error?
     
  15. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10