You can configure SVservice with the following registry keys and optionally configuring the values in the HKLM\SYSTEM\CurrentControlSet\services\svservice\Parameters registry key.

Parameter Type Description
RunAppEventScripts REG_DWORD
Note: This registry value can be used for configuring SVservice only in App Volumes 4 and later.
Enabling this registry value runs the custom .bat scripts when the scripts are present in the Custom folder.

By default, this value is set to 0.

For the custom scripts to run, this value must be set to 1.

For the list of .bat scripts, see Configuring SVdriver and SVservice.

For more information about the Custom folder, see Policy Files and Scripts.

LogFileSizeInKB REG_DWORD The size of the log file before rotating the log file.

The default value of this parameter is 5120 (5MB) and the maximum value is 51200(50MB).

If the parameter is set to 0 or greater than the maximum value, svservice uses the default value as the value of this parameter.

MaxDelayTimeOutS REG_DWORD The maximum wait for a response from the App Volumes Manager, in seconds. If set to 0, the wait for response is forever. The default is 300 seconds (5 minutes).
ResolveTimeOutMs REG_DWORD Defined in milliseconds for name resolution. If resolution takes longer than the timeout value, the action is canceled. The default is 0, which waits for completion.
ConnectTimeOutMs REG_DWORD Defined in milliseconds for server connection requests. If a connection request takes longer than this timeout value, the request is canceled. The default is 10 seconds.
SendTimeOutMs REG_DWORD Defined in milliseconds for sending requests. If sending a request takes longer than this timeout value, the request is canceled. The default is 30 seconds.
ReceiveTimeOutMs REG_DWORD Defined in milliseconds to receive a response to a request. If a response takes longer than this timeout value, the request is canceled. The default is 5 minutes.
ProvisioningCompleteTimeOut REG_DWORD Defined in seconds to keep trying to contact the App Volumes Manager after provisioning is completed. The default is 120.
DomainNameWaitTimeOut REG_DWORD Defined in seconds how long to wait for the computer during startup to resolve Active Directory domain name. On machines that are not joined to any domain, you can set the value to 1 for faster login. The default is 60.
WaitInstallFonts REG_DWORD Defines how long to wait in seconds for fonts to be installed. The default is to not wait for completion.
WaitUninstallFonts REG_DWORD Defines how long to wait in seconds for fonts to be removed. The default is to not wait for completion.
WaitForFirstVolumeOnly REG_DWORD Defined in seconds, only hold logon for the first volume. After the first volume is complete, the remaining are handled in the background, and the logon process is allowed to proceed. To wait for all volumes to load before releasing the logon process, set this value to 0. The default is 1.