Use built-in settings to block internet access without changing airplane mode or disabling Wi-Fi.
Use built-in settings to block internet access without changing airplane mode or disabling Wi-Fi.
Are you still requiring network connectivity? If not, you can switch manually from DHCP to a random IP address, apply it, and then revert to DHCP to re-establish the connection. Alternatively, visit https://www.itechtics.com/3-ways-disable...mporarily/
Involves what you consider the "Internet"...if you wish to block website access you can manually configure your DNS server to 127.0.0.1 and revert it when needed. If you don’t require network connectivity at all, assigning a VLAN ID or switching your IP to another subnet on your adapter works too. Of course, you could run commands like ipconfig /release then wait for ipconfig /renew. All these actions can be automated via simple bash or PowerShell scripts using netsh commands with sleep timers if desired.
Jarsky, I believe "ipconfig/release" followed by "renew" will be the most effective... Thanks!