diff --git a/doc/todo/windows_support/comment_20_ca245781a37db5546da3f7204adbeebb._comment b/doc/todo/windows_support/comment_20_ca245781a37db5546da3f7204adbeebb._comment new file mode 100644 index 0000000000..badb5308a7 --- /dev/null +++ b/doc/todo/windows_support/comment_20_ca245781a37db5546da3f7204adbeebb._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="108.236.230.124" + subject="comment 20" + date="2014-06-10T19:11:57Z" + content=""" +This seems pretty close to a command line to install the service with nssm. + +
+nssm install git-annex 'C:\Program Files\Git\cmd\git-annex.exe' assistant --autostart
+nssm set git-annex AppExit 0 Ignore
+nssm set git-annex AppExit 1 Ignore
+nssm set git-annex AppDirectory C:\
+nssm set git-annex AppNoConsole 1
+nssm start git-annex
+
+"""]]