woodpusher Posted April 1, 2007 Share Posted April 1, 2007 (edited) Hi,is there any way to disconnect from the Internet like it's possible in NT-based operating systems?Or do you know a freeware which can perform this task?I only found two commercial programs:http://www.softpedia.com/get/Security/Lock...-Security.shtmlhttp://www.armor2net.com/products/netlock.htm Edited April 1, 2007 by woodpusher Link to comment Share on other sites More sharing options...
MDGx Posted April 1, 2007 Share Posted April 1, 2007 You don't need any 3rd party software to disconnect from the internet in Win98 SE [or any other 9x (95/98/ME) OS for that matter].Here are 3 simple ways you can do this:1. Install a free(ware) firewall [if you haven't already] and use it to block all [both incoming + outgoing] traffic:http://www.mdgx.com/fw.htm#FWLExample:If using Kerio 2.1.5 -> right-click its taskbar icon -> left-click "Stop All Traffic".Kerio 2.1.5 [2.06 MB, English]:http://www.gwdg.de/samba/windows/persfw/ke....1.5-en-win.exeNo need for reboot.2. This is for cable modems only.Example:Right-click "My Computer" desktop icon -> Properties -> Device Manager -> expand [double-click] Network adapters -> hightlight your Ethernet adapter name connected to your cable modem -> double-click it -> check the "Disable in this hardware profile" box -> click OK -> reboot/restart Windows when prompted.Needs reboot.xDSL modem owners can do this in a similar way.Please keep in mind that xDSL modems use a WAN [Wide Area Network] adapter.3. This is for cable modems only.Just move to any other location the Ethernet adapter driver file, found in most cases in %windir%\SYSTEM [%windir% = usually C:\WINDOWS].Example:I'm using a Siemens SpeedStream USB 10/100 Ethernet Adapter, which uses 1001.SYS as its driver.You can write a DOS style batch file to move the driver file away [or back] with a single mouse click.Using Notepad, create a new text file, and call it InternetOFF.BAT (example):@ECHO OFFIF NOT EXIST %windir%\SYSTEM\1001.SYS GOTO ENDIF NOT EXIST %windir%\BAKUPS\NUL MD %windir%\BAKUPSIF EXIST %windir%\SYSTEM\1001.SYS MOVE %windir%\SYSTEM\1001.SYS %windir%\BAKUPS%windir%\RUNDLL32.EXE %windir%\SYSTEM\SHELL32.DLL,SHExitWindowsEx 2:ENDCLSEXITInternetOFF.BAT also reboots after moving away the driver.To restore the driver, create another batch file called InternetON.BAT (example):@ECHO OFFIF EXIST %windir%\SYSTEM\1001.SYS GOTO ENDIF NOT EXIST %windir%\BAKUPS\1001.SYS GOTO ENDMOVE %windir%\BAKUPS\1001.SYS %windir%\SYSTEM%windir%\RUNDLL32.EXE %windir%\SYSTEM\SHELL32.DLL,SHExitWindowsEx 2:ENDCLSEXITNeeds reboot.xDSL modem owners can do this in a similar way.HTH [Hope This Helps] Link to comment Share on other sites More sharing options...
ldb Posted April 1, 2007 Share Posted April 1, 2007 I believe another way to do it would be to use winipcfg.exe. You could open it up from the run box by typing winipcfg and clicking run. You could even create a shortcut to it on your desktop or put it in the startup group and it would be in the running programs on the taskbar. To disconnect, click open the drop down box and choose the modem on the NIC and click on "release". To disconnect all, choose "release all".To reconnect, choose "renew" or "renew all". When you reboot your NIC will be redetected.Or you could just turn off the on/off button on the modem itself! Link to comment Share on other sites More sharing options...
xtrm Posted April 2, 2007 Share Posted April 2, 2007 Disconnect from the internet? I use DSL and I need to login to have ACCESS to the internet! I know people using cable etc. have a different setup...so well, just disconnect the cable from the modem? lol. Or don't use internet sharing if you are in a network. Link to comment Share on other sites More sharing options...
woodpusher Posted April 4, 2007 Author Share Posted April 4, 2007 (edited) Thanks, ldb!Your method works like a charm. There's also no need for an annoying reboot. Two thumbs up! Edited April 4, 2007 by woodpusher Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now