Posts Tagged ‘Windows XP’

How to Remove “Always Use the Selected Program” Option From Open With Dialog

The Open With dialog in Windows allows you to open a file using different programs. Also, you can create or change the file type association by selecting the "Always use the selected program to open this kind of file" checkbox in the Open With dialog. Sometimes, users wrongly associate file types and end up having to fix the associations manually. To prevent this, you can remove the "Always use the selected program to open this kind of file" checkbox so that file type association using Open With dialog is not possible.

1. Launch Regedit.exe and navigate to the following branch:

HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer

Note: If the above branch does not exist, you need to create it manually.

2. Create a new DWORD value named NoFileAssociate

3. Double-click NoFileAssociate and set its data to 1

4. Exit the Registry Editor.

The above registry change effects the current user account only. To implement the change for all users (machine-wide), create the NoFileAssociate value in the following branch:

HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer

Additional Information

The above edit when used in Windows 2000/XP, results in a grayed out "Always use the selected program…" checkbox. Whereas in Windows Vista & Windows 7, the checkbox is removed completely.

Fix for System File Checker Error 0x000006ba RPC Server Is Unavailable

When you attempt to run the System File Checker (sfc.exe /scannow command) to restore missing or corrupted system files, the following error message may be seen:

Windows File Protection could not be initiate a scan of protected system files.
The specific code is 0x000006ba [The RPC Server is unavailable.]

This happens if the Windows File Protection (WFP) is disabled in the registry. (more…)

Restore Missing Folders to the Group Policy Editor in Windows XP

When you open the Group Policy Editor in Windows XP Professional, some of the categories under Administrative Templates may be missing. For example when you expand Administrative Templates, the System category may be missing. This article provides information on how to restore the missing folders to the Group Policy Editor. (more…)

Fix for Error System Information Cannot Open This NFO File in Windows XP

When you open an .nfo file which is stored in a folder that contains spaces in the name, an error may occur mentioning that the NFO file could be corrupt. For example, you may be able to open the file directly from C:\ but if you place the file in D:\My Logs, you’ll get the following error:

System Information cannot open this NFO file. It might be corrupted or an unrecognized version.

Although I don’t understand why the System Information Tool does not resolve long file name parameter, here is a workaround that ought to help.

1. Click Start, Run and type regedit.exe

2. Navigate to the following location:

HKEY_CLASSES_ROOT\MSInfo.Document\Shell\Open\Command

3. Double-click (default) and change the existing data from:

C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe /msinfo_file %1

to

C:\Program Files\Common Files\Microsoft Shared\MSInfo\MSInfo32.exe /msinfo_file “%L”

4. Exit the Registry Editor.

System Information (.nfo) files should now open correctly.

How to Restore the Missing Server Service in Windows XP

When you open Services MMC applet in a Windows XP computer, the Server service may be missing. Also, you may be unable to share your files and printers across the network. This problem happens if the File and Printer Sharing service is not installed in your computer. Follow these steps to reinstate the Server service in Windows XP:

1. Click Start, Run. Type ncpa.cpl and press {ENTER}

2. Right-click on the LAN connection, and choose Properties

3. Click Install

4. Select Service, and click Add

5. Select File and Printer Sharing for Microsoft Networks

6. Click OK.