Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!
Disable Devices automatically
Name: AlterAngelus Date: August 4, 2005 at 15:25:23 Pacific OS: Win 2003 Server Standard CPU/Ram: P4, 512 MB
Comment:
Is there a way to disable my wireless LAN device (rtl8180) by a batch file or something like this. The "sc" command wouldn't do it, because the driver doesn't accept pausing nor stopping. But the "disable" button of the windows menu stops this driver anyway. Can I do that automatically logging in as administrator and enabeling it again by logging off. Would be just great. Thanks.
Name: AlterAngelus Date: August 6, 2005 at 07:56:10 Pacific
Reply:
Thanks! I never got into that netsh stuff. The thing is the Help Center doesn't really list the netsh interface simple level. So I had to check out the commands using the command line help. But wors fine T=thanks a lot.
o finish up this mini thread here the batch files I made up:
echo off msg * "Your Internet connection has been disabled" netsh interface set interface "Wireless Network Connection" Disable
To enable the device substitute Disable with Enable. To do that automatically at logoff I put the enable script into the logoff section of the Group Policy. So it runs at logoff of every user. I couldn't find a way to run a logoff script just for one user.
Summary: Also try this.. This may be the root of your problem. Windows Server 2003 incorporates a new service named Windows Image Acquisition(WIA). Since most servers are not equipped with scanners or cameras...
Summary: Hi all, I am currently looking at a way to disable the phishing filter automatically in IE7. We are soon to roll-out IE7 to all nodes on our network, and want to disable this phishing filter. I have f...
Summary: Windows Server uses classic by default because it uses less resources and severs do not need to look good. This is how you change it back. Click start, type in “services.msc”, and click ok. Once the s...