From d74ac89b055de71d9fedb169ee29a7b48c4bbc6a Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Thu, 14 Oct 2021 08:13:34 -0600 Subject: [PATCH] Minor formatting fix --- source/misc-guides/tor-os/windows.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/misc-guides/tor-os/windows.rst b/source/misc-guides/tor-os/windows.rst index a6a6fc0..854bb81 100644 --- a/source/misc-guides/tor-os/windows.rst +++ b/source/misc-guides/tor-os/windows.rst @@ -33,6 +33,9 @@ Running Tor on Windows .. code-block:: sc create tor start=auto binPath="\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.