Disable Windows XP’s builtin zip support

Windows XP comes with builtin support for uncompressing zip’d files. If you prefer to continue using a dedicated utility like pkzip or winzip which has more functionality, you probably need to disable the limited capability of XP to prevent interactions and problems, run the following command:
regsvr32 /u %windir%system32zipfldr.dll

Want to re-enable the builtin zip capability, run the following command:

regsvr32 %windir%system32zipfldr.dll

Disable Low Disk Space Notification in Windows XP

You can disable these alerts using the following Windows XP registry hack:

Hive: HKEY_CURRENT_USER
Key: SoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
Name: NoLowDiskSpaceChecks
Type: REG_DWORD
Value: 1 disables alerts

What’s Gpotool?

Gpotool (gpotool.exe) is an advanced Group Policy troubleshooting tool that’s included in the Windows Server 2003 and Windows 2000 Server resource kits. You can find information about the Windows 2003 version of Gpotool in the resource kit and at Microsoft Web site. You can download the Win2K Server version of Gpotool at Microsoft Web site.

Gpotool performs the following tasks:

checks the consistency of Group Policy Objects (GPOs) between the Sysvol- and Active Directory (AD)-based portions of GPOs
checks GPO replication
searches GPOs
targets specific domain controllers (DCs) to allow testing of specific DC Group Policy status
displays GPO information
checks cross-domain GPOs

How can I mark my USB storage devices as read-only?

Windows XP Service Pack 2 (SP2) introduces a new registry subkey that lets you mark USB-based storage devices such as memory sticks as read-only devices. This is a useful security capability that can prevent users from copying data from their systems and taking that data offsite via a USB device. To enable the USB write protection, perform the following steps:

Start the registry editor (regedit.exe).
Navigate to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlStorageDevicePolicies subkey. (Create the StorageDevicePolicies subkey if it doesn’t already exist.)
From the Edit menu, select New, DWORD Value.
Type the name WriteProtect and press Enter.
Double-click the new value and set it to 1. Click OK.
Close the registry editor.
Restart the computer.

To disable this change, you can either set WriteProtect to 0 or delete it.

Suppress the Windows Tour Prompt in Windows XP

XP displays the Windows Tour balloon prompt the first 3 times you logon to XP. If you want to suppress the XP Tour, use the following XP registry hack:

Hive: HKEY_LOCAL_MACHINE
Key: SoftwareMicrosoftWindowsCurrentVersionAppletsTour
Name: RunCount
Type: REG_DWORD
Value: 0

Setting RunCount = 0 will disable the balloon prompt for all users.

Speed opening folders with large numbers of AVI files

Opening a folder containing a large number of AVI file can open quite slowly because the OS has to open each AVI file and extract info from AVIs. If you have a large collection, you can speedup XP’s folder access to blocking it from automatically extracting this info. Doesn’t hurt anything, the OS will read the info if you open the AVI.

Rename the key by placing a minus in front of the keyname to enhance file system speed when working with AVIs : change HKEY_CLASSES_ROOTCLSID{87D62D94-71B3-4b9a-9489-5FE6850DC73E} to -{87D62D94-71B3-4b9a-9489-5FE6850DC73E}

VMware authorization service makes hang system when installing vmware 4.5.x

Symptom: When installing VMware 4.5.1, my system has hung during installing VMware Authorization service. No way but to reset the system. But, this leads to failure of uninstallation.

If you try a clean install of 4.0.x it works fine on the same system.

The fix appears to be that you must have a swap file to complete the installation:-)
As soon as i enabled the swap file, i was able to complete the installation.

How can I directly launch computer management of another computer?

To open computer management directly to another machine, use:

compmgmt.msc /computer:xxxx

WinXP Clear Page file on shutdown

Go to Control panel Administrative tools, local security policy. then goto local policies —> security options. Then change the option for “Shutdown: Clear Virtual Memory Pagefile”

Has Microsoft updated any of the Windows Support Tools in Windows XP Service Pack 2 (SP2)?

Microsoft updated some Windows Support Tools in XP SP2. The updated tools include

bitsadmin.exe
extract.exe
httpcfg.exe
iadstools.dll
ipseccmd.exe
netdom.exe
replmon.exe
You can download the updated XP support tools at
Link