firefox take time to start
This commit is contained in:
parent
6de54b5d87
commit
66c2a1a452
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall\LosslessCut" /
|
||||||
|
|
||||||
:: === Firefox configuration ==
|
:: === Firefox configuration ==
|
||||||
"%ProgramFiles%\Mozilla Firefox\firefox.exe"
|
"%ProgramFiles%\Mozilla Firefox\firefox.exe"
|
||||||
TIMEOUT 1
|
TIMEOUT 5
|
||||||
TASKKILL /im firefox.exe /F
|
TASKKILL /im firefox.exe /F
|
||||||
|
|
||||||
FOR /F %%i IN ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') DO SET "vbc=%%i"
|
FOR /F %%i IN ('dir /B /S ^"%APPDATA%\Mozilla\Firefox\Profiles\*.default-release^"') DO SET "vbc=%%i"
|
||||||
|
|
Loading…
Reference in a new issue