Running Tor (Windows)

  1. Unfortunately, Tor Project no longer publishes a standalone Tor binary for Windows, so the recommended way to get it is with the Tor Browser Bundle. You can download it here.

  2. Once it is downloaded, run the installer by right clicking on it and selecting "Run as Administrator".

  3. Once you have selected a language, you should see a menu like this:

    install tor

    
    We will install it to `C:\Program Files\Tor Browser`. 
    If you choose a different folder, it needs to _not_ be anywhere under `C:\Users\`. Note the path you use here for the step after next.
    
  4. Open your Command Prompt as an administrator. In Windows 10, you can simply type cmd in the Windows search bar. Right click on the first result, and select "Run as Administrator".

  5. Configure Tor to run perpetually in the background. Insert your destination folder (from above) between binPath=" and the Browser subfolder

    sc create tor start= auto binPath="C:\Program Files\Tor Browser\Browser\TorBrowser\Tor\tor.exe -nt-service"
    
    
    If you receive `Access denied`
    
    1. 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.
    
  6. Start Tor.

    sc start tor
    

    tor running

    
    If you receive `The specified service already exists`:
    
    1. Run the command:
    
            sc delete tor
    
    1. Uninstall the Tor Browser, following <a href="https://tb-manual.torproject.org/uninstalling/" target="_blank">these steps</a>.
    
    1. Begin this guide again from the beginning.
    
  7. If using Firefox or Tor Browser, complete this final step