|
| Recent
Articles |

SOA Is SOL Without BPM Being in marketing, it's particularly fascinating how the perspectives of customers and vendors evolve on "the latest thing". The SOA wars have been interesting to watch for exactly this reason. Integration vendors, pure-play BPM vendors and leading application...
Configuration Management Guru? I am surprised that this passage from section 8.9.1 of the ITIL v2 Change Management chapter (Service Support volume) never leaped out at me before: "John Zachman (an American Configuration Management...
IT Professionals And Blogging For the past few years, you've heard so much about blogging that you're reluctantly concluding that now might be the time to join the parade. Yes, blogs do have a place in the IT marketers' arsenal, but only under the right circumstances. Blog Basics. A blog is a...
Good Information Security Resources The month of Apple Bugs is just about over with, and the Month of Kernel bugs is over with, but still the zero day tracker keeps on plugging along and giving out some interesting information that is of a lot of use. Zone...
Common Language Equates To Common Goals Over at Dark Reading, Dr. Chris Pierson an attorney with Lewis and Roca discuses the impacts of not being able to communicate between business, security, IT, and others within the company. The interesting bit of the article , and this is where it gets hard for a lot of IT Folks...
Open Source Advertising Not Necessary? Okay, here's another one of Dana's stories that I take exception to. Note that I respect Dana's writings and I read his blog daily. In Reputation vs. marketing in open source by ZDNet's Dana Blankenhorn, he says...
|
|
03.20.07
Windows Vista Confusing Wireless Routers
By Nathan Weinberg
Steve Riley explains about how the auto-performance-tuning feature in Windows Vista’s networking stack can cause problems connecting to some wireless networks.
This was more of a problem in beta/RC versions of Vista, where Vista’s attempts to gauge the abilities of the network would cause the network to think there was an error, or worse, an attack, and cause problems for the user. This isn’t a serious problem in the final shipping version of Vista, but you should be aware of it, in case it happens to you.
I spend a decent amount of time on a corporate wifi network. The network, which has its own proprietary login system, attempts to detect file sharing and virus activity (mostly file sharing, but they claim its a security concern) by watching the number of simultaneous requests and banning you from the network if it is determined as unusually high.
The system is too sensitive, and when I started going there a few months back, I would get banned all the time. Eventually, I realized that (a) I had to disable any P2P software, and (b) I couldn’t open the Opera browser. Apparently, if I open Opera when connected to the network, the fact that so many tabs are launching at once (40-80 tabs, typically) alerts the network that there might be a problem, and gets me banned.
After daily trips to the support desk, and having to teach them how to use Vista, I began to understand how the removed my ban from the system, and decided to just do it myself. See, they type in three commands at the command line, and I get back on the network.
Of course, clicking Start, typing C-O-Enter, typing three seperate commands, waiting for each to run, finish, run the next one, and exit the command prompt, and hope it worked (and if not, repeat again and again) was tedious and annoying, so I knew I had to automate it. Here’s what I did:
• Open Notepad
• Type out the commands, one per line. In this case:
ipconfig
ipconfig /release
ipconfig /renew
exit
• Save the file as iprenew.bat
• Merely running the file won’t work, because the command prompt won’t run those commands unless you have the elevated priveleges of an administrator. So…
• Create a shortcut to the batch file.
• Right-click on the shortcut, click Properties, and go to the Shortcut tab.
• Click Advanced
• Check the box next to “Run as administrator”
• OK, OK
Ugh. So much to go through just to not get banned from a network for opening too many browser tabs, or correcting the five times a day the network just stops working, I have to go through a bunch of hoops the average user would never think of (or be capable of) doing. Worse, Windows Search never actually noticed the shortcut, so I had to copy it to my Start Menu to be able to run it from there.
Now, my steps are down to (1) Click Start (2) Type “r” (3) Press Enter (4) Click Accept. Easier, but boy was it hard getting there.
(via Joe Stagner)
Maybe this is why babies are wearing “Windows Sucks” t-shirts!
(via Digg)
Comments
About the Author: Nathan Weinberg writes the popular InsideGoogle blog, offering the latest news and insights about Google and search engines.
Visit the InsideGoogle blog.
|