server/windows/USBEventSvc/install.sh
author mb
Wed, 26 Feb 2014 17:27:07 +0100
changeset 79 617009c32da0
permissions -rw-r--r--
hibernate, wait_startup, and other changes
     1 #!/bin/bash
     2 sc stop OpenSecUSBEventSvc
     3 sc delete OpenSecUSBEventSvc
     4 ./OpenSecUSBEventSvc install
     5 sc start OpenSecUSBEventSvc