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

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    I haven't found any unneeded services in Windows 10.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. vOzer

    vOzer MDL Novice

    Jul 26, 2015
    43
    8
    0
    win10 won't shut down my computer fully, I have to choose "Enable/Disable Hibernation", right?
    thanks!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Yes "Enable/Disable Hibernation" ;)
     
  4. johnye_pt

    johnye_pt MDL Addicted

    Aug 26, 2010
    741
    377
    30
    #44 johnye_pt, Aug 16, 2015
    Last edited by a moderator: Apr 20, 2017
  5. revertex

    revertex MDL Member

    May 30, 2010
    119
    46
    10
    I don't know which version of windows 10 you are using, but i can see a crapload of useless services.

    Still working in check wich ones can be disabled without break everything.

    I use to disable/change services from auto to manual since xp, some services can be disabled safely since you don't use any related resources.

    If you compare services between windows enterprise and windows home, you will see that there is several services that are disabled in home or don't even exist.

    Some services are useful only for tables or notebooks, being useless for desktops.
     
  6. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    #46 lobo11, Aug 16, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. scaramonga

    scaramonga MDL Senior Member

    Oct 27, 2012
    426
    261
    10
    Coming along nicely, thank you for update :)

    One suggestion. Can you fix the spelling error in menu, its irritating, lol :biggrin:

    Should be 'enable', not 'enabele' :clap:
     
  8. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,584
    5,362
    210
    Yup, that's a must:eek:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    #49 fLOW., Aug 16, 2015
    Last edited by a moderator: Apr 20, 2017
    Regarding the Enable/Disable "Windows Update Delivery Optimization"

    Code:
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "0" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "1" /f
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DeliveryOptimization\Config" /v "DODownloadMode" /t REG_DWORD /d "3" /f
    0 = Off
    1 = On, PCs on my local network
    3 = On, PCs on my local network, and PCs on the Internet
     
  10. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Lol i fixed that but didn't change images
     
  11. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Thanks for your suggestions :clap:
    i will add an update soon
    .......
    more suggestions would be great :D
     
  12. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    #52 fLOW., Aug 17, 2015
    Last edited by a moderator: Apr 20, 2017
    Enable/Disable Windows Smart Screen Filter

    Windows
    Code:
    reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_DWORD /d "Off" /f
    reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_DWORD /d "RequireAdmin" /f
    reg add "HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer" /v "SmartScreenEnabled" /t REG_DWORD /d "Prompt" /f
    Store
    Code:
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d "0" /f    -Off
    reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\AppHost" /v "EnableWebContentEvaluation" /t REG_DWORD /d "1" /f    -On
     
  13. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    is there a way to reinstall the apps that the user will remove !!
     
  14. johnye_pt

    johnye_pt MDL Addicted

    Aug 26, 2010
    741
    377
    30
    #54 johnye_pt, Aug 17, 2015
    Last edited by a moderator: Apr 20, 2017
    I had to Google for that answer, but here it goes:
    Code:
    powershell.exe -command "Add-AppxPackage -register 'C:\Program Files\WindowsApps\PackageFullName\AppxManifest.xml' -DisableDevelopmentMode"
    For example, I just restored the Store app by running:
    Code:
    powershell.exe -command "Add-AppxPackage -register 'C:\Program Files\WindowsApps\Microsoft.WindowsStore_2015.8.3.0_x64__8wekyb3d8bbwe\AppxManifest.xml' -DisableDevelopmentMode"
    For that you'll have to backup the PackageFullName of the apps you remove so you can restore them later, but they are also on the registry. Just searched for 3dbuilder in my registry and found it and all others in [HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\PackageRepository\Packages] and in [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\PackageRepository\Packages]. Now there's "only" the question of figuring out how to detect if an app is or is not installed.

    And for the previous Remove command I posted, it might be better to only use quotes for "Remove-AppxPackage PackageFullName", like this:
    Code:
    powershell.exe -command "Remove-AppxPackage PackageFullName"
     
  15. Yasser Da Silva

    Yasser Da Silva MDL Senior Member

    Mar 15, 2015
    499
    2,567
    30
    Thanks
    i will try it and if it worked for me i will add it

    Note :
    in the code to install again, the package name is :
    Microsoft.WindowsStore_2015.8.3.0_x64__8wekyb3d8bbwe\

    Do other versions of windows have other package names !!
     
  16. fLOW.

    fLOW. MDL Senior Member

    Jul 28, 2009
    475
    571
    10
    The problem with re-installing the Store App, for example, is that it'll install in English and not in the actual system language. At least that was what happened to me.
     
  17. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,731
    120
    Well then don't take it out!:confused:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. UnderXP

    UnderXP MDL Junior Member

    Feb 28, 2013
    55
    15
    0
    I have disabled about 12 services. Tomorrow will post list here.