Showing tag results for Other

Dec 16, 2004
Post comments count0
Post likes count0

How to get more hits on Google than even Steve Ballmer

Raymond Chen
Raymond Chen

Ein deutscher Blogger namens Tony schrieb dass Robert Scoble is gaining on Steve Ballmer. Mit anderen Worten, dass eine Google-Suche nach "Robert Scoble" ungefähr 172.000 Seiten findet, während eine Google-Suche nach "Steve Ballmer" ungefähr 302.000 Seiten zeigt. Er fragte, ob jemand einen anderen Microsoft-Angestellten finden kann...

Other
Dec 3, 2004
Post comments count0
Post likes count0

Why are documents printed out of order when you multiselect and choose “Print”?

Raymond Chen
Raymond Chen

If you select say five files and then right-click them and choose "Print", they tend to print in a random order. Why is that? The shell invokes the Print verb on each file in turn, and depending on how the program responsible for printing the document is registered, one of several things can happen. These three ways of registering print act...

Other
Nov 29, 2004
Post comments count0
Post likes count0

Why doesn’t the RunAs program accept a password on the command line?

Raymond Chen
Raymond Chen

The RunAs program demands that you type the password manually. Why doesn't it accept a password on the command line? This was a conscious decision. If it were possible to pass the password on the command line, people would start embedding passwords into batch files and logon scripts, which is laughably insecure. In other words, the feature is ...

Other
Nov 24, 2004
Post comments count0
Post likes count0

Why can’t you drop directly onto a taskbar button?

Raymond Chen
Raymond Chen

If you drag a object and drop it onto a taskbar button, you get an error message that says, You cannot drop an item onto a button on the taskbar. However, if you drag the item over a button without releasing the mouse button, the window will open after a moment, allowing you to drop the item inside the window. Why doesn't the taskbar let y...

Other
Nov 15, 2004
Post comments count0
Post likes count0

Asking questions where the answer is unreliable anyway

Raymond Chen
Raymond Chen

Here are some questions and then explanations why you can't do anything meaningful with the answer anyway even if you could get an answer in the first place. "How can I find out how many outstanding references there are to a shared memory object?" Even if there were a way to find out, the answer you get would be instantly wrong anyway because th...

Other
Nov 10, 2004
Post comments count0
Post likes count0

Why does Windows not recognize my USB device as the same device if I plug it into a different port?

Raymond Chen
Raymond Chen

You may have noticed that if you take a USB device and plug it into your computer, Windows recognizes it and configures it. Then if you unplug it and replug it into a different USB port, Windows gets a bout of amnesia and thinks that it's a completely different device instead of using the settings that applied when you plugged it in last time. Why ...

Other
Oct 27, 2004
Post comments count0
Post likes count0

Sometimes you can’t read the text under the cursor

Raymond Chen
Raymond Chen

I had previously written on how you can retrieve the text under the cursor, and you may have noticed that it produces mixed results. It works great with some programs but not with others. It depends on the program in question. Some programs were written with greater attention to supporting screen readers than others. Internet Explorer, for examp...

Other
Oct 26, 2004
Post comments count0
Post likes count1

The strangest way of detecting Windows NT

Raymond Chen
Raymond Chen

A colleague of mine nominated this code for Function of the Year. (This is the same person who was the first to report that a Windows beta used a suspect URL.) I have to admit that this code is pretty impressive. Of all the ways to check the operating system, you have to agree that sniffing at an undocumented implementation detail of memory-mapp...

Other