@@ -2,7 +2,7 @@ REM ========== Start ==========
22CLS
33@ ECHO OFF
44COLOR 1F
5- SET V = 3.0.3
5+ SET V = 3.0.6
66TITLE Windows 10 Mining Tweaks (x64) Version %V% by: DeadManWalking
77ECHO ###############################################################################
88ECHO # #
@@ -203,49 +203,49 @@ if /i "%services%" neq "n" if /i "%services%" neq "y" goto servstart
203203set /p serv01 = " Disable Connected User Experiences and Telemetry (To turn off Telemetry and Data Collection)? y/n: "
204204if '%serv01% ' == 'n' goto serv02start
205205if /i " %serv01% " neq " y" goto serv01start
206- sc config DiagTrack start= Manual > NUL 2 >& 1
206+ sc config DiagTrack start= Disabled > NUL 2 >& 1
207207
208208:serv02start
209209set /p serv02 = " Disable Diagnostic Policy Service? y/n: "
210210if '%serv02% ' == 'n' goto serv03start
211211if /i " %serv02% " neq " y" goto serv02start
212- sc config DPS start= Manual > NUL 2 >& 1
212+ sc config DPS start= Disabled > NUL 2 >& 1
213213
214214:serv03start
215215set /p serv03 = " Disable Distributed Link Tracking Client (If your computer is not connected to any network)? y/n: "
216216if '%serv03% ' == 'n' goto serv04start
217217if /i " %serv03% " neq " y" goto serv03start
218- sc config TrkWks start= Manual > NUL 2 >& 1
218+ sc config TrkWks start= Disabled > NUL 2 >& 1
219219
220220:serv04start
221221set /p serv04 = " Disable WAP Push Message Routing Service (To turn off Telemetry and Data Collection)? y/n: "
222222if '%serv04% ' == 'n' goto serv05start
223223if /i " %serv04% " neq " y" goto serv04start
224- sc config dmwappushservice start= Manual > NUL 2 >& 1
224+ sc config dmwappushservice start= Disabled > NUL 2 >& 1
225225
226226:serv05start
227227set /p serv05 = " Disable Downloaded Maps Manager (If you don't use Maps app)? y/n: "
228228if '%serv05% ' == 'n' goto serv06start
229229if /i " %serv05% " neq " y" goto serv05start
230- sc config MapsBroker start= Manual > NUL 2 >& 1
230+ sc config MapsBroker start= Disabled > NUL 2 >& 1
231231
232232:serv06start
233233set /p serv06 = " Disable IP Helper (If you don't use IPv6 connection)? y/n: "
234234if '%serv06% ' == 'n' goto serv07start
235235if /i " %serv06% " neq " y" goto serv06start
236- sc config iphlpsvc start= Manual > NUL 2 >& 1
236+ sc config iphlpsvc start= Disabled > NUL 2 >& 1
237237
238238:serv07start
239239set /p serv07 = " Disable Program Compatibility Assistant Service? y/n: "
240240if '%serv07% ' == 'n' goto serv08start
241241if /i " %serv07% " neq " y" goto serv07start
242- sc config PcaSvc start= Manual > NUL 2 >& 1
242+ sc config PcaSvc start= Disabled > NUL 2 >& 1
243243
244244:serv08start
245245set /p serv08 = " Disable Print Spooler (If you don't have a printer)? y/n: "
246246if '%serv08% ' == 'n' goto serv09start
247247if /i " %serv08% " neq " y" goto serv08start
248- sc config Spooler start= Manual > NUL 2 >& 1
248+ sc config Spooler start= Disabled > NUL 2 >& 1
249249
250250:serv09start
251251set /p serv09 = " Disable Remote Registry (You can set it to DISABLED for Security purposes)? y/n: "
@@ -257,64 +257,64 @@ sc config RemoteRegistry start= Disabled > NUL 2>&1
257257set /p serv10 = " Disable Secondary Logon? y/n: "
258258if '%serv10% ' == 'n' goto serv11start
259259if /i " %serv10% " neq " y" goto serv10start
260- sc config seclogon start= Manual > NUL 2 >& 1
260+ sc config seclogon start= Disabled > NUL 2 >& 1
261261
262262:serv11start
263263set /p serv11 = " Disable Security Center? y/n: "
264264if '%serv11% ' == 'n' goto serv12start
265265if /i " %serv11% " neq " y" goto serv11start
266- sc config wscsvc start= Manual > NUL 2 >& 1
266+ sc config wscsvc start= Disabled > NUL 2 >& 1
267267
268268:serv12start
269269set /p serv12 = " Disable TCP/IP NetBIOS Helper (If you are not in a workgroup network)? y/n: "
270270if '%serv12% ' == 'n' goto serv13start
271271if /i " %serv12% " neq " y" goto serv12start
272- sc config lmhosts start= Manual > NUL 2 >& 1
272+ sc config lmhosts start= Disabled > NUL 2 >& 1
273273
274274:serv13start
275275set /p serv13 = " Disable Touch Keyboard and Handwriting Panel Service (If you don't want to use touch keyboard and handwriting features)? y/n: "
276276if '%serv13% ' == 'n' goto serv14start
277277if /i " %serv13% " neq " y" goto serv13start
278- sc config TabletInputService start= Manual > NUL 2 >& 1
278+ sc config TabletInputService start= Disabled > NUL 2 >& 1
279279
280280:serv14start
281281set /p serv14 = " Disable Windows Error Reporting Service? y/n: "
282282if '%serv14% ' == 'n' goto serv15start
283283if /i " %serv14% " neq " y" goto serv14start
284- sc config WerSvc start= Manual > NUL 2 >& 1
284+ sc config WerSvc start= Disabled > NUL 2 >& 1
285285
286286:serv15start
287287set /p serv15 = " Disable Windows Image Acquisition (WIA) (If you don't have a scanner)? y/n: "
288288if '%serv15% ' == 'n' goto serv16start
289289if /i " %serv15% " neq " y" goto serv15start
290- sc config stisvc start= Manual > NUL 2 >& 1
290+ sc config stisvc start= Disabled > NUL 2 >& 1
291291
292292:serv16start
293293set /p serv16 = " Disable Windows Search? y/n: "
294294if '%serv16% ' == 'n' goto serv17start
295295if /i " %serv16% " neq " y" goto serv16start
296- sc config WSearch start= Manual > NUL 2 >& 1
296+ sc config WSearch start= Disabled > NUL 2 >& 1
297297del " C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb" /s > NUL 2 >& 1
298298
299299:serv17start
300300set /p serv17 = " Disable tracking services? y/n: "
301301if '%serv17% ' == 'n' goto serv18start
302302if /i " %serv17% " neq " y" goto serv17start
303- sc config diagnosticshub.standardcollector.service start= Manual > NUL 2 >& 1
304- sc config WMPNetworkSvc start= Manual > NUL 2 >& 1
303+ sc config diagnosticshub.standardcollector.service start= Disabled > NUL 2 >& 1
304+ sc config WMPNetworkSvc start= Disabled > NUL 2 >& 1
305305
306306:serv18start
307307set /p serv18 = " Disable Superfetch? y/n: "
308308if '%serv18% ' == 'n' goto serv19start
309309if /i " %serv18% " neq " y" goto serv18start
310- sc config SysMain start= Manual > NUL 2 >& 1
310+ sc config SysMain start= Disabled > NUL 2 >& 1
311311
312312:serv19start
313313set /p serv19 = " Disable Windows Defender? y/n: "
314314if '%serv19% ' == 'n' goto servend
315315if /i " %serv19% " neq " y" goto serv19start
316- sc config WinDefend start= Manual > NUL 2 >& 1
317- sc config WdNisSvc start= Manual > NUL 2 >& 1
316+ sc config WinDefend start= Disabled > NUL 2 >& 1
317+ sc config WdNisSvc start= Disabled > NUL 2 >& 1
318318reg add " HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v " DisableAntiSpyware" /t REG_DWORD /d 1 /f > NUL 2 >& 1
319319schtasks /Change /TN " Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /Disable > NUL 2 >& 1
320320schtasks /Change /TN " Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /Disable > NUL 2 >& 1
0 commit comments