Installing FloppyLock
The FlopLock service must be installed on all computers which will have their floppy drives locked. After installation, it must be configured on each installed computer to start automatically to prevent unauthorized users from using the floppy drive.instsrv FloppyLock "ResourceKitInstalledPath\floplock.exe"
REM ===============================================
REM ==== Example script for starting a floplock service via command-line ====
REM ===============================================
REM --------> Install the service
instsrv MyExampleService "ResourceKitInstalledPath\floplock.exe" -a AdminServiceAccount -p 1AdminPassword
REM -------> Start the newly added service
sc Start MyExampleService
Uninstalling FloppyLock
instsrv FloppyLock Remove