Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 622 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 622 Bytes

Cards

Install Service

cd C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts start Developer Command Prompt for VS2013 type "installutil CaHm.Server.exe" into the commandline

The service should now be installed

Start Service

Open "Services" app from pressing the windows button and start typing "Services" Right click CaHmServerService and start

Uninstall Service

cd C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts start Developer Command Prompt for VS2013 type "installutil /u CaHm.Server.exe" into the commandline

The service should now be uninstalled