-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutoStart.csv
We can make this file beautiful and searchable if this error is corrected: Illegal quoting in line 2.
51 lines (51 loc) · 2.86 KB
/
AutoStart.csv
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
;CSV Example:
;"first field",SecondField,"the word ""special"" is quoted literally",,"last field, has literal comma"
;CSV Format:
;StartDelay,(A)dmin|(U)ser,"Exe","Params","WorkingDir","WindowParams [Max|Min|Hide]"
;EXE must be full name with path!
;NO ANY SPACES BEFORE AND AFTER COMMA
;Comments must starts from new line and begins with ";"
;Example:
; 2,U,"%SystemRoot%\System32\calc.exe","first ""second param with spaces"""
;=================================== Win11 =====================================
;Set Balanced Power Plan (Disabled) [Win11 by default disable Core Parking]
;Executes a command of Command-Prompt (Console Window) without displaying anything on the screen.
;0,U,"%SOFT%\NirLauncher\NirSoft\nircmd.exe","execmd powercfg -setactive 381b4222-f694-41f0-9685-ff5bb260df2e"
0,U,"C:\Program Files\Malwarebytes\Windows Firewall Control\wfcUI.exe"
0,U,"C:\Program Files\Shadow Defender\DefenderDaemon.exe"
0,A,"C:\Program Files (x86)\MSI Afterburner\MSIAfterburner.exe"
0,A,"C:\Program Files (x86)\RivaTuner Statistics Server\RTSS.exe","/s"
0,U,"%SOFT%\BitMeter\BitMeter2.exe","-D ""%SOFT%\BitMeter\Settings"""
0,U,"%SOFT%\Clipdiary\clipdiary-portable.exe","--portable"
0,A,"%SOFT%\ClickMonitorDDC\ClickMonitorDDC.exe"
;CompactGUI: app always puts itself in autorun when monitoring is on
;0,U,"%SOFT%\CompactGUI\CompactGUI.exe","-tray"
0,A,"%SOFT%\CrystalDiskInfo\DiskInfo64.exe","/Startup"
0,U,"%SOFT%\CUIT\CUIT 2012.exe"
0,U,"%SOFT%\Flux\flux.exe","/noshow"
0,A,"%SOFT%\Gridy\Gridy.exe"
0,A,"%SOFT%\Libre_Hardware_Monitor\LibreHardwareMonitor.exe"
;0,U,"%SOFT%\Listary5\Listary.exe","-startup"
;0,U,"%SOFT%\Listary6\Listary.exe","--startup"
0,A,"%SOFT%\MemInfo\meminfo.exe"
0,U,"%SOFT%\Sandboxie-Plus\SandMan.exe","-autorun"
0,A,"%SOFT%\ScrollNavigator\ScrollNavigator.exe","-MINIMIZE"
;SpeedFan: CPU + GPU temperature
;/NOPCISCAN = disable PCI Express scan [GPU]
;/DONVIDIAI2C = get all info about nVidia GPU (including voltage)
0,A,"%SOFT%\SpeedFan\SpeedFan.exe","/NOSMBSCAN /NOSMARTSCAN /NOSCSISCAN /NOACPISCAN /NONVIDIAI2C"
0,A,"%SOFT%\SsdReady\SsdReady.exe"
0,A,"%SOFT%\WuMgr\wumgr.exe","-tray"
;================================== Win7 =======================================
;0,U,"powercfg","-setactive 381b4222-f694-41f0-9685-ff5bb260df2e",,"Hide"
;7,A,"%SOFT_BAT%\Windows_Firewall_Control.bat",,,"Hide"
;HWiNFO: OS crashed if launched without delay
;HWiNFO add sensors to OSD (MSI Afterburner):
;CPU Fan speed
;7,A,"%SOFT%\HWiNFO\HWiNFO64.exe"
;AIDA64 add sensors to OSD (MSI Afterburner):
;Time
;Vertical Refresh Rate
;15,A,"%SOFT%\AIDA64\AIDA64.exe"
;25,A,"%SOFT%\SpeedFan\SpeedFan.exe","/NOSMBSCAN /NOSMARTSCAN /NOSCSISCAN /NOACPISCAN /NONVIDIAI2C"
;===============================================================================