[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
    Ahhh i really forgot about that
    Done.
     
  2. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    So couple things...

    Where is the remove apps menu in version 2.0?

    Did you add a possibility to completely disable Firewall and Defender?

    Seeing as you removed a lot of the apps, would you be opposed to also removing Cortana and Edge? I feel that it would just make it a more complete tool if you do as people who are like me, who want to remove everything from their just gaming computer, can just use your tool and not have to use 2-3 tools to accomplish the same task. Sure, include your popup that says you cannot undo it, that is fine. But I would appreciate it if you added the code to do that!
     
  3. slackeritguy

    slackeritguy MDL Member

    Jun 27, 2013
    163
    25
    10
    I would like to know this as well lol :)

    Also, I think you should really consider adding an option for running the script offline, some of us would really like to set all of this up before going online.
     
  4. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    Wait! We have to be online to run this? WHY?!?! I will not use this if I have to be online. Before I even plug in my Ethernet cord I make sure my computer is customized the way I like it. Please remove the online crap!!!
     
  5. slackeritguy

    slackeritguy MDL Member

    Jun 27, 2013
    163
    25
    10
    I clean installed Windows 10 on my secondary home PC a couple of hours ago, and the script would not run offline, only when I went online, so it definitely has to do with the check it does at the beginning to see if you're running the latest version.
     
  6. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    not cool!!!
     
  7. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,256
    1,155
    60
    If you disable Widows Firewall service, you will not be able to install/update apps in store. But just turning it off is easy:

    netsh advfirewall set allprofiles state off

    As for Windows Defender, it is a bit more complicated, because it has registry protection in place.
    You have to disable it manually and then use commands to disable it, before it re-enables itself again.

    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WdNisSvc" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\SYSTEM\CurrentControlSet\Services\WinDefend" /v "Start" /t REG_DWORD /d "4" /f
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d "1" /f
    reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SpyNetReporting" /t REG_DWORD /d "0" /f
    reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Spynet" /v "SubmitSamplesConsent" /t REG_DWORD /d "0" /f
     
  8. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    Once again, I am looking for an all in one solution and was hoping he might add it to the script.
     
  9. slackeritguy

    slackeritguy MDL Member

    Jun 27, 2013
    163
    25
    10
    Awesome, thanks for taking our feedback into account.
     
  10. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Users feedback is what makes any software Great
     
  11. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    lol ... you need to spy on user's private data like MS does and you get a perfect software :D

    This message comes from a none-paranoiac ...
     
  12. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    #293 Yasser Da Silva, Sep 2, 2015
    Last edited: Sep 2, 2015
    (OP)
    :g:Nice idea i will add it in the next update Lol :D (just kidding)
     
  13. M&J

    M&J MDL Junior Member

    Nov 30, 2012
    79
    17
    0
    I am AMAZED you know not what happens when you Spy on people when you have the Evidence
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. SightUp

    SightUp MDL Senior Member

    Aug 17, 2010
    259
    12
    10
    If you keep this dev. up and keep going with it like you are, as in how fast you are doing it, I am sure that this tool will be the top tool that people use!
     
  15. M&J

    M&J MDL Junior Member

    Nov 30, 2012
    79
    17
    0
    That is well said but it wont be something people use If they are AWARE they're being SPIED on
    I Expect "Yasser Da Silva" to know better. You're blocking Microsoft from SPYING on you but you want to SPY on others.
    Tell me what you see happening when we became aware of Microsoft SPYING...
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    I was just kidding ;)
     
  17. hekee

    hekee MDL Novice

    Sep 3, 2015
    3
    0
    0
    Lol How do I open this? Its default to notepad. I tried manually to open from "%windir%\system32\cmd.exe" -path, but I got some error. :g: