Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
Disconnect from current conencted wifi network
Browse files Browse the repository at this point in the history
  • Loading branch information
t4rra committed Mar 29, 2021
1 parent be9fc76 commit 637a449
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 5kblHotspotHelper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo.
echo ---WINDOWS HOTSPOT FIX/SETUP---
echo.

echo Created by 5kbl(Github)/tostiwee(Reddit). Go to https://skbl.ml/VRScript for more info.
echo Created by 5kbl.

echo.
echo Current Wireless Interface: %interfacename%
Expand All @@ -85,6 +85,8 @@ goto other
netsh wlan set autoconfig enabled=yes interface="%interfacename%"
timeout 2

netsh wlan disconnect

powershell .\hotspotstart.ps1
timeout 2

Expand Down Expand Up @@ -141,4 +143,4 @@ echo Sorry, that's not an option!
echo.
pause
cls
goto menu
goto menu

0 comments on commit 637a449

Please sign in to comment.