Showing tag results for Tips/Support

May 28, 2004
Post comments count0
Post likes count0

How do you undo Minimize All and Show Desktop?

Raymond Chen
Raymond Chen

It seems it's not well-known how to undo a Minimize All or a Show Desktop, two operations which I discussed briefly yesterday. To undo a Minimize All, you can right-click the taskbar and select "Undo Minimize All", or at least you used to be able to do that. Minimize All is no longer on the menus, presumably because it ended up redundant w...

Tips/Support
May 26, 2004
Post comments count0
Post likes count0

How does the desktop choose the icon label color?

Raymond Chen
Raymond Chen

Many system colors come in pairs, one for background and one for foreground. For example, COLOR_MENU and COLOR_MENUTEXT; COLOR_WINDOW and COLOR_WINDOWTEXT; COLOR_HIGHLIGHT and COLOR_HIGHLIGHTTEXT. More on these colors in a future blog entry. But there is COLOR_DESKTOP and no COLOR_DESKTOPTEXT. How does the desktop choose the icon label co...

Tips/Support
Apr 29, 2004
Post comments count0
Post likes count0

Using the echo command to remember what you were doing.

Raymond Chen
Raymond Chen

Sometimes you'll start typing a complex command line and then realize that you can't execute it now. Perhaps you're in the wrong directory or you forgot to map the drive. It would be a shame to hit ESC and lose that command line. What I do is edit the line to insert the word "echo" in front, then hit Enter. (Note: This doesn't work if you h...

Tips/Support
Apr 5, 2004
Post comments count0
Post likes count0

How can I format my USB drive as NTFS?

Raymond Chen
Raymond Chen

You have to promise to play friendly. Go to Device Manager and set the policy of the USB Stick device to "Optimize for Performance". The default is to optimize for Quick Removal, which restricts you to the FAT filesystem. If you do this, then you absolutely must go through the the annoying removal dialog to unmount the filesystem before ...

Tips/Support
Mar 30, 2004
Post comments count0
Post likes count0

Where did my Task Manager tabs and buttons go?

Raymond Chen
Raymond Chen

Ah, welcome to "Tiny Footprint Mode". This mode exists for the ultrageeks who want to put a tiny little CPU meter in the corner of the screen. To go back to normal mode, just double-click a blank space in the border. This is one of those geek features that has created more problems than it solved. Sure, the geeks get their cute little CP...

Tips/Support
Mar 4, 2004
Post comments count0
Post likes count0

Where do those customized web site icons come from?

Raymond Chen
Raymond Chen

In a comment to yesterday's entry, someone asked about the customized icon that appears in the address bar... sometimes. There's actually method to the madness. I was going to write about it later, but the comment (and misinformed answers) prompted me to move it up the schedule a bit. (The originally-scheduled topic for today - the history...

Tips/Support
Mar 3, 2004
Post comments count0
Post likes count2

Blow the dust out of the connector

Raymond Chen
Raymond Chen

Okay, I'm about to reveal one of the tricks of Product Support. Sometimes you're on the phone with somebody and you suspect that the problem is something as simple as forgetting to plug it in, or that the cable was plugged into the wrong port. This is easy to do with those PS/2 connectors that fit both a keyboard and a mouse plug, or with ne...

Tips/Support
Feb 2, 2004
Post comments count0
Post likes count0

What goes wrong when you add "Copy To" to the context menu

Raymond Chen
Raymond Chen

Lockergnome tipped people off to this page which talks (among other things) about adding "Copy To" to the context menu. I considered adding this tweak to Tweak UI but ultimately decided against. Here's why: The "Copy to Folder" and "Move to Folder" options weren't designed to be on the context menu. They were only meant to be placed in Explorer's...

Tips/Support
Dec 29, 2003
Post comments count0
Post likes count0

What's with those blank taskbar buttons that go away when I click on them?

Raymond Chen
Raymond Chen

Sometimes you'll find a blank taskbar button that goes away when you click on it. What's the deal with that? There are some basic rules on which windows go into the taskbar. In short: (Though the ITaskbarList interface muddies this up a bit.) When a taskbar-eligible window becomes visible, the taskbar creates a button for it. When a taskbar-elig...

Tips/Support