[tor-bugs] #13819 [Tor bundles/installation]: Provide Windows expert bundles with unhidden console

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Oct 17 18:12:01 UTC 2015


#13819: Provide Windows expert bundles with unhidden console
-------------------------------------------------+-------------------------
 Reporter:  Noino                                |          Owner:  gk
     Type:  enhancement                          |         Status:
 Priority:  Medium                               |  needs_review
Component:  Tor bundles/installation             |      Milestone:
 Severity:  Normal                               |        Version:
 Keywords:  GeorgKoppen201509,                   |     Resolution:
  TorBrowserTeam201510R                          |  Actual Points:
Parent ID:                                       |         Points:
  Sponsor:                                       |
-------------------------------------------------+-------------------------
Changes (by TheNain38):

 * severity:   => Normal


Comment:

 You can use this script:

 {{{
 #!bat
 @echo off
 tasklist /nh /fi "imagename eq tor.exe" | find /i "tor.exe" >nul && (
 taskkill /t /f /im tor.exe >nul
 ) || (
 Tor\tor.exe 2>&1 | more
 )
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13819#comment:43>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list