Archive for June, 2008

Duplicate User Accounts Appear in the Welcome Screen in Windows Vista

The Welcome Screen in your Windows Vista computer may show duplicate icons for each user account in the system. This problem may have surfaced after installing a Microsoft Update or Windows Vista Service Pack 1.

This issue is caused by certain versions of OmniPass Fingerprint Reader software, from Softex Incorporated. Softex Inc offers a fix for this problem, and it’s available at the following URL:

http://www.softexinc.com/download/UninstMSPwdProv.exe (~4MB)

The software fixes the setting in the Credential Providers registry key.

Note: Please contact Softex Inc support to know if there are any latest fixes for this problem, or if they have any product updates for the Omnipass Fingerprint Reader software.

Internet Explorer Does Not Open Links to Audio or Video Files

When you click on a hyperlink to a media file in Internet Explorer, Windows Media Player would automatically open and start playing the file. This functionality may get disabled when you install a third-party player, and you get the error Internet Explorer cannot display the Webpage when clicking on a hyperlink to an audio or video file. However, you may be able to download the file locally by right-clicking on the hyperlink and choosing Save Target as option. (more…)

Fix for Msinfo32.Exe Error Can’t Collect Information

Microsoft Knowledgebase article KB323209 suggests that the System Information Tool (Msinfo32.exe) generates the error Can’t Collect Information if Windows Management Instrumentation (WMI) service is not started. (more…)

How to Run Programs Elevated Without Getting the UAC Prompt

I came across a brilliant tip on how to run programs elevated without getting the User Account Control (UAC) prompt, in the Huddled Masses Blog. This can be done without turning off the UAC and hence it does not compromise system security. The trick is to create a scheduled task (with high privileges) for each program that you run frequently, and then invoke the scheduled task item manually using schtasks.exe. (more…)

Launching a Scheduled Task Manually Using Schtasks.exe

Schtasks.exe console tool helps you create, delete, query, change, run, and end scheduled tasks on a local or remote computer. Running Schtasks.exe without arguments displays the list of each registered task, the Next Run Time and the Status for each task. (more…)

Disable Writing to USB Drives in Windows XP and Windows Vista

By default users can insert a USB disk in the system and read from, or write to it without limitation. Windows XP Service Pack 2 introduces a new setting which helps system administrators to restrict the ability of users to write to USB storage devices. (more…)

Fix the Compressed (Zipped) Folder Icon in Windows XP/Vista

One of our readers asks: I recently installed and un-installed a 3rd Party File compression program 7-Zip. Then found that the icon for Compressed File folder is wrong. Where do I get my old zip file icon from? (more…)

Add Quick Launch (Create Shortcut) Option to the Send to Menu in Windows XP/Vista

The Desktop (create shortcut) option in the Send To menu helps you quickly add a shortcut to a file or folder on your Desktop. Here is a VBScript that adds the Quick Launch (create shortcut) option to the Send To menu. Clicking this option creates a shortcut to a file or folder in the Quick Launch toolbar. The script below works fine in Windows XP and Windows Vista systems. (more…)

Fix for Windows Has Blocked Some Startup Programs Error in Vista

When you start a Windows Vista-based computer, you receive the warning message Windows has blocked some startup programs in the notification area, as shown in the figure below:

. (more…)

Print Directory Listing to Clipboard From the Context Menu in Windows XP and Windows Vista

Clip.exe console utility which is built-in in Windows Vista helps you capture command-line output to the Clipboard. For example, typing the command dir | clip in a Command Prompt window copies the current directory listing to Clipboard. We’ve earlier used Clip.exe to add Copy as Path and Copy Target URL commands to the context menu. Here is how to add another useful option Print Directory (Clipboard) to the context menu for file system folders. (more…)