Open EgorKuzevanov opened 5 months ago
In batch files Supermium (Classic).cmd, Supermium (Ungoogled).cmd and Supermium (Classic Ungoogled).cmd, you need to insert start "" before chrome.exe, otherwise the console window will remain open and interfere until close Supermium.
start ""
chrome.exe
The batch files will be adjusted.
In batch files Supermium (Classic).cmd, Supermium (Ungoogled).cmd and Supermium (Classic Ungoogled).cmd, you need to insert
start ""
beforechrome.exe
, otherwise the console window will remain open and interfere until close Supermium.