Skip to content

Commit bde4a61

Browse files
Update Windows-10-Mining-Tweaks.bat
1 parent fef2eb4 commit bde4a61

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

Windows-10-Mining-Tweaks.bat

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ REM ========== Start ==========
22
CLS
33
@ECHO OFF
44
COLOR 1F
5-
SET V=3.0.3
5+
SET V=3.0.6
66
TITLE Windows 10 Mining Tweaks (x64) Version %V% by: DeadManWalking
77
ECHO ###############################################################################
88
ECHO # #
@@ -203,49 +203,49 @@ if /i "%services%" neq "n" if /i "%services%" neq "y" goto servstart
203203
set /p serv01="Disable Connected User Experiences and Telemetry (To turn off Telemetry and Data Collection)? y/n: "
204204
if '%serv01%' == 'n' goto serv02start
205205
if /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
209209
set /p serv02="Disable Diagnostic Policy Service? y/n: "
210210
if '%serv02%' == 'n' goto serv03start
211211
if /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
215215
set /p serv03="Disable Distributed Link Tracking Client (If your computer is not connected to any network)? y/n: "
216216
if '%serv03%' == 'n' goto serv04start
217217
if /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
221221
set /p serv04="Disable WAP Push Message Routing Service (To turn off Telemetry and Data Collection)? y/n: "
222222
if '%serv04%' == 'n' goto serv05start
223223
if /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
227227
set /p serv05="Disable Downloaded Maps Manager (If you don't use Maps app)? y/n: "
228228
if '%serv05%' == 'n' goto serv06start
229229
if /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
233233
set /p serv06="Disable IP Helper (If you don't use IPv6 connection)? y/n: "
234234
if '%serv06%' == 'n' goto serv07start
235235
if /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
239239
set /p serv07="Disable Program Compatibility Assistant Service? y/n: "
240240
if '%serv07%' == 'n' goto serv08start
241241
if /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
245245
set /p serv08="Disable Print Spooler (If you don't have a printer)? y/n: "
246246
if '%serv08%' == 'n' goto serv09start
247247
if /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
251251
set /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
257257
set /p serv10="Disable Secondary Logon? y/n: "
258258
if '%serv10%' == 'n' goto serv11start
259259
if /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
263263
set /p serv11="Disable Security Center? y/n: "
264264
if '%serv11%' == 'n' goto serv12start
265265
if /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
269269
set /p serv12="Disable TCP/IP NetBIOS Helper (If you are not in a workgroup network)? y/n: "
270270
if '%serv12%' == 'n' goto serv13start
271271
if /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
275275
set /p serv13="Disable Touch Keyboard and Handwriting Panel Service (If you don't want to use touch keyboard and handwriting features)? y/n: "
276276
if '%serv13%' == 'n' goto serv14start
277277
if /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
281281
set /p serv14="Disable Windows Error Reporting Service? y/n: "
282282
if '%serv14%' == 'n' goto serv15start
283283
if /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
287287
set /p serv15="Disable Windows Image Acquisition (WIA) (If you don't have a scanner)? y/n: "
288288
if '%serv15%' == 'n' goto serv16start
289289
if /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
293293
set /p serv16="Disable Windows Search? y/n: "
294294
if '%serv16%' == 'n' goto serv17start
295295
if /i "%serv16%" neq "y" goto serv16start
296-
sc config WSearch start= Manual > NUL 2>&1
296+
sc config WSearch start= Disabled > NUL 2>&1
297297
del "C:\ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb" /s > NUL 2>&1
298298

299299
:serv17start
300300
set /p serv17="Disable tracking services? y/n: "
301301
if '%serv17%' == 'n' goto serv18start
302302
if /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
307307
set /p serv18="Disable Superfetch? y/n: "
308308
if '%serv18%' == 'n' goto serv19start
309309
if /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
313313
set /p serv19="Disable Windows Defender? y/n: "
314314
if '%serv19%' == 'n' goto servend
315315
if /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
318318
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v "DisableAntiSpyware" /t REG_DWORD /d 1 /f > NUL 2>&1
319319
schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cache Maintenance" /Disable > NUL 2>&1
320320
schtasks /Change /TN "Microsoft\Windows\Windows Defender\Windows Defender Cleanup" /Disable > NUL 2>&1

0 commit comments

Comments
 (0)