Monday, January 5, 2015

Install Tor as Windows service with custom name containing spaces

If you want to do this and also use names and paths containing spaces, introduce escaped double quotes like this:

sc create “service name” binPath= “\”C:\some dir\Tor\App\tor.exe\” –nt-service -f \”C:\some dir\Tor\Data\Tor\torrc\””

The single space right after binPath= is needed!

No comments:

Post a Comment