After a restart & before a login, my PC is open to all sorts of internet connections with no VPN
Many nights when getting off my PC I would issue a restart. When looking through my Malewarebytes log recently, I was surprised to see it updating during the night when I was not logged on. I now run a batch file to restart the PC and disable the connection.
netsh interface set interface "Local Area Connection" DISABLE
shutdown.exe /r /t 10
In the 'all user' startup group I run another batch file to reconnect the lan.
netsh interface set interface "Local Area Connection" ENABLE
Has anyone else noticed this issue? (This is with Windows 7 btw)
Comments