My pet theory is there should be FUN when you are doing anything.
Every time I opened my laptop, its’ Network interface didn’t work. There are two options to use Internet on it. The first is waiting until connected the Internet automatically, but it’s take so long time, So I usually chose the second option. The second option is able to reduce the waiting time by turning off/on Network interface by using a batch script below.
netsh interface set interface Wi-Fi DISABLED
netsh interface set interface Wi-Fi ENABLED
netsh interface ip show interface
ping -n 10 8.8.8.8
However, I didn’t execute the batch script on the offline laptop today. Because I can wait until I use the Internet while playing a quit simple game on Chrome browser as below. I found FUN.
Sometime, I envy what Google do that. I really want to find funny things in Computer Security.

