Skip to content

Commit 6abfd8e

Browse files
committed
Added 10MB preset
1 parent 30ba862 commit 6abfd8e

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Register.bat

+13-8
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,24 @@ reg add "%baseKey%" /ve /d "" /f
2020
reg add "%baseKey%" /v SubCommands /d "" /f
2121
reg add "%baseKey%" /v MUIVerb /d "Compress" /f
2222

23+
reg delete "%shellKey%" /f
24+
2325
reg add "%shellKey%\a_8MB" /ve /d "8 MB" /f
2426
reg add "%shellKey%\a_8MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 8 MB 0.5 24 -Shell" /f
2527

26-
reg add "%shellKey%\b_25MB" /ve /d "25 MB" /f
27-
reg add "%shellKey%\b_25MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 25 MB 0.75 30 -Shell" /f
28+
reg add "%shellKey%\b_10MB" /ve /d "10 MB" /f
29+
reg add "%shellKey%\b_10MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 10 MB 0.5 30 -Shell" /f
30+
31+
reg add "%shellKey%\c_25MB" /ve /d "25 MB" /f
32+
reg add "%shellKey%\c_25MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 25 MB 0.75 30 -Shell" /f
2833

29-
reg add "%shellKey%\c_50MB" /ve /d "50 MB" /f
30-
reg add "%shellKey%\c_50MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 50 MB 0.75 30 -Shell" /f
34+
reg add "%shellKey%\d_50MB" /ve /d "50 MB" /f
35+
reg add "%shellKey%\d_50MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 50 MB 0.75 30 -Shell" /f
3136

32-
reg add "%shellKey%\d_100MB" /ve /d "100 MB" /f
33-
reg add "%shellKey%\d_100MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 100 MB 1.0 60 -Shell" /f
37+
reg add "%shellKey%\e_100MB" /ve /d "100 MB" /f
38+
reg add "%shellKey%\e_100MB\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" 100 MB 1.0 60 -Shell" /f
3439

35-
reg add "%shellKey%\e_Custom" /ve /d "Custom" /f
36-
reg add "%shellKey%\e_Custom\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" -Prompt" /f
40+
reg add "%shellKey%\f_Custom" /ve /d "Custom" /f
41+
reg add "%shellKey%\f_Custom\command" /ve /d "powershell -ExecutionPolicy Bypass -File \"%scriptPath%\" \"%%1\" -Prompt" /f
3742

3843
ENDLOCAL

0 commit comments

Comments
 (0)