Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Removed wifi info from control panel (non functional in PE)
  • Loading branch information
alphe-lbp authored Nov 3, 2023
1 parent 43c5584 commit 8b02f59
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions os_wpe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,10 @@ echo ....Control Panel....
echo Adjust your computer's settings.
echo.
echo 1) Change terminal colors
echo 2) WiFi information
echo 3) Exit Control Panel
echo 2) Exit Control Panel
set /p coption=Choose a setting to change:
if %coption%==1 call :scolor
if %coption%==2 goto wifi
if %coption%==3 goto rstart
goto cpanel

:wifi
cls
set /p ssid=Enter the SSID of your WiFi network in quotations:
Netsh wlan show profile name=%ssid% key=clear
pause
cls
if %coption%==2 goto rstart
goto cpanel

:scolor
Expand Down Expand Up @@ -169,7 +159,7 @@ goto plist

:aboutwpe
cls
echo Windows Pocket Edition - Version Alpha 0.0.2 (Build: A6) - Made by The Kernel Brothers
echo Windows Pocket Edition - Version Alpha 0.0.3 (Build: A7) - Made by The Kernel Brothers
pause
cls
goto start

0 comments on commit 8b02f59

Please sign in to comment.