hide seafile main window

This commit is contained in:
Michael H.G. Schmidt 2023-09-11 12:31:15 +02:00
parent c13f60fae1
commit a3d3855177

View File

@ -330,6 +330,10 @@ if seafile_domain == 0 (
/v "PreconfigureUsername" /d "%USERNAME%@%seafile_domain%" /t REG_SZ /f 1>nul
reg add "HKCU\SOFTWARE\SeaFile" ^
/v "PreconfigureUserToken" /d "dummy" /t REG_SZ /f 1>nul
rem hide seafile main window ...
reg add "HKCU\SOFTWARE\SeaFile\Seafile Client\Behavior" ^
/v "hideMainWindowWhenStarted" /d "true" /t REG_SZ /f 1>nul
)
:SEAFILE_DONE