F5F Stay Refreshed Software Operating Systems 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.

Use built-in settings to block internet access without changing airplane mode or disabling Wi-Fi.

M
mat350
Junior Member
19
12-27-2016, 03:49 AM
#1
Hey everyone, here are some suggestions for temporarily blocking the internet on your Windows 10 laptop without changing Wi-Fi or airplane settings or pressing any keyboard keys. It might seem unusual, but these methods work. Thanks!
M
mat350
12-27-2016, 03:49 AM #1

Hey everyone, here are some suggestions for temporarily blocking the internet on your Windows 10 laptop without changing Wi-Fi or airplane settings or pressing any keyboard keys. It might seem unusual, but these methods work. Thanks!

T
tymo1510
Member
101
01-14-2017, 11:01 PM
#2
Device manager controls system hardware and software settings.
T
tymo1510
01-14-2017, 11:01 PM #2

Device manager controls system hardware and software settings.

A
AwSoMe683
Member
50
01-15-2017, 12:02 AM
#3
Remove the SSID password if configured; this will cut off WiFi until you enter the password. While connected, switch the network mode to manual, enable the "Metered connection" option, and set the data cap to very low.
A
AwSoMe683
01-15-2017, 12:02 AM #3

Remove the SSID password if configured; this will cut off WiFi until you enter the password. While connected, switch the network mode to manual, enable the "Metered connection" option, and set the data cap to very low.

A
Abbasaurus
Member
209
01-15-2017, 08:57 AM
#4
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/
A
Abbasaurus
01-15-2017, 08:57 AM #4

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/

B
BlaseGames
Member
169
01-15-2017, 10:05 AM
#5
The proposed answer is intriguing...
B
BlaseGames
01-15-2017, 10:05 AM #5

The proposed answer is intriguing...

L
lukefielding
Junior Member
35
02-01-2017, 04:00 PM
#6
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.
L
lukefielding
02-01-2017, 04:00 PM #6

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.

S
Seifie_plays
Member
63
02-01-2017, 08:55 PM
#7
Jarsky, I believe "ipconfig/release" followed by "renew" will be the most effective... Thanks!
S
Seifie_plays
02-01-2017, 08:55 PM #7

Jarsky, I believe "ipconfig/release" followed by "renew" will be the most effective... Thanks!