task_*cmd: add commented second winws instance

This commit is contained in:
bol-van 2024-04-27 08:53:30 +03:00
parent 45913cc2cd
commit 545290cefd
4 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,4 @@
set WINWS1=--wf-l3=ipv4,ipv6 --wf-tcp=80,443 --dpi-desync=fake,split --dpi-desync-ttl=7 --dpi-desync-fooling=md5sig set WINWS1=--wf-l3=ipv4,ipv6 --wf-tcp=80,443 --dpi-desync=fake,split --dpi-desync-ttl=7 --dpi-desync-fooling=md5sig
schtasks /Create /F /TN winws1 /NP /RU "" /SC onstart /TR "\"%~dp0winws.exe\" %WINWS1%" schtasks /Create /F /TN winws1 /NP /RU "" /SC onstart /TR "\"%~dp0winws.exe\" %WINWS1%"
rem set WINWS2=--wf-l3=ipv4,ipv6 --wf-udp=443 --dpi-desync=fake
rem schtasks /Create /F /TN winws2 /NP /RU "" /SC onstart /TR "\"%~dp0winws.exe\" %WINWS2%"

View File

@ -1,2 +1,4 @@
schtasks /End /TN winws1 schtasks /End /TN winws1
schtasks /Delete /TN winws1 /F schtasks /Delete /TN winws1 /F
rem schtasks /End /TN winws2
rem schtasks /Delete /TN winws2 /F

View File

@ -1 +1,2 @@
schtasks /Run /TN winws1 schtasks /Run /TN winws1
rem schtasks /Run /TN winws2

View File

@ -1 +1,2 @@
schtasks /End /TN winws1 schtasks /End /TN winws1
rem schtasks /End /TN winws2