@@ -20,19 +20,24 @@ reg add "%baseKey%" /ve /d "" /f
20
20
reg add " %baseKey% " /v SubCommands /d " " /f
21
21
reg add " %baseKey% " /v MUIVerb /d " Compress" /f
22
22
23
+ reg delete " %shellKey% " /f
24
+
23
25
reg add " %shellKey% \a_8MB" /ve /d " 8 MB" /f
24
26
reg add " %shellKey% \a_8MB\command" /ve /d " powershell -ExecutionPolicy Bypass -File \" %scriptPath% \" \" %% 1\" 8 MB 0.5 24 -Shell" /f
25
27
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
28
33
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
31
36
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
34
39
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
37
42
38
43
ENDLOCAL
0 commit comments