Showing tag results for Tips/Support

Nov 24, 2003
Post comments count0
Post likes count0

A shortcut to the Run dialog

Raymond Chen
Raymond Chen

Here's a little script that opens the Run dialog. You can save it as "Run.js" and double-click it. The advantage of this approach over various others people have come up with is that this one is actually documented. (And therefore is less likely to break in the next version of the operating system.)

CodeTips/Support
Nov 24, 2003
Post comments count0
Post likes count0

You can drag/drop to the command prompt

Raymond Chen
Raymond Chen

The command prompt is a drop target: Dropping a file onto it inserts the filename.

Tips/Support
Nov 20, 2003
Post comments count0
Post likes count1

What's the deal with the System Volume Information folder?

Raymond Chen
Raymond Chen

In the root of every drive is a folder called "System Volume Information". If your drive is NTFS, the permissions on the folder are set so not even administrators can get in there. What's the big secret? The folder contains information that casual interference could cause problems with proper system functioning. Here are some of the things kept...

Tips/Support
Nov 19, 2003
Post comments count0
Post likes count0

Notepad's geek options require Word Wrap be disabled

Raymond Chen
Raymond Chen

If you want to use the "Go To" or "Status Bar" options, you have to turn off word warp first. (Word wrap messes with line breaks.)

Tips/Support
Nov 19, 2003
Post comments count0
Post likes count0

How can I tell if I have the 64-bit edition of Windows?

Raymond Chen
Raymond Chen

Answer: Your wallet is empty. Seriously, there is no way you bought an Itanium by mistake. They are expensive machines: The entry-level workstation available from HP (who co-developed the Itanium with Intel) goes for over $3000 and the entry-level server is over $13,000. And in addition to paying for the computer itself, you probably had to instal...

Tips/Support
Oct 8, 2003
Post comments count0
Post likes count0

In Explorer, you can right-click the icon in the caption

Raymond Chen
Raymond Chen

In Explorer, you can right-click the icon in the caption to get the context menu for the folder you are viewing. (Very handy for "Search" or "Command Prompt Here".) Apparently not enough people realize this. In Windows 95, we tried to make it so most icons on the screen did something interesting when you right-clicked them.

Tips/Support
Oct 2, 2003
Post comments count0
Post likes count0

What do the text label colors mean for files?

Raymond Chen
Raymond Chen

Blue means compressed; green means encrypted. This is an example of one of those "come on, it's a tiny, simple feature" requests. Yes, the code to do this isn't particularly complicated, but it adds another element of "Ha ha, I'm going to do something in a way that you will never be able to figure ...

Tips/Support
Oct 2, 2003
Post comments count0
Post likes count0

Why does my Advanced Options dialog say ON and OFF after every option?

Raymond Chen
Raymond Chen

Because Windows thinks a screenreader is running. If a screenreader is running, then the Advanced Options dialog will add "ON" and "OFF" to the end of each checkbox item so the screenreader program can read the state to a blind user.

Tips/Support
Sep 11, 2003
Post comments count0
Post likes count0

You too can dress like Raymond

Raymond Chen
Raymond Chen

Yes, I'm the Raymond that Kraig Brockschmidt is writing about when he discusses "Dress Like Raymond Day".

Tips/Support