Friday, August 27, 2010

Automatically Start AppV Management Server Service After Reboot Server

Have to notice that the AppV Management Server Service will not start automatically everytime you reboot the server? To avoid this troublesome step, you will need to perform the steps below to create a service dependency to the AppV Management Server Service.


1. On your AppV Management Server, run regedit
2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
3. Right click AppVirtServer and select, New, Multi-string Value.
4. Rename it to DependOnService
5. Double click the DependOnService and enter MSSQLSERVER (check your SQL service to ensure that the correct value is entered) in the empty field and click OK
6. Close the registry editor.


After doing the steps above, your AppV Management Server Service would be able to start atomatically after you reboot your server.