Several FAQ changes, docs updates

This commit is contained in:
kn0wmad
2021-11-19 14:37:51 -07:00
parent 40bb47ab88
commit 3e2f142e00
4 changed files with 14 additions and 10 deletions

View File

@@ -32,10 +32,10 @@ Running Tor on Windows
.. code-block::
sc create tor start=auto binPath="<PATH TO>\Browser\TorBrowser\Tor\tor.exe -nt-service"
sc create tor start= auto binPath= "<PATH TO>\Browser\TorBrowser\Tor\tor.exe -nt-service"
.. code-block::
sc start tor
.. note:: If you get the error "Access denied," please ensure you are running the command prompt in Administrator mode. You can tell because the prompt will show C:\\Users\\YOUR-USERNAME> if you are NOT in admin mode, and it will show C:\\WINDOWS\\system32 if you ARE in admin mode.