[Script] Windows 10 TNBT (The next big Tweak) v6.5.6 -official thread-

Discussion in 'Windows 10' started by uniQ168, Aug 2, 2015.

  1. anxiousape

    anxiousape MDL Novice

    Jul 30, 2009
    16
    4
    0
    #41 anxiousape, Aug 3, 2015
    Last edited: Aug 3, 2015
    SSD tweaks would be nice. It's unfortunate that, although Windows enables TRIM for SSD drives, users have to manually disable defragmentation schedule in C: properties. Sometimes AHCI mode isn't enabled even if it's enabled in BIOS. Some basic SSD tweaks - disable:
    • defrag
    • prefetch and superprefetch
    • boot tracing
    • indexing
    • 8.3 filenames
    • file last accessed timestamp
     
  2. nyhmbo

    nyhmbo MDL Novice

    Apr 1, 2015
    39
    5
    0
    true hostfile doesn't change
     
  3. Snoop05

    Snoop05 MDL Member

    Mar 2, 2015
    111
    59
    10
    #43 Snoop05, Aug 3, 2015
    Last edited by a moderator: Apr 20, 2017
    Code:
    # dd if=/dev/sdXY | gzip -1 > sdXY.img.gz
    The only solution you can be sure. System restore cannot make 1:1 copy.

    EDIT: Confirmed
     
  4. luxflux

    luxflux MDL Novice

    Mar 19, 2014
    30
    23
    0
    Forgot about that... Thanks for informing/reminding me, since I do use an SSD and definitely don't want defrag enabled on it.
     
  5. mmtrt

    mmtrt MDL Novice

    Oct 20, 2010
    22
    3
    0
    #45 mmtrt, Aug 3, 2015
    Last edited by a moderator: Apr 20, 2017
    For restoring removed metro apps by TNBT.

    Run as admin--> Powershell

    Try this command to restore metro apps (its not tested but should work though use it at your own risk).

    Code:
    Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
     
  6. kbal

    kbal MDL Junior Member

    Mar 17, 2015
    54
    12
    0
    Thanks for making this tool, please keep working on it.

    I'd like to see disable driver enforcement signature :tasty:
     
  7. everesee

    everesee MDL Senior Member

    Mar 28, 2012
    284
    52
    10
    #47 everesee, Aug 3, 2015
    Last edited: Aug 3, 2015
    How can i restore back old regs? ...just didn't read text about Cortana, now my cortana is just f* up ...

    P.S: Go & use Windows XP if you really want most of these tweaks :eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Snoop05

    Snoop05 MDL Member

    Mar 2, 2015
    111
    59
    10
    Just like in previous versions (Recovery, Advanced Startup Options), for "permanent" solution, you will need to switch to "test mode", you will have watermark on desktop and so on.
     
  9. sukinsin88

    sukinsin88 MDL Addicted

    Oct 17, 2012
    731
    43
    30
    can choose options in the cmd manually because i dont need everything to run there :confused:
     
  10. uniQ168

    uniQ168 MDL Junior Member

    Jul 18, 2015
    75
    319
    0
    Yes I will add all options into the script soon.

    I can also confirm a bug with the hosts file injection. Will be fixed when I'm home. :) Sorry for the inconvenience.
     
  11. mimart7

    mimart7 MDL Senior Member

    Aug 28, 2012
    331
    84
    10
    Has anyone tried running sfc/scannow after apply these tweaks? I ran a script that performed many of the same tweaks. I ran sfc/scannow before and after running the script I used. Before, there were no corruptions, after there were. Using the dism options, even with the install media, I could not repair the corruption, and I had to reinstall. System Restore did not fix the problem. Just make sure you image your current install before trying any of these tweaks, so it will take a lot less time to reinstall in case something goes wrong.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    There is nothing harmful or irreversible except those 2:

    REG DELETE "HKEY_CLASSES_ROOT\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1
    REG DELETE "HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}" /f > NUL 2>&1

    SFC scan can not fix missing registry entries, only missing files, like removed Cortana, Defender or OneDrive.
     
  13. darkeiri

    darkeiri MDL Novice

    Apr 23, 2010
    7
    1
    0
    May I suggest adding a "Disable Windows Defender forever" complete with stopping the services and all that? It doesn't detect Malwarebytes Premium and keeps running alongside it, so I disabled it manually with Regedit \ Policies \ etc. It would be nice to have a tool to do it quickly on other PCs :D
     
  14. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    Why the heck Are you all using sfc /scannow or dism to repair stuff when I already made a script to undo everything :confused:
     
  15. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    :confused::confused::confused:

    I made a script and posted the link already to it.
     
  16. olegeiser

    olegeiser MDL Novice

    Feb 17, 2010
    1
    0
    0
    I for one really do appreciate all the hard work and time you have put in to this......
     
  17. uniQ168

    uniQ168 MDL Junior Member

    Jul 18, 2015
    75
    319
    0
    #58 uniQ168, Aug 3, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Alright, I updated to v1.4 which fixes a few things mentioned here. It also gives you the options to skip certain tweaks.
    Next, I'll be working on a proper revert script for you. :)

    Code:
    v1.4 Changelog:
    - Added options for all tweaks
    - Disable Windows Update sharing
    - Fixed hosts file injection
    - Added option to disable OneDrive
    - Remove windows default apps *UPDATED*
     
  18. compgen_1534

    compgen_1534 MDL Addicted

    Jul 26, 2015
    510
    279
    30
    #59 compgen_1534, Aug 3, 2015
    Last edited by a moderator: Apr 20, 2017
    I keep updating the reversal script so there's new one :)

    Is it possible you can change the reversal script I made to selecting which tweaks we want removed like remove this pc icon y/n thanks.
    Or is that not a good idea.
     
  19. uniQ168

    uniQ168 MDL Junior Member

    Jul 18, 2015
    75
    319
    0
    I'll start working on a reversal script based on the current v1.4 with all the options available. :)
    I've installed a fresh W10 on a virtual machine just to doublecheck the default values.

    Thanks for your work on the reversal script so far. Much appreciated. :)