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

    johnye_pt MDL Addicted

    Joined:
    Aug 26, 2010
    Messages:
    720
    Likes Received:
    350
    Trophy Points:
    30
    You probably should have done a backup of the drive before using a batch that messes with the internals of the operating system, it seems it hasn't been fully updated to comply with the latest build of Windows 10 so it's prone to create havoc within the system. Most likely the only solution now is to reformat / reset your operating system. I'm all for tweaking as long as it's limited to registry settings...
     
  2. Smoothrunnings

    Smoothrunnings MDL Novice

    Joined:
    Dec 18, 2015
    Messages:
    12
    Likes Received:
    4
    Trophy Points:
    0
    Hey,

    Is there going to be a new update out for this soon? It doesn't work properly on Windows 10 Anniversary. For instance the Windows Denfender disable doesn't work. When I disable windows defender even though everything shows it's disabled the Defender icon shows up in the task bar saying the system is protected. This is even after I do a clean install and run Toggle Tweaker 3.5.

    Thanks,
     
  3. mc.mc

    mc.mc MDL Novice

    Joined:
    Nov 25, 2012
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    0
    Can't dl from mediafire (looping redirect) both ff and ie; any other link?
     
  4. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Joined:
    Mar 15, 2015
    Messages:
    523
    Likes Received:
    2,567
    Trophy Points:
    30
    Hello there guys
    Am really sorry that i wasn't following your feedback and updating this tool
    the thing is that i haven't checked the news or this forum for months :weep:
    and that because i started college and am not home so no Wifi only 3G-4G
    but with the offers of the telecom company (3Go of 4G for one month = the equivalent of 20$ USD )
    so that's why i didn't have internet on my PC
    Anyways i have exams this week and i promise you after that i will take a look here and try to update this tool
    so if anyone of you have any suggestions i will be looking into them of course with old ones
     
  5. nsnt

    nsnt MDL Novice

    Joined:
    Nov 25, 2016
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    thanks for anyone good person helping us
     
  6. coromonadalix

    coromonadalix MDL Senior Member

    Joined:
    Jul 21, 2009
    Messages:
    438
    Likes Received:
    86
    Trophy Points:
    10
    #927 coromonadalix, Nov 27, 2016
    Last edited: Nov 27, 2016
    Toggle tweaker is very good, my only complaint is : there should be less sub menus, and or just rewrite the titles to Ex: enable/disable "Main Menu" , User Interface "Main Menu" Etc... i'm getting lost in the menus ...

    Im trying to rewrite the batch file to simplify a few things and add some tweaks like : disable the Aero Shake "with" the disable Aero Snap, the OEM section is missing a "blank or wipe all informations", the Disable Quick Access (in my case on redstone 2 Entreprise) need to take ownership of a registry key with SETACL ... tweak toggle is not strong enough in this case ? adding an Open Command Prompt from HERE ...

    Maybe add install wim tweak functions to help in certain case. To efficiently kill and remove Cortana and related services would be my savior :)

    My perfect tweaker would be an mix of:
    Toggle Tweaker
    Windows Tweaker 5.3.1
    OOSU10
    DONOTSPY 10
    added an old batch file of vista junk cleaner found and slightly modded ...

    but im not very good at coding :( i'm trying to follow the changes made with an registry snap shot before and after, but it generate very long lists of the registry, not only the changes made :(
     
  7. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Joined:
    Mar 15, 2015
    Messages:
    523
    Likes Received:
    2,567
    Trophy Points:
    30
    #928 Yasser Da Silva, Nov 27, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Need your Feedback !! Am rewriting the code

    I saw a lot of people complaining about this Tweaker is organized and that it's a lot of sub menus
    and i agree with them . it's triple that complexity in the code :p
    the problem here is that it's wasn't this complicated but every update i add something here or there and now i believe by the 20th update or more you can't find stuff unless you know exactly where it is . even if you use search that i added to the program you won't always find the option in the same place and that's because of the way i added it.. it's not automated which it means that every time i change an option i have to change it in the search and other places ...




    i did crazy stuff in batch that every one said to me it was impossible because of the limitations of the language but i did it anyway and it worked perfectly (at least for some time)
    it's a beautiful idea that everyone using the program can see the source code and change to fit his needs or post feedback to make this thing better and of course i want it to stay like that
    so here is what i want to do for one and for all :
    I want to rewrite the code again and test every option and even reorganize them in a way that is easy to find
    I know it will take time :tea: but at the end it will be good
    But I need your feedback and ideas to solve these problems that am having :


    • how to organize so much stuff in as less as possible sub-menus
    if i add a lot of stuff in one page there won't be a scroll bar because i have a limited number of lines and columns
    Code:
    mode con:cols=87 lines=28
    the first lines will be erased
    • How to make the interface look better without changing the programming language
    • How to make a better search option
    • A site to host my code on it
    Mediafire doesn't like too much traffic coming to one file that's why a lot of times the link stops working



    Any thing that you think would be helpful feel free to post it here.
    waiting for your feedback !!!
     
  8. coromonadalix

    coromonadalix MDL Senior Member

    Joined:
    Jul 21, 2009
    Messages:
    438
    Likes Received:
    86
    Trophy Points:
    10
  9. banyones

    banyones MDL Novice

    Joined:
    Jun 30, 2014
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    @Yasser I do not know if this was previously asked, but can you add a new option, to customize taskbar for those of use who don't want to activate it at all? I don't mind seeing this "Activate windows" and It would be nice to be able to customize some taskbar options. For example "use smaller icons in taskbar", "hide taskbar automatically", "taskbar location", "combine taskbar buttons". Someimes It's anyoning.
     
  10. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Joined:
    Mar 15, 2015
    Messages:
    523
    Likes Received:
    2,567
    Trophy Points:
    30
  11. Failstyle420

    Failstyle420 MDL Novice

    Joined:
    Jul 20, 2015
    Messages:
    7
    Likes Received:
    4
    Trophy Points:
    0
  12. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Joined:
    Mar 15, 2015
    Messages:
    523
    Likes Received:
    2,567
    Trophy Points:
    30
    #933 Yasser Da Silva, Dec 2, 2016
    Last edited: Dec 2, 2016
    (OP)
    and for those who don't like mouses
    there will be a button in the settings menu to change Input modes (Keyboard / Mouse)
     
  13. LivaditisD

    LivaditisD MDL Novice

    Joined:
    Oct 25, 2015
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    can you please share link?
     
  14. JoaoVr

    JoaoVr MDL Novice

    Joined:
    Jun 4, 2009
    Messages:
    30
    Likes Received:
    2
    Trophy Points:
    0
    Your program is mandatory for me!

    Normally I`m the guy that formats the computers of my family members and I keed a simple notepad file with the numbers of the tweaks that I normally use "ex: 3-6-3 remove something"

    Sometimes I get the impression that i select tings, but the result dosent happen at all...
     
  15. donkeymand

    donkeymand MDL Senior Member

    Joined:
    Dec 30, 2011
    Messages:
    375
    Likes Received:
    154
    Trophy Points:
    10
    He is not finished rewriting the whole code, so be patient :):clap:
     
  16. BongoKongo

    BongoKongo MDL Novice

    Joined:
    Apr 5, 2008
    Messages:
    5
    Likes Received:
    1
    Trophy Points:
    0
    #937 BongoKongo, Dec 10, 2016
    Last edited: Dec 10, 2016
    Is there a toggle tweaker undo script?
    I tried this tool and it fires up & checks for updates but then just disappears.
    So who knows if anything has been changed on my system.
    But I have noticed that a few services that are set to auto run are now set to manual start up.
     
  17. Yasser Da Silva

    Yasser Da Silva MDL Addicted

    Joined:
    Mar 15, 2015
    Messages:
    523
    Likes Received:
    2,567
    Trophy Points:
    30
  18. Borrowedwifi

    Borrowedwifi MDL Novice

    Joined:
    Jun 9, 2010
    Messages:
    18
    Likes Received:
    15
    Trophy Points:
    0
    Running in the background.

    Yasser, I have contributed nothing to your code,and for that reason, feel a bit selfish in asking for ANYthing, but I may as well put in my own interest, and that pertains to the extensive resettings that my machines have endured, unwanted, from Windows Update.

    In a previous post, I listed a lot of deeply-buried files where apps reside, and part of the extensive resettings involves the recreation of these files and apps, including Cortana, Edge, and One-drive.

    Might there be any way for a version of ToggleTweaker to run in the background, periodically checking to see if any of these files and apps have been re-created via Windows Update, and then just go ahead and automatically attack and destroy them?

    I'm sure I'm asking for far too much, and deserve nothing.

    Your work is top-notch and is appreciated more than I will ever be able to repay you.

    A thousand and one thanks.
     
  19. prashantsays

    prashantsays MDL Member

    Joined:
    Jun 13, 2016
    Messages:
    137
    Likes Received:
    46
    Trophy Points:
    10
    won't that hog upon system resources then? Some users don't like apps running in background, it feels creepy. No offence