Posts by this author

Mar 6, 2008
Post comments count0
Post likes count0

How do I log on using a dial-up connection on Windows Vista?

Mike Stephens from the Group Policy Team Blog explains how to get "Log on using dial-up connections" working on Windows Vista. But I'm posting to respond to a comment on that page, since that falls under the category of "When people ask for security holes as features." The only problem is all users need to have access to an account with local ad...

Tips/SupportWhen people ask for security holes as features
Mar 5, 2008
Post comments count0
Post likes count0

Not my finest hour: Using the wrong mouse

I used the wrong mouse for nearly an entire day. There are a good number of computers in my office, but they all funnel through to two sets of mice, keyboards, and monitors. One set is connected to the machine I use for day-to-day activities; the other set is connected through a switch box to a collection of machines which I used for testing and a...

Other
Mar 4, 2008
Post comments count0
Post likes count0

Email tip: A peer-to-peer discussion group does not come with a service level agreement

Most email discussion groups are not official support channels. There are a lot of peer-to-peer mailing lists inside Microsoft, consisting of people who are interested in a particular topic, sharing tips, providing advice, helping each other out if somebody runs into a problem, but they aren't the official support mechanism for the product group. ...

Non-Computeremail
Mar 3, 2008
Post comments count0
Post likes count0

Why does scheduling a task require a password?

Kevin asks, "Windows XP lets me install applications, delete files, etc., so why does scheduling a task requires a password?" (I guess the answer to this question wasn't obvious since nobody answered it in the suggestion box.) Because scheduled tasks run after you have logged off. All those other operations occur while you are logged on. Yo...

Code
Feb 29, 2008
Post comments count0
Post likes count0

The 2008/2009 Seattle Symphony subscription season at a glance

Every year, I put together a little pocket guide to the Seattle Symphony subscription season for my symphony friends to help them decide which ticket package they want. As before, you might find it helpful, you might not, but here it is anyway. Notes: This chart doesn't include "one-off" concert series such as the Visiting Orchestras or Disti...

Non-Computer
Feb 29, 2008
Post comments count0
Post likes count0

Why can't I get FormatMessage to load my resource string?

A common mistake I see is people confusing message tables with string resources. This basically shows up in one place: . The folks who were designing Win32 decided that plain string resources weren't fancy enough, so they invented message tables, which is just another way of storing strings in resources. Why string resources weren't good enough ...

Code
Feb 28, 2008
Post comments count0
Post likes count0

Coca-Cola for breakfast: It's not just for computer geeks any more

It's not just orange juice for breakfast any more. Soft drinks are making inroads into the world traditionally dominated by milk, orange juice, coffee, and tea. According to the article, over one in seven people order a soft drink to accompany their breakfast. (Among people who eat at home, the rate is 2.4%.) If this trend continues, can Dorito...

Non-Computer
Feb 28, 2008
Post comments count0
Post likes count1

Why are process and thread IDs multiples of four?

On Windows NT-based operating systems, process and thread IDs happen always to be a multiple of four. Is this just a coincidence? Yes, it's just a coincidence, and you shouldn't rely on it since it is not part of the programming contract. For example, Windows 95 process and thread IDs were not always multiples of four. (By comparison, th...

History