-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTOM8r_default.ini
747 lines (684 loc) · 17.3 KB
/
AUTOM8r_default.ini
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
[AUTOM8]
debug = 0
show_batch_window = 0
network_path = \\example.local\public\AUTOM8r
env_vars_section_name = env-vars
init_mods_section_name = init-mods
install_apps_section_name = install-apps
uninstall_apps_section_name = uninstall-apps
pin_apps_section_name = pin-apps
post_mods_section_name = post-mods
run_apps_section_name = run-apps
startup_reg_delete_section_name = startup-reg-delete
[env-vars]
Path|D:\Portables\Tools\ffmpeg\bin = 1
Path|D:\Portables\Tools\rsync = 1
[init-mods]
Change PC Name = 1
Disable UAC = 1
Enable RDP = 1
Enable Dark Theme = 1
Enable Small Icons = 1
Show Hidden Files = 1
Change User Folder = 1
Configure Date Time Format = 1
Change Background To Mid Gray = 1
Enable WSL = 0
Enable Classic Context Menu = 1
Enable Old Start And Taskbar = 1
Show File Extensions = 1
Disable Data Collection = 1
Disable New App Notification = 1
Disable Automatic Driver Update = 1
Disable Recent = 1
Disable Notification Center = 1
Disable Cortana = 1
Disable Hypervisor = 0
Disable People Band = 1
Disable Windows Ink = 1
Disable Pen Flicks = 1
Disable Tablet Mode = 1
Disable Auto Recovery = 1
Disable AutoPlay = 1
Disable Program Compatibility Assistant Service = 1
Disable Windows Search Service = 1
Disable Windows Suggestions = 1
Disable ThumbsDB = 1
Disable Remote Assistance = 1
Disable Storage Sense = 1
Disable Auto Sign-on = 1
Disable Edge Help = 1
Show All Tray Icons = 1
Hide Task View Button = 1
Hide Taskbar Keyboard Button = 1
Cleanup Sound Devices = 1
Remove Microsoft Quick Assist = 0
Remove OneDrive = 1
Add Additional Clocks = 1
Add CMD To Right Click = 1
Add Control Panel To Right Click = 1
Add Network Connections To Right Click = 1
Add Programs And Features To Right Click = 1
Fix Network Drives Not Showing = 1
Fix Downloads Folder Listing = 1
Fix Icon Spacing = 1
Configure PowerCFG = 1
Disable Adaptive Brightness = 1
[init-mods-vars]
Change PC Name To = HomePC
Change User Folder Documents = D:\John Doe\Documents
Change User Folder Desktop = D:\John Doe\Desktop
Change User Folder Downloads = D:\John Doe\Downloads
Change User Folder Pictures = D:\John Doe\Pictures
Change User Folder Music = D:\John Doe\Music
Change User Folder Videos = D:\John Doe\Videos
Configure PowerCFG Monitor Timeout AC = 5
Configure PowerCFG Standby Timeout AC = 0
Configure PowerCFG Monitor Timeout DC = 5
Configure PowerCFG Standby Timeout DC = 15
[install-apps]
visual-cpp = 1
persian-keyboard = 1
everything = 1
chrome = 1
firefox = 0
telegram = 0
npp = 1
parsinegar = 1
7zip = 1
winrar = 1
qview = 1
lockhunter = 1
mediainfo = 1
sumatrapdf = 1
openshell = 0
steam = 0
vnc = 1
openvpn = 1
dropbox = 1
pcloud = 1
jre = 0
ojdk = 1
exodus = 0
libreoffice = 0
microsoft-office-2021 = 1
vlc = 1
potplayer = 1
obs = 0
audacity = 0
vsbuildtools = 0
git = 1
autoit = 1
python = 0
inno = 1
vscode = 1
filezilla = 0
virtualbox = 0
vmwarews = 1
docker = 0
openhashtab = 0
adobe-photoshop = 1
adobe-lightroom-classic = 0
adobe-media-encoder = 0
adobe-after-effects = 0
fastpictureviewer = 1
krita = 0
gimp = 0
inkscape = 0
blender = 0
cura = 1
1password = 1
[install-apps-vars]
git Name = First Last
git Email = [email protected]
python Modules = pyqt5 pyqt5-tools pyinstaller six cairosvg pylint
vscode Extensions = Damien.autoit ms-python.python ms-python.pylint njpwerner.autodocstring kiteco.kite ms-vscode.PowerShell pkief.material-icon-theme dart-code.dart-code dart-code.flutter alexisvt.flutter-snippets tyriar.lorem-ipsum ms-vscode.hexeditor ritwickdey.liveserver mhutchie.git-graph donjayamanne.githistory Chouzz.vscode-innosetup ms-vscode-remote.remote-ssh ms-vscode-remote.remote-wsl darkriszty.markdown-table-prettify ms-vsliveshare.vsliveshare-pack redhat.ansible oderwat.indent-rainbow redhat.vscode-yaml aprilandjan.ascii-tree-generator hediet.vscode-drawio grapecity.gc-excelviewer humao.rest-client monish.regexsnippets
[uninstall-apps]
Kaspersky Secure Connection = 1
[post-mods]
Cleanup = 1
[post-mods-vars]
[startup-reg-delete]
CCXProcess = 1
Adobe = 1
LCore = 1
LWS = 1
SpyderUtility = 1
Java = 1
vmware = 1
Teams = 1
OneDrive = 1
Edge = 1
[run-apps]
C:\Program Files\Google\Chrome\Application\chrome.exe = 1
C:\Program Files (x86)\Dropbox\Client\Dropbox.exe = 1
; individual app configs in alphabetical order
[1password]
display-name = 1Password
partial-search = 1
silent-switches = --silent
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[7zip]
display-name = 7-Zip
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[adobe-photoshop]
setup-file = Adobe 2024\Set-up.exe
display-name = Adobe Photoshop
partial-search = 1
silent-switches = --silent=1
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[adobe-lightroom-classic]
setup-file = Adobe 2024\Set-up.exe
display-name = Adobe Lightroom Classic
partial-search = 1
silent-switches = --silent=1
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[adobe-media-encoder]
setup-file = Adobe 2024\Set-up.exe
display-name = Adobe Media Encoder
partial-search = 1
silent-switches = --silent=1
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[adobe-after-effects]
setup-file = Adobe 2024\Set-up.exe
display-name = Adobe After Effects
partial-search = 1
silent-switches = --silent=1
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[anyburn]
display-name = AnyBurn
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[audacity]
display-name = Audacity
partial-search = 1
silent-switches = /VERYSILENT /NOCANCEL /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = C:\Program Files\Audacity\audacity.exe
post-setup = 1
[autoit]
display-name = AutoIt
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[blender]
display-name = blender
partial-search = 1
silent-switches = /passive
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[chrome]
display-name = Google Chrome
partial-search = 1
silent-switches = /passive
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[cura]
display-name = Ultimaker Cura
partial-search = 1
silent-switches = /S /D=C:\Program Files\Ultimaker Cura
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[docker]
display-name = Docker Desktop
partial-search = 1
silent-switches = install --quiet --accept-license --noreboot
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[dropbox]
display-name = Dropbox
partial-search = 1
silent-switches = /NOLAUNCH
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[everything]
display-name = Everything
partial-search = 1
silent-switches = /S -install-options "-app-data -enable-run-as-admin -install-efu-association -uninstall-folder-context-menu -uninstall-run-on-system-startup -install-service -uninstall-desktop-shortcut -install-start-menu-shortcuts -uninstall-url-protocol -disable-update-notification" /D=C:\Program Files\Everything
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[fastpictureviewer]
display-name = FastPictureViewer Codec
partial-search = 1
silent-switches = /passive /norestart
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[filezilla]
display-name = FileZilla
partial-search = 1
silent-switches = /S /user=all
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[firefox]
display-name = Mozilla Firefox
partial-search = 1
silent-switches = -ms
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[gimp]
display-name = GIMP
partial-search = 1
silent-switches = /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[git]
display-name = Git
partial-search = 0
silent-switches = /SUPPRESSMSGBOXES /VERYSILENT /NORESTART /NOCANCEL /SP- /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS /COMPONENTS="icons,ext\reg\shellhere,assoc,assoc_sh"
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[inkscape]
display-name = Inkscape
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[inno]
display-name = Inno Setup
partial-search = 1
silent-switches = /ALLUSERS /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /DIR="C:\Program Files (x86)\Inno Setup"
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[jre]
display-name = Java
partial-search = 1
silent-switches = /s WEB_JAVA=0 SPONSORS=0
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[krita]
display-name = Krita
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[libreoffice]
display-name = LibreOffice
partial-search = 1
silent-switches = /passive
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[lockhunter]
display-name = LockHunter
partial-search = 1
silent-switches = /verysilent
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[mediainfo]
display-name = MediaInfo
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = C:\Program Files\MediaInfo\MediaInfo.exe
post-setup = 1
[microsoft-office-2021]
setup-file = odt-setup.exe
display-name = Microsoft Office Professional Plus 2021
partial-search = 1
silent-switches = /configure word-excel-powerpoint.xml
;silent-switches = /configure word-excel-powerpoint-publisher.xml
;silent-switches = /configure word-excel-powerpoint-publisher-outlook.xml
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[npp]
display-name = Notepad++
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[obs]
display-name = OBS Studio
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = C:\Program Files\obs-studio\bin\64bit\obs64.exe
post-setup = 1
[ojdk]
display-name = Eclipse Temurin JDK
partial-search = 1
silent-switches = /passive /norestart
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[openhashtab]
display-name = OpenHashTab
partial-search = 1
silent-switches = /SILENT /NORESTART /ALLUSERS
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[openshell]
display-name = Open-Shell
partial-search = 1
silent-switches = /passive /norestart
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[openvpn]
display-name = OpenVPN
partial-search = 1
silent-switches = /passive /norestart
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[parsinegar]
display-name = ParsiNegar
partial-search = 1
silent-switches = /SUPPRESSMSGBOXES /VERYSILENT /NOCANCEL /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[pcloud]
display-name = pCloud
partial-search = 1
silent-switches = /passive /norestart
driver-install = 1
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[persian-keyboard]
setup-file = Persian2_amd64.msi
display-name = Iranian Standard Persian Keyboard
partial-search = 1
silent-switches = /passive
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[potplayer]
display-name = PotPlayer
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.exe
post-setup = 1
[python]
display-name = Python 3
partial-search = 1
silent-switches = /quiet InstallAllUsers=1 PrependPath=1 TargetDir=C:\Python
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[qview]
display-name = qView
partial-search = 1
silent-switches = /SILENT /NORESTART /ALLUSERS
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[startisbackLdr]
display-name = StartIsBack++
partial-search = 1
silent-switches = /SILENT
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[steam]
display-name = Steam
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[sumatrapdf]
display-name = SumatraPDF
partial-search = 1
silent-switches = -install -s -d "C:\Program Files\SumatraPDF"
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = C:\Program Files\SumatraPDF\SumatraPDF.exe
post-setup = 1
[telegram]
display-name = Telegram Desktop
partial-search = 1
silent-switches = /SUPPRESSMSGBOXES /VERYSILENT /NOCANCEL /CLOSEAPPLICATIONS /RESTARTAPPLICATIONS
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[virtualbox]
display-name = VirtualBox
partial-search = 1
silent-switches = --silent --ignore-reboot
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[visual-cpp]
setup-file = install_all.bat
display-name =
partial-search = 1
silent-switches =
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[vlc]
display-name = VLC media player
partial-search = 1
silent-switches = /S
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[vmwarews]
display-name = VMware Workstation
partial-search = 1
silent-switches = /s /v"/qn AUTOSOFTWAREUPDATE=0 DATACOLLECTION=0 EULAS_AGREED=1 SERIALNUMBER=serial_number_here"
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[vnc]
display-name = RealVNC Server
partial-search = 1
silent-switches = /qn OFFLINELICENSE=serial_number_here
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1
[vsbuildtools]
display-name = Microsoft Build Tools
partial-search = 1
silent-switches = -q --norestart
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 0
[vscode]
display-name = Visual Studio Code
partial-search = 1
silent-switches = /verysilent /mergetasks=!runcode
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = C:\Program Files\Microsoft VS Code\Code.exe
post-setup = 1
[winrar]
display-name = WinRAR
partial-search = 1
silent-switches = /s
driver-install = 0
win-wait = disabled
click-element = disabled
process-close = disabled
run-close = disabled
post-setup = 1