hide seafile main window
This commit is contained in:
parent
c13f60fae1
commit
a3d3855177
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user