Created
June 30, 2021 18:46
-
-
Save Technetium1/e53b0339add96bbedf9d27a4ab33b411 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start-Process -FilePath "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" -ArgumentList "http://captive.apple.com/hotspot-detect.html" | |
timeout /T 10 /NOBREAK | |
echo "ENDING EDGE!" | |
Get-Process -Name "*Edge*" | Stop-Process |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment