Arlen Holder
2020-11-14 21:46:17 UTC
How do you start the freeware Brave browser in Tor mode
(from a Windows desktop/taskbar shortcut)?
Starting Brave via a desktop/taskbar shortcut is easy:
o mklink %userprofile%\desktop\brave.exe "C:\app\browser\brave\brave.exe"
Which creates a link whose target is the Brave browser in normal mode:
o Target=C:\app\browser\brave\brave.exe
And starting Brave in private mode is almost just as easy:
o Target=C:\app\browser\brave\brave.exe --incognito
But how do you start Brave in Tor mode via a desktop/taskbar shortcut?
o Even better, how do you start Brave in "ingognito plus Tor" mode?
This simply opens Brave in private mode (not Tor mode):
o Target=C:\app\browser\brave\brave.exe --incognito --tor
There _must_ be a way to make that link; but I don't know how yet.
o Do you? (perhaps via a batch file?)
(from a Windows desktop/taskbar shortcut)?
Starting Brave via a desktop/taskbar shortcut is easy:
o mklink %userprofile%\desktop\brave.exe "C:\app\browser\brave\brave.exe"
Which creates a link whose target is the Brave browser in normal mode:
o Target=C:\app\browser\brave\brave.exe
And starting Brave in private mode is almost just as easy:
o Target=C:\app\browser\brave\brave.exe --incognito
But how do you start Brave in Tor mode via a desktop/taskbar shortcut?
o Even better, how do you start Brave in "ingognito plus Tor" mode?
This simply opens Brave in private mode (not Tor mode):
o Target=C:\app\browser\brave\brave.exe --incognito --tor
There _must_ be a way to make that link; but I don't know how yet.
o Do you? (perhaps via a batch file?)
--
See also the related tutorial for installing progs where they belong
(you define where they belong, not a thousand different developers):
o Tutorial: How to install the free Brave privacy-based tor-enabled web browser where YOU want it to install (and how to save a full offline installer in the process)
<https://groups.google.com/forum/#!topic/alt.comp.freeware/bog50yqc_As>
See also the related tutorial for installing progs where they belong
(you define where they belong, not a thousand different developers):
o Tutorial: How to install the free Brave privacy-based tor-enabled web browser where YOU want it to install (and how to save a full offline installer in the process)
<https://groups.google.com/forum/#!topic/alt.comp.freeware/bog50yqc_As>