From 0f787e43b0169ae93dfaa65ccdeca4cbdf92bdd5 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 11 Feb 2018 17:37:47 +0000 Subject: [PATCH] mount: link the nssm service manager for mount under Windows --- cmd/mountlib/mount.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/mountlib/mount.go b/cmd/mountlib/mount.go index 9334e6176..b5863097d 100644 --- a/cmd/mountlib/mount.go +++ b/cmd/mountlib/mount.go @@ -112,7 +112,8 @@ The easiest way around this is to start the drive from a normal command prompt. It is also possible to start a drive from the SYSTEM account (using [the WinFsp.Launcher infrastructure](https://github.com/billziss-gh/winfsp/wiki/WinFsp-Service-Architecture)) -which creates drives accessible for everyone on the system. +which creates drives accessible for everyone on the system or +alternatively using [the nssm service manager](https://nssm.cc/usage). ### Limitations