forked from mariosemes/Chocolater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerator.html
603 lines (485 loc) · 76.2 KB
/
generator.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<title>Chocolater</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700&display=swap" rel="stylesheet">
<style type="text/css">
* {
font-family: 'Poppins', sans-serif;
}
h3 {
font-size: 1rem;
font-weight: 700;
}
h4 {
font-size: 1.4rem;
font-weight: 700;
}
.form-check-label {
font-weight: 400;
font-size: .8rem;
}
.form-check-label:hover {
cursor: pointer;
font-weight: 700;
}
.form-check {
width: 275px;
padding: 20px;
}
.chocoInst {color: red}
.invis {display: none;}
</style>
</head>
<body>
<div class="container">
<div class="row mt-4">
<div class="col">
<img src="https://raw.githubusercontent.com/mariosemes/Chocolater/main/images/simple-logo.jpg">
<h4>Easy App Installer
<a href="https://github.com/Deezbec/Chocolater-and-WinGeter" class="btn btn-dark" role="button">GitHub</a>
<a href="https://discord.gg/EJE9UJVbsN" class="btn btn-dark" role="button">Join Discord</a>
<a href="https://chocolatey.org/"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="50" height="50"></a>
<a href="https://github.com/microsoft/winget-cli"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="50" height="50"></a>
</h4>
<hr/>
</div>
</div>
<div class="row mt-5">
<div class="col">
<div data-toggle="buttons">
<label class="btn btn-primary btn-info">
<input type="radio" name="UserSelectionPM" autocomplete="off" id="UserSelectionPM1" value="choco" onclick="updateBat()" checked="checked"> Chocolatey
</label>
<label class="btn btn-secondary">
<input type="radio" name="UserSelectionPM" autocomplete="off" id="UserSelectionPM2" value="winget" onclick="updateBat()"> WinGet
</label>
<br>
<label class="btn btn-primary btn-lg">
<input type="radio" name="UserSelection" autocomplete="off" id="UserSelection1" value="install" onclick="updateBat()" checked="checked"> Install
</label>
<label class="btn btn-danger btn-lg">
<input type="radio" name="UserSelection" autocomplete="off" id="UserSelection2" value="uninstall" onclick="updateBat()"> Uninstall
</label>
<label class="btn btn-outline-primary btn-lg">
<input type="radio" name="UserSelection" autocomplete="off" id="UserSelection3" value="pin add --name=" onclick="updateBat()"> Pin
</label>
<label class="btn btn-outline-danger btn-lg">
<input type="radio" name="UserSelection" autocomplete="off" id="UserSelection4" value="pin remove --name=" onclick="updateBat()"> Unpin
</label>
</div>
</div>
</div>
<form>
<div class="d-flex align-content-start flex-wrap">
<!-- start -->
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Internet" value="Internet">
<label class="form-check-label" for="Internet"><h3>Internet</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Internet,brave,BraveSoftware.BraveBrowser" value=",Internet,brave,BraveSoftware.BraveBrowser">
<label class="form-check-label" for=",Internet,brave,BraveSoftware.BraveBrowser"><img src="https://community.chocolatey.org/content/packageimages/brave.1.60.125.svg" width="16" height="16"> Brave <a href="https://community.chocolatey.org/packages/brave" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=BraveSoftware.BraveBrowser" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Internet,opera,Opera.Opera" value=",Internet,opera,Opera.Opera">
<label class="form-check-label" for=",Internet,opera,Opera.Opera"><img src="https://community.chocolatey.org/content/packageimages/opera.105.0.4970.48.svg" width="16" height="16"> Opera <a href="https://community.chocolatey.org/packages/opera" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Opera.Opera" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Internet,github-desktop," value=",Internet,github-desktop,">
<label class="form-check-label" for=",Internet,github-desktop,"><img src="https://community.chocolatey.org/content/packageimages/github-desktop.3.3.6.png" width="16" height="16"> Github Desktop <a href="https://community.chocolatey.org/packages/github-desktop" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Internet,discord,Discord.Discord" value=",Internet,discord,Discord.Discord">
<label class="form-check-label" for=",Internet,discord,Discord.Discord"><img src="https://community.chocolatey.org/content/packageimages/discord.1.0.9005.svg" width="16" height="16"> Discord <a href="https://community.chocolatey.org/packages/discord" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Discord.Discord" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Internet,skype,Microsoft.Skype" value=",Internet,skype,Microsoft.Skype">
<label class="form-check-label" for=",Internet,skype,Microsoft.Skype"><img src="https://community.chocolatey.org/content/packageimages/skype.8.110.0.218.png" width="16" height="16"> Skype <a href="https://community.chocolatey.org/packages/skype" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Microsoft.Skype" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Internet,telegram,Telegram.TelegramDesktop" value=",Internet,telegram,Telegram.TelegramDesktop">
<label class="form-check-label" for=",Internet,telegram,Telegram.TelegramDesktop"><img src="https://community.chocolatey.org/content/packageimages/telegram.4.12.2.png" width="16" height="16"> Telegram <a href="https://community.chocolatey.org/packages/telegram" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Telegram.TelegramDesktop" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Daily used" value="Daily used">
<label class="form-check-label" for="Daily used"><h3>Daily used</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Daily used,totalcommander,Ghisler.TotalCommander" value=",Daily used,totalcommander,Ghisler.TotalCommander">
<label class="form-check-label" for=",Daily used,totalcommander,Ghisler.TotalCommander"><img src="https://community.chocolatey.org/content/packageimages/totalcommander.11.2.0.png" width="16" height="16"> Total Commander <a href="https://community.chocolatey.org/packages/totalcommander" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Ghisler.TotalCommander" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Daily used,keepassxc,KeePassXCTeam.KeePassXC" value=",Daily used,keepassxc,KeePassXCTeam.KeePassXC">
<label class="form-check-label" for=",Daily used,keepassxc,KeePassXCTeam.KeePassXC"><img src="https://community.chocolatey.org/content/packageimages/keepassxc.2.7.6.svg" width="16" height="16"> KeePassXC <a href="https://community.chocolatey.org/packages/keepassxc" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=KeePassXCTeam.KeePassXC" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Daily used,syncthing,SyncTrayzor.SyncTrayzor" value=",Daily used,syncthing,SyncTrayzor.SyncTrayzor">
<label class="form-check-label" for=",Daily used,syncthing,SyncTrayzor.SyncTrayzor"><img src="https://community.chocolatey.org/content/packageimages/syncthing.1.27.1.png" width="16" height="16"> Syncthing <a href="https://community.chocolatey.org/packages/syncthing" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=SyncTrayzor.SyncTrayzor" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Daily used,syncthingtray," value=",Daily used,syncthingtray,">
<label class="form-check-label" for=",Daily used,syncthingtray,"><img src="https://community.chocolatey.org/content/packageimages/syncthingtray.1.4.11.png" width="16" height="16"> Syncthing Tray <a href="https://community.chocolatey.org/packages/syncthingtray" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Daily used,obsidian," value=",Daily used,obsidian,">
<label class="form-check-label" for=",Daily used,obsidian,"><img src="https://community.chocolatey.org/content/packageimages/obsidian.1.4.16.png" width="16" height="16"> Obsidian <a href="https://community.chocolatey.org/packages/obsidian" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Daily used,backupper-standard,AOMEI.Backupper" value=",Daily used,backupper-standard,AOMEI.Backupper">
<label class="form-check-label" for=",Daily used,backupper-standard,AOMEI.Backupper"><img src="https://community.chocolatey.org/content/packageimages/backupper-standard.7.3.3.png" width="16" height="16"> Aomei Backup <a href="https://community.chocolatey.org/packages/backupper-standard" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=AOMEI.Backupper" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Daily used,,9NBLGGH5R558" value=",Daily used,,9NBLGGH5R558">
<label class="form-check-label" for=",Daily used,,9NBLGGH5R558"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Microsoft_to_do.svg" width="16" height="16"> Microsoft to do <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=9NBLGGH5R558" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Windows" value="Windows">
<label class="form-check-label" for="Windows"><h3>Windows</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Windows,everything,voidtools.Everything" value=",Windows,everything,voidtools.Everything">
<label class="form-check-label" for=",Windows,everything,voidtools.Everything"><img src="https://community.chocolatey.org/content/packageimages/everything.1.4.11024.png" width="16" height="16"> Everything <a href="https://community.chocolatey.org/packages/everything" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=voidtools.Everything" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Windows,f.lux," value=",Windows,f.lux,">
<label class="form-check-label" for=",Windows,f.lux,"><img src="https://community.chocolatey.org/content/packageimages/f.lux.4.120.0.png" width="16" height="16"> F.Lux <a href="https://community.chocolatey.org/packages/f.lux" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Windows,hwinfo,REALiX.HWiNFO" value=",Windows,hwinfo,REALiX.HWiNFO">
<label class="form-check-label" for=",Windows,hwinfo,REALiX.HWiNFO"><img src="https://community.chocolatey.org/content/packageimages/hwinfo.7.66.0.png" width="16" height="16"> HwInfo <a href="https://community.chocolatey.org/packages/hwinfo" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=REALiX.HWiNFO" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Windows,wiztree,AntibodySoftware.WizTree" value=",Windows,wiztree,AntibodySoftware.WizTree">
<label class="form-check-label" for=",Windows,wiztree,AntibodySoftware.WizTree"><img src="https://community.chocolatey.org/content/packageimages/wiztree.4.16.0.png" width="16" height="16"> Wiztree <a href="https://community.chocolatey.org/packages/wiztree" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=AntibodySoftware.WizTree" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Windows,ventoy,ventoy.Ventoy" value=",Windows,ventoy,ventoy.Ventoy">
<label class="form-check-label" for=",Windows,ventoy,ventoy.Ventoy"><img src="https://community.chocolatey.org/content/packageimages/ventoy.1.0.96.png" width="16" height="16"> Ventoy <a href="https://community.chocolatey.org/packages/ventoy" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=ventoy.Ventoy" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Windows,autoruns,Microsoft.Sysinternals.Autoruns" value=",Windows,autoruns,Microsoft.Sysinternals.Autoruns">
<label class="form-check-label" for=",Windows,autoruns,Microsoft.Sysinternals.Autoruns"><img src="https://community.chocolatey.org/content/packageimages/autoruns.14.10.0.png" width="16" height="16"> Autoruns <a href="https://community.chocolatey.org/packages/autoruns" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Microsoft.Sysinternals.Autoruns" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Windows,revo-uninstaller,RevoUninstaller.RevoUninstaller" value=",Windows,revo-uninstaller,RevoUninstaller.RevoUninstaller">
<label class="form-check-label" for=",Windows,revo-uninstaller,RevoUninstaller.RevoUninstaller"><img src="https://community.chocolatey.org/content/packageimages/revo-uninstaller.2.4.1.png" width="16" height="16"> RevoUninstallerFree <a href="https://community.chocolatey.org/packages/revo-uninstaller" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=RevoUninstaller.RevoUninstaller" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="PC Hardware" value="PC Hardware">
<label class="form-check-label" for="PC Hardware"><h3>PC Hardware</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",PC Hardware,geforce-experience,Nvidia.GeForceExperience" value=",PC Hardware,geforce-experience,Nvidia.GeForceExperience">
<label class="form-check-label" for=",PC Hardware,geforce-experience,Nvidia.GeForceExperience"><img src="https://community.chocolatey.org/content/packageimages/geforce-experience.3.27.0.120.png" width="16" height="16"> GeforceExperience <a href="https://community.chocolatey.org/packages/geforce-experience" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Nvidia.GeForceExperience" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",PC Hardware,wacom-drivers,Wacom.WacomTabletDriver" value=",PC Hardware,wacom-drivers,Wacom.WacomTabletDriver">
<label class="form-check-label" for=",PC Hardware,wacom-drivers,Wacom.WacomTabletDriver"><img src="https://community.chocolatey.org/content/packageimages/wacom-drivers.6.4.4.3.png" width="16" height="16"> Wacom drivers <a href="https://community.chocolatey.org/packages/wacom-drivers" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Wacom.WacomTabletDriver" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",PC Hardware,cpu-z,CPUID.CPU-Z" value=",PC Hardware,cpu-z,CPUID.CPU-Z">
<label class="form-check-label" for=",PC Hardware,cpu-z,CPUID.CPU-Z"><img src="https://community.chocolatey.org/content/packageimages/cpu-z.2.8.0.png" width="16" height="16"> CPU-Z <a href="https://community.chocolatey.org/packages/cpu-z" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=CPUID.CPU-Z" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",PC Hardware,crystaldiskinfo.portable,CrystalDewWorld.CrystalDiskInfo" value=",PC Hardware,crystaldiskinfo.portable,CrystalDewWorld.CrystalDiskInfo">
<label class="form-check-label" for=",PC Hardware,crystaldiskinfo.portable,CrystalDewWorld.CrystalDiskInfo"><img src="https://community.chocolatey.org/content/packageimages/crystaldiskinfo.portable.9.1.1.png" width="16" height="16"> Crystal Disk Info portable <a href="https://community.chocolatey.org/packages/crystaldiskinfo.portable" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=CrystalDewWorld.CrystalDiskInfo" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",PC Hardware,ddu," value=",PC Hardware,ddu,">
<label class="form-check-label" for=",PC Hardware,ddu,"><img src="https://community.chocolatey.org/content/packageimages/ddu.18.0.7.png" width="16" height="16"> Display Driver Uninstaller <a href="https://community.chocolatey.org/packages/ddu" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",PC Hardware,nvidia-profile-inspector," value=",PC Hardware,nvidia-profile-inspector,">
<label class="form-check-label" for=",PC Hardware,nvidia-profile-inspector,"><img src="https://community.chocolatey.org/content/packageimages/nvidia-profile-inspector.2.4.0.4.png" width="16" height="16"> NVIDIA Profile Inspector <a href="https://community.chocolatey.org/packages/nvidia-profile-inspector" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",PC Hardware,geforce-game-ready-driver," value=",PC Hardware,geforce-game-ready-driver,">
<label class="form-check-label" for=",PC Hardware,geforce-game-ready-driver,"><img src="https://community.chocolatey.org/content/packageimages/geforce-game-ready-driver.546.33.0.png" width="16" height="16"> Geforce Game Ready Driver <a href="https://community.chocolatey.org/packages/geforce-game-ready-driver" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Games" value="Games">
<label class="form-check-label" for="Games"><h3>Games</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Games,steam,Valve.Steam" value=",Games,steam,Valve.Steam">
<label class="form-check-label" for=",Games,steam,Valve.Steam"><img src="https://community.chocolatey.org/content/packageimages/steam.2.10.91.91221129.png" width="16" height="16"> Steam <a href="https://community.chocolatey.org/packages/steam" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Valve.Steam" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Games,epicgameslauncher,EpicGames.EpicGamesLauncher" value=",Games,epicgameslauncher,EpicGames.EpicGamesLauncher">
<label class="form-check-label" for=",Games,epicgameslauncher,EpicGames.EpicGamesLauncher"><img src="https://community.chocolatey.org/content/packageimages/epicgameslauncher.1.3.51.svg" width="16" height="16"> Epic Games launcher <a href="https://community.chocolatey.org/packages/epicgameslauncher" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=EpicGames.EpicGamesLauncher" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Games,ds4windows," value=",Games,ds4windows,">
<label class="form-check-label" for=",Games,ds4windows,"><img src="https://community.chocolatey.org/content/packageimages/ds4windows.3.3.0.png" width="16" height="16"> DS4Windows <a href="https://community.chocolatey.org/packages/ds4windows" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Games,steam-cleaner," value=",Games,steam-cleaner,">
<label class="form-check-label" for=",Games,steam-cleaner,"><img src="https://community.chocolatey.org/content/packageimages/steam-cleaner.2.4.0.png" width="16" height="16"> Steam Cleaner <a href="https://community.chocolatey.org/packages/steam-cleaner" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Games,valorant,RiotGames.Valorant.EU" value=",Games,valorant,RiotGames.Valorant.EU">
<label class="form-check-label" for=",Games,valorant,RiotGames.Valorant.EU"><img src="https://community.chocolatey.org/content/packageimages/valorant.64.0.10.5036631.png" width="16" height="16"> Valorant <a href="https://community.chocolatey.org/packages/valorant" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=RiotGames.Valorant.EU" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Games,ubisoft-connect,Ubisoft.Connect" value=",Games,ubisoft-connect,Ubisoft.Connect">
<label class="form-check-label" for=",Games,ubisoft-connect,Ubisoft.Connect"><img src="https://community.chocolatey.org/content/packageimages/ubisoft-connect.148.2.0.10984.png" width="16" height="16"> Ubisoft Connect <a href="https://community.chocolatey.org/packages/ubisoft-connect" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Ubisoft.Connect" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Games,," value=",Games,,">
<label class="form-check-label" for=",Games,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/OutPlayed.png" width="16" height="16"> OutPlayed <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Media view & edit" value="Media view & edit">
<label class="form-check-label" for="Media view & edit"><h3>Media view & edit</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Media view & edit,irfanview,IrfanSkiljan.IrfanView" value=",Media view & edit,irfanview,IrfanSkiljan.IrfanView">
<label class="form-check-label" for=",Media view & edit,irfanview,IrfanSkiljan.IrfanView"><img src="https://community.chocolatey.org/content/packageimages/irfanview.4.62.0.20230706.png" width="16" height="16"> Irfanview <a href="https://community.chocolatey.org/packages/irfanview" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=IrfanSkiljan.IrfanView" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Media view & edit,potplayer,Daum.PotPlayer" value=",Media view & edit,potplayer,Daum.PotPlayer">
<label class="form-check-label" for=",Media view & edit,potplayer,Daum.PotPlayer"><img src="https://community.chocolatey.org/content/packageimages/potplayer.23.8.30.png" width="16" height="16"> Pot player <a href="https://community.chocolatey.org/packages/potplayer" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Daum.PotPlayer" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Media view & edit,obs-studio,OBSProject.OBSStudio" value=",Media view & edit,obs-studio,OBSProject.OBSStudio">
<label class="form-check-label" for=",Media view & edit,obs-studio,OBSProject.OBSStudio"><img src="https://community.chocolatey.org/content/packageimages/obs-studio.30.0.2.png" width="16" height="16"> OBS Studio <a href="https://community.chocolatey.org/packages/obs-studio" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=OBSProject.OBSStudio" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Media view & edit,imageglass,DuongDieuPhap.ImageGlass" value=",Media view & edit,imageglass,DuongDieuPhap.ImageGlass">
<label class="form-check-label" for=",Media view & edit,imageglass,DuongDieuPhap.ImageGlass"><img src="https://community.chocolatey.org/content/packageimages/imageglass.9.0.7.1125.svg" width="16" height="16"> Imageglass <a href="https://community.chocolatey.org/packages/imageglass" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=DuongDieuPhap.ImageGlass" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Media view & edit,lossless-cut," value=",Media view & edit,lossless-cut,">
<label class="form-check-label" for=",Media view & edit,lossless-cut,"><img src="https://community.chocolatey.org/content/packageimages/lossless-cut.3.58.0.png" width="16" height="16"> LosslessCut <a href="https://community.chocolatey.org/packages/lossless-cut" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Media view & edit,reaper,Cockos.REAPER" value=",Media view & edit,reaper,Cockos.REAPER">
<label class="form-check-label" for=",Media view & edit,reaper,Cockos.REAPER"><img src="https://community.chocolatey.org/content/packageimages/reaper.7.7.0.png" width="16" height="16"> Reaper <a href="https://community.chocolatey.org/packages/reaper" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Cockos.REAPER" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Media view & edit,handbrake,HandBrake.HandBrake" value=",Media view & edit,handbrake,HandBrake.HandBrake">
<label class="form-check-label" for=",Media view & edit,handbrake,HandBrake.HandBrake"><img src="https://community.chocolatey.org/content/packageimages/handbrake.1.7.1.png" width="16" height="16"> HandBrake <a href="https://community.chocolatey.org/packages/handbrake" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=HandBrake.HandBrake" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Not used atm" value="Not used atm">
<label class="form-check-label" for="Not used atm"><h3>Not used atm</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,throttlestop," value=",Not used atm,throttlestop,">
<label class="form-check-label" for=",Not used atm,throttlestop,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/ThrottleStop.png" width="16" height="16"> ThrottleStop <a href="https://community.chocolatey.org/packages/throttlestop" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,nirlauncher," value=",Not used atm,nirlauncher,">
<label class="form-check-label" for=",Not used atm,nirlauncher,"><img src="https://community.chocolatey.org/content/packageimages/nirlauncher.1.30.5.png" width="16" height="16"> NirLauncher <a href="https://community.chocolatey.org/packages/nirlauncher" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,picpick.portable,NGWIN.PicPick" value=",Not used atm,picpick.portable,NGWIN.PicPick">
<label class="form-check-label" for=",Not used atm,picpick.portable,NGWIN.PicPick"><img src="https://community.chocolatey.org/content/packageimages/picpick.portable.6.3.2.png" width="16" height="16"> PicPick <a href="https://community.chocolatey.org/packages/picpick.portable" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=NGWIN.PicPick" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,plasso,BitSum.ProcessLasso" value=",Not used atm,plasso,BitSum.ProcessLasso">
<label class="form-check-label" for=",Not used atm,plasso,BitSum.ProcessLasso"><img src="https://community.chocolatey.org/content/packageimages/plasso.9.0.0.456.png" width="16" height="16"> ProcessLasso <a href="https://community.chocolatey.org/packages/plasso" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=BitSum.ProcessLasso" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,,Kaspersky.SecurityCloud" value=",Not used atm,,Kaspersky.SecurityCloud">
<label class="form-check-label" for=",Not used atm,,Kaspersky.SecurityCloud"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Kaspersky_Security_Cloud.svg" width="16" height="16"> Kaspersky Security Cloud <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=Kaspersky.SecurityCloud" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,," value=",Not used atm,,">
<label class="form-check-label" for=",Not used atm,,"> ISLC - standby list cleaner <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,,Mozilla.Thunderbird" value=",Not used atm,,Mozilla.Thunderbird">
<label class="form-check-label" for=",Not used atm,,Mozilla.Thunderbird"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Mozilla_Thunder_bird.jpg" width="16" height="16"> Mozilla Thunder bird <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=Mozilla.Thunderbird" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,firefox,Mozilla.Firefox" value=",Not used atm,firefox,Mozilla.Firefox">
<label class="form-check-label" for=",Not used atm,firefox,Mozilla.Firefox"><img src="https://community.chocolatey.org/content/packageimages/firefox.120.0.1.svg" width="16" height="16"> Firefox <a href="https://community.chocolatey.org/packages/firefox" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Mozilla.Firefox" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,opera-gx,Opera.OperaGX" value=",Not used atm,opera-gx,Opera.OperaGX">
<label class="form-check-label" for=",Not used atm,opera-gx,Opera.OperaGX"><img src="https://community.chocolatey.org/content/packageimages/opera-gx.105.0.4970.37.png" width="16" height="16"> Opera-gx <a href="https://community.chocolatey.org/packages/opera-gx" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Opera.OperaGX" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Not used atm,freedownloadmanager,SoftDeluxe.FreeDownloadManager" value=",Not used atm,freedownloadmanager,SoftDeluxe.FreeDownloadManager">
<label class="form-check-label" for=",Not used atm,freedownloadmanager,SoftDeluxe.FreeDownloadManager"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/FDMtorrent.png" width="16" height="16"> FDMtorrent <a href="https://community.chocolatey.org/packages/freedownloadmanager" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=SoftDeluxe.FreeDownloadManager" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Code && other hobbies" value="Code && other hobbies">
<label class="form-check-label" for="Code && other hobbies"><h3>Code && other hobbies</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,pycharm-community,JetBrains.PyCharm.Community" value=",Code && other hobbies,pycharm-community,JetBrains.PyCharm.Community">
<label class="form-check-label" for=",Code && other hobbies,pycharm-community,JetBrains.PyCharm.Community"><img src="https://community.chocolatey.org/content/packageimages/pycharm-community.2023.3.1.png" width="16" height="16"> Pycharm community <a href="https://community.chocolatey.org/packages/pycharm-community" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=JetBrains.PyCharm.Community" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,python,Python.Python.3.10" value=",Code && other hobbies,python,Python.Python.3.10">
<label class="form-check-label" for=",Code && other hobbies,python,Python.Python.3.10"><img src="https://community.chocolatey.org/content/packageimages/python.3.12.1.svg" width="16" height="16"> Python <a href="https://community.chocolatey.org/packages/python" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Python.Python.3.10" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,visualstudio2022community," value=",Code && other hobbies,visualstudio2022community,">
<label class="form-check-label" for=",Code && other hobbies,visualstudio2022community,"><img src="https://community.chocolatey.org/content/packageimages/visualstudio2022community.117.8.3.png" width="16" height="16"> VS 22 community <a href="https://community.chocolatey.org/packages/visualstudio2022community" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,vscode,Microsoft.VisualStudioCode" value=",Code && other hobbies,vscode,Microsoft.VisualStudioCode">
<label class="form-check-label" for=",Code && other hobbies,vscode,Microsoft.VisualStudioCode"><img src="https://community.chocolatey.org/content/packageimages/vscode.1.85.1.png" width="16" height="16"> VSCode <a href="https://community.chocolatey.org/packages/vscode" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Microsoft.VisualStudioCode" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,vmware-workstation-player,VMware.WorkstationPro" value=",Code && other hobbies,vmware-workstation-player,VMware.WorkstationPro">
<label class="form-check-label" for=",Code && other hobbies,vmware-workstation-player,VMware.WorkstationPro"><img src="https://community.chocolatey.org/content/packageimages/vmware-workstation-player.17.5.0.22583795.png" width="16" height="16"> VMware Workstation Player <a href="https://community.chocolatey.org/packages/vmware-workstation-player" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=VMware.WorkstationPro" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,praat," value=",Code && other hobbies,praat,">
<label class="form-check-label" for=",Code && other hobbies,praat,"><img src="https://community.chocolatey.org/content/packageimages/praat.6.4.0.png" width="16" height="16"> Praat <a href="https://community.chocolatey.org/packages/praat" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,audacity,Audacity.Audacity" value=",Code && other hobbies,audacity,Audacity.Audacity">
<label class="form-check-label" for=",Code && other hobbies,audacity,Audacity.Audacity"><img src="https://community.chocolatey.org/content/packageimages/audacity.3.4.2.svg" width="16" height="16"> Audacity <a href="https://community.chocolatey.org/packages/audacity" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Audacity.Audacity" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,chocolateygui,Chocolatey.ChocolateyGUI" value=",Code && other hobbies,chocolateygui,Chocolatey.ChocolateyGUI">
<label class="form-check-label" for=",Code && other hobbies,chocolateygui,Chocolatey.ChocolateyGUI"><img src="https://community.chocolatey.org/content/packageimages/chocolateygui.2.1.0.png" width="16" height="16"> Chocolatey GUI <a href="https://community.chocolatey.org/packages/chocolateygui" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Chocolatey.ChocolateyGUI" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,choco-cleaner," value=",Code && other hobbies,choco-cleaner,">
<label class="form-check-label" for=",Code && other hobbies,choco-cleaner,"><img src="https://community.chocolatey.org/content/packageimages/choco-cleaner.1.1.1.png" width="16" height="16"> Choco Cleaner <a href="https://community.chocolatey.org/packages/choco-cleaner" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Code && other hobbies,," value=",Code && other hobbies,,">
<label class="form-check-label" for=",Code && other hobbies,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Caustic.png" width="16" height="16"> Caustic <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Situational" value="Situational">
<label class="form-check-label" for="Situational"><h3>Situational</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,disablewintracking," value=",Situational,disablewintracking,">
<label class="form-check-label" for=",Situational,disablewintracking,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Disable_Win_Tracking.gif" width="16" height="16"> Disable Win Tracking <a href="https://community.chocolatey.org/packages/disablewintracking" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,disabledefender-winconfig," value=",Situational,disabledefender-winconfig,">
<label class="form-check-label" for=",Situational,disabledefender-winconfig,"><img src="https://community.chocolatey.org/content/packageimages/disabledefender-winconfig.0.0.1.png" width="16" height="16"> Disable Win Defender(Config) <a href="https://community.chocolatey.org/packages/disabledefender-winconfig" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,dell-update,Dell.CommandUpdate" value=",Situational,dell-update,Dell.CommandUpdate">
<label class="form-check-label" for=",Situational,dell-update,Dell.CommandUpdate"><img src="https://community.chocolatey.org/content/packageimages/dell-update.4.9.0.png" width="16" height="16"> Dell update <a href="https://community.chocolatey.org/packages/dell-update" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Dell.CommandUpdate" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,bleachbit,BleachBit.BleachBit" value=",Situational,bleachbit,BleachBit.BleachBit">
<label class="form-check-label" for=",Situational,bleachbit,BleachBit.BleachBit"><img src="https://community.chocolatey.org/content/packageimages/bleachbit.4.6.0.svg" width="16" height="16"> BleachBit <a href="https://community.chocolatey.org/packages/bleachbit" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=BleachBit.BleachBit" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,eraser,Eraser.Eraser" value=",Situational,eraser,Eraser.Eraser">
<label class="form-check-label" for=",Situational,eraser,Eraser.Eraser"><img src="https://community.chocolatey.org/content/packageimages/eraser.6.2.0.2993.png" width="16" height="16"> Eraser <a href="https://community.chocolatey.org/packages/eraser" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Eraser.Eraser" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,lockhunter,CrystalRich.LockHunter" value=",Situational,lockhunter,CrystalRich.LockHunter">
<label class="form-check-label" for=",Situational,lockhunter,CrystalRich.LockHunter"><img src="https://community.chocolatey.org/content/packageimages/lockhunter.3.4.3.20220526.png" width="16" height="16"> LockHunter <a href="https://community.chocolatey.org/packages/lockhunter" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=CrystalRich.LockHunter" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,," value=",Situational,,">
<label class="form-check-label" for=",Situational,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Disk_Drill.webp" width="16" height="16"> Disk Drill <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Situational,partitionwizard,MiniTool.PartitionWizard.Free" value=",Situational,partitionwizard,MiniTool.PartitionWizard.Free">
<label class="form-check-label" for=",Situational,partitionwizard,MiniTool.PartitionWizard.Free"><img src="https://community.chocolatey.org/content/packageimages/partitionwizard.12.8.0.png" width="16" height="16"> MiniTool Partition Wizard <a href="https://community.chocolatey.org/packages/partitionwizard" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=MiniTool.PartitionWizard.Free" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Tweakers" value="Tweakers">
<label class="form-check-label" for="Tweakers"><h3>Tweakers</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,winaero-tweaker," value=",Tweakers,winaero-tweaker,">
<label class="form-check-label" for=",Tweakers,winaero-tweaker,"><img src="https://community.chocolatey.org/content/packageimages/winaero-tweaker.1.55.0.png" width="16" height="16"> Winaero Tweaker <a href="https://community.chocolatey.org/packages/winaero-tweaker" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,glaryutilities-free,Glarysoft.GlaryUtilities" value=",Tweakers,glaryutilities-free,Glarysoft.GlaryUtilities">
<label class="form-check-label" for=",Tweakers,glaryutilities-free,Glarysoft.GlaryUtilities"><img src="https://community.chocolatey.org/content/packageimages/glaryutilities-free.5.148.0.174.png" width="16" height="16"> Glary Utilities <a href="https://community.chocolatey.org/packages/glaryutilities-free" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=Glarysoft.GlaryUtilities" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/WinGet_support.png" width="16" height="16"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,dismplusplus," value=",Tweakers,dismplusplus,">
<label class="form-check-label" for=",Tweakers,dismplusplus,"><img src="https://community.chocolatey.org/content/packageimages/dismplusplus.10.1.1002.1.png" width="16" height="16"> Dism++ <a href="https://community.chocolatey.org/packages/dismplusplus" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/choco_icon.png" width="16" height="16"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,," value=",Tweakers,,">
<label class="form-check-label" for=",Tweakers,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/win10_tweaker.png" width="16" height="16"> win10 tweaker <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="https://win10tweaker.ru/" target="_blank"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/images/url.svg" width="16" height="16"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,," value=",Tweakers,,">
<label class="form-check-label" for=",Tweakers,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/privatezilla.ico" width="16" height="16"> privatezilla <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,," value=",Tweakers,,">
<label class="form-check-label" for=",Tweakers,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Booster_X.png" width="16" height="16"> Booster X <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,," value=",Tweakers,,">
<label class="form-check-label" for=",Tweakers,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/OOSU10.png" width="16" height="16"> OOSU10 <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,," value=",Tweakers,,">
<label class="form-check-label" for=",Tweakers,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/reg_organiser.png" width="16" height="16"> reg organiser <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
<input class="form-check-input" type="checkbox" name="app" id=",Tweakers,," value=",Tweakers,,">
<label class="form-check-label" for=",Tweakers,,"><img src="https://raw.githubusercontent.com/Deezbec/Chocolater-and-WinGeter/main/icons/Ultimate_win_tweaker.svg" width="16" height="16"> Ultimate win tweaker <a href="https://community.chocolatey.org/packages/" target="_blank"></a><a href="https://wingetgui.com/apps?id=" target="_blank"></a><a href="" target="_blank"></a></label><br>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" name="category" id="Pack 1" value="Pack 1">
<label class="form-check-label" for="Pack 1"><h3>Pack 1</h3></label> <br>
<input class="form-check-input" type="checkbox" name="app" id=",Pack 1,brave,Brave.Brave" value=",Pack 1,brave,Brave.Brave">
<label class="form-check-label" for=",Pack 1,brave,Brave.Brave"><a href="https://community.chocolatey.org/packages/brave" target="_blank"><img src="https://community.chocolatey.org/content/packageimages/brave.1.60.125.svg" width="16" height="16"></a></label><span> </span>
<input class="form-check-input" type="checkbox" name="app" id=",Pack 1,totalcommander,Ghisler.TotalCommander" value=",Pack 1,totalcommander,Ghisler.TotalCommander">
<label class="form-check-label" for=",Pack 1,totalcommander,Ghisler.TotalCommander"><a href="https://community.chocolatey.org/packages/totalcommander" target="_blank"><img src="https://community.chocolatey.org/content/packageimages/totalcommander.11.2.0.png" width="16" height="16"></a></label><span> </span>
<input class="form-check-input" type="checkbox" name="app" id=",Pack 1,keepassxc,KeePassXCTeam.KeePassXC" value=",Pack 1,keepassxc,KeePassXCTeam.KeePassXC">
<label class="form-check-label" for=",Pack 1,keepassxc,KeePassXCTeam.KeePassXC"><a href="https://community.chocolatey.org/packages/keepassxc" target="_blank"><img src="https://community.chocolatey.org/content/packageimages/keepassxc.2.7.6.svg" width="16" height="16"></a></label><span> </span>
<input class="form-check-input" type="checkbox" name="app" id=",Pack 1,backupper-standard,AOMEI.Backupper" value=",Pack 1,backupper-standard,AOMEI.Backupper">
<label class="form-check-label" for=",Pack 1,backupper-standard,AOMEI.Backupper"><a href="https://community.chocolatey.org/packages/backupper-standard" target="_blank"><img src="https://community.chocolatey.org/content/packageimages/backupper-standard.7.3.3.png" width="16" height="16"></a></label><span> </span>
<input class="form-check-input" type="checkbox" name="app" id=",Pack 1,hwinfo,REALiX.HWiNFO" value=",Pack 1,hwinfo,REALiX.HWiNFO">
<label class="form-check-label" for=",Pack 1,hwinfo,REALiX.HWiNFO"><a href="https://community.chocolatey.org/packages/hwinfo" target="_blank"><img src="https://community.chocolatey.org/content/packageimages/hwinfo.7.66.0.png" width="16" height="16"></a></label><span> </span>
<input class="form-check-input" type="checkbox" name="app" id=",Pack 1,vscode,Microsoft.VisualStudioCode" value=",Pack 1,vscode,Microsoft.VisualStudioCode">
<label class="form-check-label" for=",Pack 1,vscode,Microsoft.VisualStudioCode"><a href="https://community.chocolatey.org/packages/vscode" target="_blank"><img src="https://community.chocolatey.org/content/packageimages/vscode.1.85.1.png" width="16" height="16"></a></label><span> </span>
</div>
<!-- end -->
</div>
<div class="row mt-5">
<div class="col">
<input type="button" id="saveButton" name="saveButton" class="btn btn-success btn-lg btn-block" value="Generate code" onclick="saveBat()" />
</div>
</div>
</form>
<div class="row mt-5">
<div class="col">
<div data-toggle="buttons">
<label class="btn btn-primary btn-info" id="UserSelectionPM1_checker" style="display: inline-block;">Chocolatey</label>
<label class="btn btn-secondary" id="UserSelectionPM2_checker" style="display: none;"> WinGet </label>
<label class="btn btn-primary" id="UserSelection1_checker" style="display: inline-block;">Install </label>
<label class="btn btn-danger" id="UserSelection2_checker" style="display: none;"> Uninstall</label>
<label class="btn btn-outline-primary" id="UserSelection3_checker" style="display: none;"> Pin </label>
<label class="btn btn-outline-danger" id="UserSelection4_checker" style="display: none;"> Unpin</label>
</div>
</div>
</div>
<div class="row mt-5">
<div class="col">
<h2>Usage:</h2>
<ul class="list-group" id="choco_instruction">
<li class="list-group-item">0. Check your selection above <a href="#">click to get up<a></li>
<li class="list-group-item">1. Run PowerShell as Administrator</li>
<li class="list-group-item">2. Install choco by running <button type="button" id="copy-to-clip" class="btn btn-primary btn-sm" onclick="CopyToClipboard('chocoInst')">Copy code to Clipboard</button></li>
<li class="list-group-item bg-light"><code id="chocoInst">Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))</code></li>
<li class="list-group-item">3. Copy the Code <button type="button" id="copy-to-clip" class="btn btn-primary btn-sm" onclick="CopyToClipboard('windows_choco')">Copy code to Clipboard</button></li>
<li class="list-group-item bg-light"><code id="windows_choco">Code will show up here after you generate it.</code></li>
<li class="list-group-item">4. Paste the Code into PowerShell and press Enter(*)</li>
<li class="list-group-item">5. Now sit, relax and watch it work for you.</li>
</ul>
<ul class="list-group" id="winget_instruction" style="display: none;">
<li class="list-group-item">0. Check your selection above <a href="#">click to get up<a></li>
<li class="list-group-item">1. Run Command prompt(aka cmd) as Administrator</li>
<li class="list-group-item">2. Copy the Code <button type="button" id="copy-to-clip" class="btn btn-primary btn-sm" onclick="CopyToClipboard('windows_winget')">Copy code to Clipboard</button></li>
<li class="list-group-item bg-light"><code id="windows_winget">Code will show up here after you generate it.</code></li>
<li class="list-group-item">3. Paste the Code into PowerShell and press Enter(*)</li>
<li class="list-group-item">4. Now sit, relax and watch it work for you.</li>
</ul>
</div>
</div>
<div class="row mt-5 mb-5">
<div class="col">
<p>* By using the script, you agree to use the Chocolatey Software Management Tool and all associated applications at your own risk.
<!-- start_comment -->
<br><h4> Not tested progs </h4>
<br>
<br>darktable gimp inkscape krita - Photo edit
<br>kdenlive olive openshot - Video edit
<br>lmms - Music creation
<br>scribus sublime text - Docs(page-proofs)
<br>only office - office
<br>kodi - sync cinema
<br>
<br> VPN - Aman vpn (Marty files); Privado
<br>Android
<br>
<br>* PC debugging:
<br> * adb app control
<br> * xiaomi adb fastboot tool
<!-- end_comment -->
</p>
</div>
</div>
</div>
</body>
<script>
function display_changer(user_selection, type)
{
for (var i = 1; i <= 4; i++)
{
if (i == user_selection)
{ document.getElementById(`UserSelection${type}${i}_checker`).style.display="inline-block"; }
else
{ document.getElementById(`UserSelection${type}${i}_checker`).style.display="none"; }
}
}
function updateBat(){
var radios = document.getElementsByName('UserSelection');
var radiosPM = document.getElementsByName('UserSelectionPM');
for (var i = 0, length = radios.length; i < length; i++) {
if (radios[i].checked)
{
user_selection = radios[i].value;
if(user_selection == "install") { display_changer(1, ""); }
if(user_selection == "uninstall") { display_changer(2, ""); }
if(user_selection == "pin add --name=") { display_changer(3, ""); }
if(user_selection == "pin remove --name=") { display_changer(4, ""); }
//break;
}
if (i <= 1)
{
if(radiosPM[i].checked)
{
user_selectionPM = radiosPM[i].value;
if(user_selectionPM == "choco")
{document.getElementById("UserSelectionPM1_checker").style.display="inline-block";
document.getElementById("UserSelectionPM2_checker").style.display="none";
document.getElementById("choco_instruction").style.display="block";
document.getElementById("winget_instruction").style.display="none";}
else
{document.getElementById("UserSelectionPM2_checker").style.display="inline-block";
document.getElementById("UserSelectionPM1_checker").style.display="none";
document.getElementById("winget_instruction").style.display="block";
document.getElementById("choco_instruction").style.display="none";}
//break;
}
}
}
}
function saveBat() {
var radios = document.getElementsByName('UserSelection');
var radiosPM = document.getElementsByName('UserSelectionPM');
for (var i = 0, length = radios.length; i < length; i++) {
if (radios[i].checked) {
user_selection = radios[i].value;
}
if (i <= 1)
{
if(radiosPM[i].checked) {
user_selectionPM = radiosPM[i].value;
}
}
}
var app = document.forms[0];
var app_list = "";
var i;
var selected_category;
for (i = 0; i < app.length; i++) {
if(app[i].value.split(/,/)[1] == selected_category && selected_category != undefined){
if (app[i].checked == false && user_selectionPM == "choco") { app_list = app_list + app[i].value.split(/,/)[2] + " "; }
if (app[i].checked == false && user_selectionPM == "winget") { app_list = app_list + app[i].value.split(/,/)[3] + " "; }
}
else{
if (app[i].checked == true) {
if(app[i].name == "category") {selected_category = app[i].value;}
if(app[i].value[0] == ',') {
if (user_selectionPM == "choco") { app_list = app_list + app[i].value.split(/,/)[2] + " "; }
if (user_selectionPM == "winget") { app_list = app_list + app[i].value.split(/,/)[3] + " "; }
}
}
}
}
if (user_selectionPM == "choco")
{
if (user_selection != "pin add --name=" && user_selection != "pin remove --name=")
{ var windows_line = user_selectionPM + ' ' + user_selection + ' ' + app_list + '-y '; }
else
{
var windows_line = "";
app_list = app_list.split(" ")
for (i = 0; i < app_list.length - 1; i++) {
if(app_list[i] != "") { windows_line = windows_line + user_selectionPM + ' ' + user_selection + '\"' + app_list[i] + '\"';
//if (!(i == app_list.length - 2)) { windows_line = windows_line + ' ; '}} // ";" for Power shell
if (!(i == app_list.length - 2)) { windows_line = windows_line + ' & '; }} // "&" for cmd
//Use one of two options
}
}
}
else {
if (user_selection == "pin add --name=" || user_selection == "pin remove --name=") {windows_line = "As far as I know Winget does not support this function"}
else
{
var windows_line = "";
app_list = app_list.split(" ");
for (i = 0; i < app_list.length - 1; i++) {
if(app_list[i] != "") { windows_line = windows_line + user_selectionPM + ' ' + user_selection + ' --id=' + app_list[i];
//if (!(i == app_list.length - 2)) { windows_line = windows_line + ' ; ';}} // ";" for Power shell
if (!(i == app_list.length - 2)) { windows_line = windows_line + ' & ';}} // "&" for cmd
//Use one of two options
}
}
}
if (app_list) {
if(user_selectionPM == "choco") {document.getElementById('windows_choco').innerHTML = windows_line;}
else{ document.getElementById('windows_winget').innerHTML = windows_line;}
} else {
if(user_selectionPM == "choco"){document.getElementById('windows_choco').innerHTML = "No apps selected. Please choose your apps to create your installation code.";}
else { document.getElementById('windows_winget').innerHTML = "No apps selected. Please choose your apps to create your installation code."; }
}
}
function CopyToClipboard (containerid) {
const textarea = document.createElement('textarea')
textarea.id = 'temp_element'
textarea.style.height = 0
document.body.appendChild(textarea)
textarea.value = document.getElementById(containerid).innerText
const selector = document.querySelector('#temp_element')
selector.select()
document.execCommand('copy')
document.body.removeChild(textarea)
}
</script>
</html>