-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbatchscript.bat
869 lines (814 loc) · 21.1 KB
/
batchscript.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
@echo off
cls
:: Verifique se o script esta sendo executado como administrador
net session >nul 2>&1
if %errorlevel% neq 0 (
@echo.
@echo [!] Este script precisa ser executado como administrador.
@echo.
@pause
exit
)
@echo.
@echo:: [!] Github:github.com/suchsoak
@echo:: [!] V.1.0.7
@echo:: [!] BY: suchsoak
@echo.
color 2
@echo:: [*] 1. Verificar discos
@echo:: [*] 2. Resetadores Netsh
color 1
@echo:: [*] 3. Systeminfo
color 7
timeout 2 >null
@echo:: [*] 4. Windows Update
@echo:: [*] 5. Remover marca windows
@echo:: [*] 6. Resetar Drive Video
@echo:: [*] 7. HQ CODE
@echo:: [*] 8. Ativar Windows (KMS)
@echo:: [*] 9. Sair do terminal
:: Escolha de opcoes
@echo.
set /p escolha= escolha uma opcao:
if not "%escolha%"=="" (
if "%escolha%" geq "1" if "%escolha%" leq "9" goto escolha%escolha%
)
color 04
@echo Opcao invalida!!!
@pause
exit
:escolha1
@echo off
cls
@echo.
@echo.
@echo -----------------------------------
@echo Github: https://github.com/suchsoak
@echo -----------------------------------
timeout 2 >null
@echo.
:: Informacoes de disco
@echo [!] Informacoes de disco:
@echo.
where wmic >nul 2>&1
if %errorlevel% equ 0 (
@echo [!] Estado Do Disco:
@echo.
wmic diskdrive get status
timeout 4 >null
@echo.
@echo [!] Detalhes Do Disco:
@echo.
wmic diskdrive list brief
timeout 4 >null
) else (
@echo.
@echo [!] wmic nao encontrado
@echo.
)
timeout 6 >null
cls
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Verificadores de disco
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo.
:: Verificadores de disco
@echo -------------------------
@echo [*] Sfc /ScanNow
@echo -------------------------
timeout 2 >null
Sfc /ScanNow
cls
@echo.
@echo -------------------------
@echo [*] dism /online /cleanup-image /scanhealth
@echo -------------------------
dism /online /cleanup-image /scanhealth
timeout 2 >null
cls
@echo.
@echo -------------------------
@echo [*] dism /online /cleanup-image /restorehealth
@echo -------------------------
dism /online /cleanup-image /restorehealth
timeout 5 >null
cls
@echo.
@echo -------------------------
@echo [*] dism /Online /Cleanup-Image /CheckHealth
@echo -------------------------
dism /Online /Cleanup-Image /CheckHealth
timeout 2 >null
cls
@echo.
@echo -------------------------
@echo [*] chkdsk
@echo -------------------------
timeout 3 >null
chkdsk
cls
@echo.
@echo -------------------------
@echo [*] Apagando Arquivos Temporarios
@echo -------------------------
cd %temp%
del /F /Q *
timeout 3 >null
cls
@echo.
@echo -------------------------
@echo [*] Identificando Disco
@echo -------------------------
@echo.
wmic diskdrive get mediatype | findstr /c:"Fix hard disk media" > null
if %errorlevel% == 0 (
@echo [*] Recomendo desfragmentar o HD
) else (
@echo [*] SSD nao e recomendo desfragmentar
)
timeout 3 >null
@echo [*] Processo Finalizado...
timeout 3 >null
@echo.
cls
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] AVISO o processo levara um tempo, dependendo da maquina.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [*] 1. Executar o comando chkdsk /r
@echo:: [*] 2. Nao executar o comando
@echo::::::::::::::::::::::::::::::::::::::::::::
set /p op= escolha uma opcao:
if %op% equ 1 goto op1
if %op% equ 2 goto op2
:op1
@echo -------------------------
@echo:: [*] chkdsk /r
@echo -------------------------
timeout 3 >null
chkdsk /r
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Por padrao, o seu computador não irar ser reiniciado depois do comando. Porem e recomendavel.
@echo::::::::::::::::::::::::::::::::::::::::::::
:op2
cls
@echo.
@echo [*] Saindo Do Terminal...
timeout 3 >null
color 7
cls
exit
:escolha2
@echo off
cls
@echo.
@echo -----------------------------------
@echo github: https://github.com/suchsoak
@echo -----------------------------------
@echo.
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [*] 1. Colocar Regras De Firewall
@echo:: [*] 2. Nao Colocar Regras De Firewall
@echo::::::::::::::::::::::::::::::::::::::::::::
set /p firewall= escolha uma opcao:
if %firewall% == 1 goto firewall1
if %firewall% == 2 goto firewall2
:firewall1
cls
color 1
@echo.
@echo Regras De Firewall
@echo.
@echo off
set /p porta=Coloque a porta:
@echo.
@echo Porta escolhida: %porta%
timeout 1 > null
netsh advfirewall firewall add rule name="Block %porta%" dir=in action=block protocol=TCP localport=%porta%
@echo.
timeout 3 >null
@echo [!] Informacoes De Rede:
color 7
@echo.
netsh wlan show profiles name="Interface" key=clear | findstr "Nome SSID"
netsh wlan show profiles name="Interface" key=clear | findstr "Chave"
netsh wlan show interfaces | findstr "Perfil"
netsh wlan show interfaces | findstr "Estado"
netsh wlan show interfaces | findstr "Sinal"
netsh wlan show interfaces | findstr "Canal"
netsh wlan show interfaces | findstr "Descrição"
netsh wlan show interfaces | findstr "BSSID"
netsh wlan show interfaces | findstr "Criptografia"
netsh wlan show interfaces | findstr "Faixa"
netsh interface ipv4 show addresses "Wi-Fi" | findstr "Endereço IP"
timeout 3 >null
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Resetadores de rede
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [*] Configurando ipconfig...
@echo::::::::::::::::::::::::::::::::::::::::::::
timeout /t 2 >null
ipconfig /renew
ipconfig /flushdns
timeout /t 2 >null
cls
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Configuracao de ip concluida.
@echo::::::::::::::::::::::::::::::::::::::::::::
timeout /t 2 > null
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Configurando Netsh...
@echo::::::::::::::::::::::::::::::::::::::::::::
timeout /t 1 >null
@echo.
netsh winsock reset all
netsh int 6to4 reset all
netsh int ipv4 reset all
netsh int ipv6 reset all
netsh int httpstunnel reset all
netsh int isatap reset all
netsh int portproxy reset all
netsh int tcp reset all
netsh int teredo reset all
netsh int ip reset
netsh interface reset all
timeout /t 3 >null
cls
@echo.
@echo -------------------------------------------------
@echo Netsh configurado, agora reinicie o computador.
@echo -------------------------------------------------
@echo.
@pause
exit
:firewall2
cls
color 4
timeout 2 >null
@echo [!] Informacoes De Rede:
color 7
@echo.
netsh wlan show profiles name="Interface" key=clear | findstr "Nome SSID"
netsh wlan show profiles name="Interface" key=clear | findstr "Chave"
netsh wlan show interfaces | findstr "Perfil"
netsh wlan show interfaces | findstr "Estado"
netsh wlan show interfaces | findstr "Sinal"
netsh wlan show interfaces | findstr "Canal"
netsh wlan show interfaces | findstr "Descrição"
netsh wlan show interfaces | findstr "BSSID"
netsh wlan show interfaces | findstr "Criptografia"
netsh wlan show interfaces | findstr "Faixa"
netsh interface ipv4 show addresses "Wi-Fi" | findstr "Endereço IP"
timeout 3 >null
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Resetadores de rede
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [*] Configurando ipconfig...
@echo::::::::::::::::::::::::::::::::::::::::::::
timeout /t 2 >null
ipconfig /renew
cls
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Configuracao de ip concluida.
@echo::::::::::::::::::::::::::::::::::::::::::::
timeout /t 3 > null
@echo.
@echo::::::::::::::::::::::::::::::::::::::::::::
@echo:: [!] Configurando Netsh...
@echo::::::::::::::::::::::::::::::::::::::::::::
timeout /t 2 >null
@echo.
netsh winsock reset all
netsh int 6to4 reset all
netsh int ipv4 reset all
netsh int ipv6 reset all
netsh int httpstunnel reset all
netsh int isatap reset all
netsh int portproxy reset all
netsh int tcp reset all
netsh int teredo reset all
netsh int ip reset
netsh interface reset all
timeout /t 3 >null
cls
@echo.
@echo -------------------------------------------------
@echo Netsh configurado, agora reinicie o computador.
@echo -------------------------------------------------
@echo.
@pause
exit
:escolha3
@echo off
cls
color 4
@echo.
@echo.
@echo --------------------
@echo.
@echo [*] github: https://github.com/suchsoak
@echo.
@echo --------------------
@echo.
timeout /t 6 >null
wmic OS get name
ver
@echo.
date /t
@echo.
@echo Horas: %time%
@echo.
@echo --------------------
@echo.
@echo [!] Local:
timeout /t 2 > null
@echo.
@echo IP:
@echo.
curl -s ipinfo.io | findstr "ip"
curl -s ipinfo.io | findstr "country"
curl -s ipinfo.io | findstr "region"
curl -s ipinfo.io | findstr "postal"
curl -s ipinfo.io | findstr "city"
curl -s ipinfo.io | findstr "hostname"
curl -s ipinfo.io | findstr "loc"
curl -s ipinfo.io | findstr "org"
@echo.
@echo [!] Informacoes Adicionais:
@echo.
color 1
systeminfo| findstr "Proprietário registrado"
@echo.
@echo [*] Serial: %PROGRAMFILES(x86)%
@echo [*] Maquina: %computername%
@echo [*] Usuario: %username%
@echo [*] Operacional: %OS%
@echo [*] Pasta: %SYSTEMROOT&
timeout /t 6 > null
@echo.
@echo --------------------
@echo.
@echo [!] Informacoes Do Processador:
color 5
timeout /t 6 > null
@echo.
wmic CPU get name
@echo.
@echo [*] Arquitetura: %PROCESSOR_ARCHITECTURE%
@echo [*] Processador: %PROCESSOR_IDENTIFIER%
@echo [*] Versao: %PROCESSOR_REVISION%
@echo [*] Nucleos: %NUMBER_OF_PROCESSORS%
@echo.
@echo --------------------
@echo.
@echo [!] Informacoes do disco:
color 6
timeout /t 5 > null
@echo.
wmic diskdrive list brief
@echo.
wmic partition get name,size,type
@echo --------------------
@echo.
@echo [!] Informacoes da Placa De Video:
color 7
timeout /t 5 > null
@echo.
wmic path win32_VideoController get name
wmic path win32_VideoController get name, adapterram, driverversion
@echo.
@echo --------------------
@echo.
color 9
timeout /t 5 > null
@echo [!] Informacoes da Placa Mae:
@echo.
color 2
timeout /t 2 > null
wmic BIOS get name
wmic bios get ReleaseDate
wmic baseboard get product
@echo.
@echo --------------------
@echo.
@echo [!] Informacoes da Memoria Ram:
@echo.
wmic memorychip get Manufacturer,Capacity,PartNumber,Speed,DeviceLocator
echo.
@echo --------------------
@echo.
@echo [!] Informacoes De Rede:
@echo.
timeout /t 6 > null
color 8
netsh interface ipv4 show addresses "Wi-Fi" | findstr "Endereço IP"
netsh wlan show profiles name="Interface" key=clear | findstr "Nome SSID"
netsh wlan show profiles name="Interface" key=clear | findstr "Chave"
netsh wlan show interfaces | findstr "Perfil"
netsh wlan show interfaces | findstr "Estado"
netsh wlan show interfaces | findstr "Sinal"
netsh wlan show interfaces | findstr "Canal"
netsh wlan show interfaces | findstr "Descrição"
netsh wlan show interfaces | findstr "BSSID"
netsh wlan show interfaces | findstr "Criptografia"
netsh wlan show interfaces | findstr "Faixa"
color 7
@echo.
@echo --------------------
timeout /t 3 >null
@echo [!] Salvando as informacoes em um arquivo txt (informacoes.txt)...
@echo --------------------
@echo off
@echo -------------------- > informacoes.txt
@echo. >> informacoes.txt
@echo [*] github: https://github.com/suchsoak >> informacoes.txt
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
wmic OS get name >> informacoes.txt
ver >> informacoes.txt
@echo. >> informacoes.txt
date /t >> informacoes.txt
@echo. >> informacoes.txt
@echo Horas: %time% >> informacoes.txt
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
@echo [!] Local: >> informacoes.txt
timeout /t 2 > null
@echo. >> informacoes.txt
@echo IP: >> informacoes.txt
@echo. >> informacoes.txt
curl ipinfo.io | findstr "ip" >> informacoes.txt
curl ipinfo.io | findstr "country" >> informacoes.txt
curl ipinfo.io | findstr "region" >> informacoes.txt
curl ipinfo.io | findstr "postal" >> informacoes.txt
curl ipinfo.io | findstr "city" >> informacoes.txt
curl ipinfo.io | findstr "hostname" >> informacoes.txt
curl ipinfo.io | findstr "loc" >> informacoes.txt
curl ipinfo.io | findstr "org" >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
@echo [!] Informacoes Adicionais: >> informacoes.txt
@echo. >> informacoes.txt
color 1
systeminfo| findstr "Proprietário registrado" >> informacoes.txt
@echo.>> informacoes.txt
@echo [*] Serial: %PROGRAMFILES(x86)% >> informacoes.txt
@echo [*] Maquina: %computername% >> informacoes.txt
@echo [*] Usuario: %username% >> informacoes.txt
@echo [*] Operacional: %OS% >> informacoes.txt
@echo [*] Pasta: %SYSTEMROOT% >> informacoes.txt
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
@echo [!] Informacoes Do Processador: >> informacoes.txt
color 5
@echo. >> informacoes.txt
wmic CPU get name >> informacoes.txt
@echo. >> informacoes.txt
@echo [*] Arquitetura: %PROCESSOR_ARCHITECTURE% >> informacoes.txt
@echo [*] Processador: %PROCESSOR_IDENTIFIER% >> informacoes.txt
@echo [*] Versao: %PROCESSOR_REVISION% >> informacoes.txt
@echo [*] Nucleos: %NUMBER_OF_PROCESSORS% >> informacoes.txt
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
@echo [!] Informacoes do disco: >> informacoes.txt
color 6
@echo. >> informacoes.txt
wmic diskdrive list brief >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
@echo [!] Informacoes da Placa De Video: >> informacoes.txt
color 7
@echo. >> informacoes.txt
wmic path win32_VideoController get name >> informacoes.txt
wmic path win32_VideoController get name, adapterram, driverversion >> informacoes.txt
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
color 9
@echo [!] Informacoes da Placa Mae: >> informacoes.txt
@echo. >> informacoes.txt
color 2
wmic baseboard get Manufacturer >> informacoes.txt
wmic BIOS get name >> informacoes.txt
wmic bios get ReleaseDate >> informacoes.txt
wmic baseboard get product >> informacoes.txt
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
@echo [!] Informacoes da Memoria Ram: >> informacoes.txt
@echo. >> informacoes.txt
wmic memorychip get Manufacturer,Capacity,PartNumber,Speed,DeviceLocator >> informacoes.txt
echo. >> informacoes.txt
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
@echo. >> informacoes.txt
@echo [!] Informacoes De Rede: >> informacoes.txt
@echo. >> informacoes.txt
color 8
netsh interface ipv4 show addresses "Wi-Fi" | findstr "Endereço IP" >> informacoes.txt
netsh wlan show profiles name="Interface" key=clear | findstr "Nome SSID" >> informacoes.txt
netsh wlan show profiles name="Interface" key=clear | findstr "Chave" >> informacoes.txt
netsh wlan show interfaces | findstr "Perfil" >> informacoes.txt
netsh wlan show interfaces | findstr "Estado" >> informacoes.txt
netsh wlan show interfaces | findstr "Sinal" >> informacoes.txt
netsh wlan show interfaces | findstr "Canal" >> informacoes.txt
netsh wlan show interfaces | findstr "Descrição" >> informacoes.txt
netsh wlan show interfaces | findstr "BSSID" >> informacoes.txt
netsh wlan show interfaces | findstr "Criptografia" >> informacoes.txt
netsh wlan show interfaces | findstr "Faixa" >> informacoes.txt
color 7
@echo. >> informacoes.txt
@echo -------------------- >> informacoes.txt
timeout 5 >null
@echo --------------------
@echo [*] Todas as informacoes foram salvas.
@echo --------------------
timeout 3 >null
@echo --------------------
@echo [!] Precione Enter para sair do terminal.
@echo --------------------
set /p sair=
if "%input%"==""(
exit
)
:escolha4
@echo --------------------
@echo.
@echo [*] github: https://github.com/suchsoak
@echo.
@echo --------------------
@echo.
net stop wuauserv
net stop bits
net stop cryptsvc
net stop trustedinstaller
net stop appidsvc
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
net start wuauserv
net start bits
net start cryptsvc
net stop trustedinstaller
net start appidsvc
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
SC config wuauserv start= auto
SC config bits start= auto
SC config cryptsvc start= auto
SC config trustedinstaller start= auto
@echo.
@echo Verifique nas configuracoes se o windows esta atualizando.
@echo Caso nao esteja reinicie a maquina.
@echo.
@pause
exit
:escolha5
@echo --------------------
@echo.
@echo [*] github: https://github.com/suchsoak
@echo.
@echo --------------------
@echo.
timeout /t 3 >null
SLMGR.VBS /CPKY
SLMGR.VBS /CKMS
Net stop Sppsvc
CD C:\Windows\System32\SPP\Store\2.0
Ren Tokens.dat Tokens.old
SLMGR.VBS /RILC
Bcdedit.exe -set loadoptions ENABLE_INTEGRITY_CHECKS
Bcdedit.exe -set TESTSIGNING OFF
@echo Agora reinicie a maquina.
@pause
exit
:escolha6
pnputil /enum-devices /class Display | findstr "ID da Instância"
@echo.
@echo.
set/p ID= Coloque a ID da Instancia:
@echo.
@echo.
pnputil /restart-device "%ID%"
@echo.
set /p reiniciar= escolha uma opcao:
@echo.
if %reiniciar% equ s goto reiniciars
if %reiniciar% equ n goto reiniciarn
if %reiniciar% equ nul (
@echo.
@echo Escolha uma opcao!
@echo.
@pause
) else (
color 2
@echo.
@echo Opcao invalida!!
@echo.
@pause
exit
)
:reiniciars
shutdown /r /c "O chefe mandou, vá descansar"
:reiniciarn
exit
:escolha7
cls
@echo.
@echo.
set /p qr= Coloque o link:
@echo.
@echo.
timeout 2 >null
curl qrenco.de/%qr%
@pause
:escolha8
cls
@echo::::::::::::::::::::::::::::::::::::::::::::
wmic OS get name
@echo.
@echo:: [*] 1. Windows 11 Home
@echo:: [*] 2. Windows 11 Home N
@echo:: [*] 3. Windows 11 Home Home Single Language
@echo:: [*] 4. Windows 11 Country Specific
@echo:: [*] 5. Windows 11 Pro
@echo:: [*] 6. Windows 11 Pro N
timeout 2 >null
@echo:: [*] 7. Windows 11 Pro for Workstations
@echo:: [*] 8. Windows 11 Pro for Workstations N
@echo:: [*] 9. Windows 11 Pro Education
@echo:: [*] 10. Windows 11 Pro Education N
@echo:: [*] 11. Windows 11 Education
@echo:: [*] 12. Windows 11 Education N
@echo:: [*] 13. Windows 11 Enterprise
timeout 2 >null
@echo:: [*] 14. Windows 11 Enterprise N
@echo:: [*] 15. Windows 11 Enterprise G
@echo:: [*] 16. Windows 11 Enterprise G N
@echo:: [*] 17. Windows 11 Enterprise LTSC 2019
timeout 2 >null
@echo:: [*] 18. Windows 11 Enterprise N LTSC 2019
@echo::::::::::::::::::::::::::::::::::::::::::::
set /p sl= escolha uma opcao:
if %sl% equ 1 goto sl1
if %sl% equ 2 goto sl2
if %sl% equ 3 goto sl3
if %sl% equ 4 goto sl4
if %sl% equ 5 goto sl5
if %sl% equ 6 goto sl6
if %sl% equ 7 goto sl7
if %sl% equ 8 goto sl8
if %sl% equ 9 goto sl9
if %sl% equ 10 goto sl10
if %sl% equ 11 goto sl11
if %sl% equ 12 goto sl12
if %sl% equ 13 goto sl13
if %sl% equ 14 goto sl14
if %sl% equ 15 goto sl15
if %sl% equ 16 goto sl16
if %sl% equ 17 goto sl17
if %sl% equ 18 goto sl18
if %sl% equ nul (
@echo.
@echo Escolha uma opcao!!!
@echo.
@pause
) else (
color 2
@echo.
@echo Opcao invalida!!!
@echo.
@pause
exit
)
:sl1
slmgr /cpky
slmgr /skhc
slmgr /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99
@pause
exit
:sl2
slmgr /cpky
slmgr /skhc
slmgr /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM
@pause
exit
:sl3
slmgr /cpky
slmgr /skhc
slmgr /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH
@pause
exit
:sl4
slmgr /cpky
slmgr /skhc
slmgr /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR
@pause
exit
:sl5
slmgr /cpky
slmgr /skhc
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
@pause
exit
:sl6
slmgr /cpky
slmgr /skhc
slmgr /ipk MH37W-N47XK-V7XM9-C7227-GCQG9
@pause
exit
:sl7
slmgr /cpky
slmgr /skhc
slmgr /ipk NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J
@pause
exit
:sl8
slmgr /cpky
slmgr /skhc
slmgr /ipk 9FNHH-K3HBT-3W4TD-6383H-6XYWF
@pause
exit
:sl9
slmgr /cpky
slmgr /skhc
slmgr /ipk 6TP4R-GNPTD-KYYHQ-7B7DP-J447Y
@pause
exit
:sl10
slmgr /cpky
slmgr /skhc
slmgr /ipk YVWGF-BXNMC-HTQYQ-CPQ99-66QFC
@pause
exit
:sl11
slmgr /cpky
slmgr /skhc
slmgr /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
@pause
exit
:sl12
slmgr /cpky
slmgr /skhc
slmgr /ipk 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ
@pause
exit
:sl13
slmgr /cpky
slmgr /skhc
slmgr /ipk NPPR9-FWDCX-D2C8J-H872K-2YT43
@pause
exit
:sl14
slmgr /cpky
slmgr /skhc
slmgr /ipk DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4
@pause
exit
:sl15
slmgr /cpky
slmgr /skhc
slmgr /ipk YYVX9-NTFWV-6MDM3-9PT4T-4M68B
@pause
exit
:sl16
slmgr /cpky
slmgr /skhc
slmgr /ipk 44RPN-FTY23-9VTTB-MP9BX-T84FV
@pause
exit
:sl17
slmgr /cpky
slmgr /skhc
slmgr /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D
@pause
exit
:sl18
slmgr /cpky
slmgr /skhc
slmgr /ipk 92NFX-8DJQP-P6BBQ-THF9C-7CG2H
@pause
exit
:op1
cls
@echo.
@echo.
slmgr /ipk
@pause
:escolha9
exit