-
- Posts: 3
- Joined: Mon Nov 14, 2016 6:27 am
Hello,
I got a issue with my reconnect script i try since few days to fix it but not possible for me as i am not a programmer. There are my scripts:
Disconnect script (Work well):
netsh interface set interface "Wi-Fi" admin=DISABLED
netsh interface set interface "VMware Network Adapter VMnet1" admin=DISABLED
netsh interface set interface "VMware Network Adapter VMnet8" admin=DISABLED
taskkill /f /im firefox.exe
taskkill /f /im tor.exe
taskkill /f /im deluge.exe
taskkill /f /im deluged.exe
taskkill /f /im TeamViewer.exe
taskkill /f /im tv_w32.exe
taskkill /f /im tv_x64.exe
taskkill /f /im Terminals.exe
Reconnect script:
netsh interface set interface "Wi-Fi" admin=ENABLE
netsh interface set interface "VMware Network Adapter VMnet1" admin=ENABLE
netsh interface set interface "VMware Network Adapter VMnet8" admin=ENABLE
ping 192.168.0.1 -n 4 -w 20000
When i run it viscosity disconnect and kill my wifi again.
I also tried to add "echo ViscosityNoConnect" but no success obviously viscosity won't connect when my wifi is activated.
Regards.
I got a issue with my reconnect script i try since few days to fix it but not possible for me as i am not a programmer. There are my scripts:
Disconnect script (Work well):
netsh interface set interface "Wi-Fi" admin=DISABLED
netsh interface set interface "VMware Network Adapter VMnet1" admin=DISABLED
netsh interface set interface "VMware Network Adapter VMnet8" admin=DISABLED
taskkill /f /im firefox.exe
taskkill /f /im tor.exe
taskkill /f /im deluge.exe
taskkill /f /im deluged.exe
taskkill /f /im TeamViewer.exe
taskkill /f /im tv_w32.exe
taskkill /f /im tv_x64.exe
taskkill /f /im Terminals.exe
Reconnect script:
netsh interface set interface "Wi-Fi" admin=ENABLE
netsh interface set interface "VMware Network Adapter VMnet1" admin=ENABLE
netsh interface set interface "VMware Network Adapter VMnet8" admin=ENABLE
ping 192.168.0.1 -n 4 -w 20000
When i run it viscosity disconnect and kill my wifi again.
I also tried to add "echo ViscosityNoConnect" but no success obviously viscosity won't connect when my wifi is activated.
Regards.