Genymobile / gnirehtet

Gnirehtet provides reverse tethering for Android
Apache License 2.0
6.25k stars 573 forks source link

How to make it run hidden(without terminal winodw) on windows? #495

Open rp1231 opened 1 year ago

rp1231 commented 1 year ago

Right now I have to keep the terminal window open, Is there any way to make it run hidden/in the background?

haydnerezac commented 1 year ago

make a .vbs file with "CreateObject("Wscript.Shell").Run "gnirehtet-run.cmd",0,True" in it.

Then edit the "gnirehtet-run.cmd" and change "run" to "autorun"