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

Commit

Permalink
Update 5kblHotspotHelper.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
t4rra committed Apr 1, 2021
1 parent 8e528a9 commit 71da441
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 5kblHotspotHelper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ goto check_Permissions
goto setup
) else (
echo.
echo Please run this script again with admin priviliges.
echo Please run this script again with admininstrator priviliges.
echo.
pause
exit
Expand Down Expand Up @@ -82,12 +82,10 @@ If /I "%Input%"=="5" goto 5
goto other

:1
netsh wlan set autoconfig enabled=yes interface="%interfacename%"
timeout 2
powershell .\hotspotstart.ps1

netsh wlan disconnect

powershell .\hotspotstart.ps1
timeout 2

netsh wlan set autoconfig enabled=no interface="%interfacename%"
Expand Down

0 comments on commit 71da441

Please sign in to comment.