Showing tag results for Tips/Support

Mar 27, 2013
Post comments count0
Post likes count5

“Adjust visual effects for best performance” should really be called “Adjust visual effects for crappiest appearance”

Raymond Chen
Raymond Chen

In the Performance Options control panel, on the tab labeled Visual Effects, there is a radio button called Adjust for best performance. If you select it, then all the visual effects are disabled. But the name of that radio button has been wrong for a long time. It doesn't actually adjust your visual effects for best performance. It just adjusts ...

Tips/Support
Mar 12, 2013
Post comments count0
Post likes count1

How do I hide Public Libraries on all computers in my organization?

Raymond Chen
Raymond Chen

A customer wanted to know how to hide the libraries named Public (Documents), Public Pictures, and Public Videos on all computers in their organization. It turns out that this is already documented in TechNet under the topic Administrative How-to Guides (I found this page by issuing a Web search for ⟨library-ms⟩.) The customer is sp...

Tips/Support
Mar 8, 2013
Post comments count0
Post likes count1

Why do Explorer and the command prompt interpret file times differently?

Raymond Chen
Raymond Chen

A customer observed that if they use Explorer to view the timestamp on a file, it is not always in agreement with the value shown if they run a plain in a command prompt. They are sometimes off by an hour. Why is that? Whenever you hear the phrase "off by an hour" you should immediately think "Daylight Saving Time". The formatting of file tim...

Tips/SupportTime
Jan 29, 2013
Post comments count0
Post likes count1

Poisoning your own DNS for fun and profit

Raymond Chen
Raymond Chen

When you type a phrase into the Windows Vista Start menu's search box and click Search the Internet, then the Start menu hands the query off to your default Internet search provider. Or at least that's what the Illuminati would have you believe. A customer reported that when they typed a phrase into the Search box and clicked Search the Inter...

Tips/Support
Dec 25, 2012
Post comments count0
Post likes count1

You too can use your psychic powers: Spaces in paths

Raymond Chen
Raymond Chen

I'm going to be lazy today and make you solve the problem. Did a recent security hotfix change change the way we handle UNC paths with spaces? Normally, if we open the Run dialog and type , the folder opens. But recently it stopped working. Instead of opening the folder, we get the Open With dialog: Choose the program yo...

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

How do I use group policy to improve security of USB thumb drives in my organization?

Raymond Chen
Raymond Chen

A customer wanted to know how they could improve the security of USB thumb drives in their organization. Specifically, they wanted to block access to removable media devices (primarily USB thumb drives), but provide a list of exceptions for specific thumb drives. Fortunately, there's a whitepaper that covers exactly this topic and explains how to ...

Tips/Support
Oct 30, 2012
Post comments count0
Post likes count1

Keyboard shortcut for resizing all columns in a listview control to fit

Raymond Chen
Raymond Chen

The keyboard shortcut for resizing all columns in a report-mode (also known as Details mode) list view control to fit the current content width is Ctrl+Num+. That's the + key on the numeric keypad. (If you're using Explorer, you can also right-click the column header and choose Size All Columns to Fit.) Note that this command is a verb, not a st...

Tips/Support
Oct 10, 2012
Post comments count0
Post likes count1

Why does Windows Compressed Folders (Zip folders) reject paths that begin with a slash?

Raymond Chen
Raymond Chen

A customer asked, "Does NTFS support files with a null string as the name?" No, NTFS does not support files with no name. None of the commonly-used Windows file systems do. Files must have a name. But what a strange question that is. The customer was kind enough to explain why they cared. "We have a zip file that the Compressed Folders (Zip folde...

Tips/Support