Disabling Wireless Connection On Startup/Shutdown
One way to disable a wireless card during startup is to combine the command line method described in a previous post with a batch file that is run during bootup/startup.
Disable Wireless Card Using Command Line
How to enable/disable a wireless card using the command line.
After you have the correct commands working with your setup continue to steps below.
Disabling Wireless Connection On Startup
Follow the steps below to disable a wireless card during startup using the startup folder in windows and running a batch file that executes the devcon command line options.
- Create a file called disablewireless.bat with a single line that would disable your wireless card like below and save as disablewireless.bat a folder of your choice. Make sure to use the commmand line method that worked based on previous step.
- Test this file by running it to make sure it disables the wireless card.
- Create shortcut in Windows XP startup folder (C:\Documents and Settings\All Users\Start Menu\Programs\Startup) to this batch file. that points to the disablewireless.bat file
- Restart machine to test if card was disabled. Enable wireless card before shutdown for test! : )
devcon disable *DEV_4319*
A good reason to avoid disabling the wireless card during shutdown process is that the batch file/script could get bypassed if the PC is abruptly powered off or if it crashes.
Two other methods that should work too are, Group Policy (gpedit.msc) with startup/shutdown scripts and System Configuration Utility (msconfig) startup. If you have used these other methods let me know with a comment and a link to the web page.
Related Posts:- Enable/Disable Wireless Networking Using Batch File
Devcon Utility Enabling or disabling wireless networking or any connection can be done using a batch file and the devcon utility in Windows XP. Batch... - Enable/Disable Wireless Card from Command Line
Why Command Line? Using the graphical user interface to enable or disable a wireless card is easy but usually requires multiple clicks of the mouse. ... - Disable “Wireless Zero Configuration” In Windows Vista
Windows Vista WLAN Autoconfig Unlike Windows XP, Windows Vista does not have the wireless zero configuration (WZC) service, instead the service used to detect available... - WinSCP Import/Export Configurations and Saved Sessions
To copy your WinSCP sessions from a Windows XP to another Windows XP machine use below. To export saved sessions to a file run below...
Related posts brought to you by Yet Another Related Posts Plugin.
If you liked this post, subscribe using below
WLAN Book RSS Feed
WLAN Book by Email
.
Filed under: How To Guides
WLAN Book by Email







WLAN Book RSS Feed
Leave a Reply