This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: Source - https://www.hwinfo.com/misc/RemoveW10Bloat.bat.txt | |
| @rem *** Enable Services Back *** | |
| sc config DiagTrack start= auto | |
| sc config diagnosticshub.standardcollector.service start= auto | |
| sc config dmwappushservice start= auto | |
| REM sc config RemoteRegistry start= auto | |
| REM sc config TrkWks start= auto | |
| sc config WMPNetworkSvc start= auto | |
| sc config WSearch start= auto |