Untitled
unknown
plain_text
a year ago
171 B
13
Indexable
@echo off
:: Replace 'Wi-Fi' with your actual adapter name if different
powershell -Command "Try { Disable-NetAdapter -Name 'Wi-Fi' -Confirm:$false } Catch {}" >nul 2>&1Editor is loading...
Leave a Comment