View Single Post
cybob2000's Avatar
cybob2000 cybob2000 is offline
Junior Member with 1 posts.
 
Join Date: Apr 2008
25-Apr-2008, 02:39 AM #5
disk cleanup missing from Properties
1. If you right-click a drive, select Properties, then select the Tools tab, you'll see buttons for backing up and defragmenting your disk. On the General tab, you'll also see a button labeled Disk Cleanup. By default, Win2K and later run the following programs for Disk Cleanup:
- Disk cleanup--C:\Windows\system32\cleanmgr.exe /D %c
2. Navigate to the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\MyComputer
registry subkey. Under the subkey are three keys: BackupPath, cleanuppath, and DefragPath. Under each of these keys, the (Default) value specifies the program to be used. If any of the keys don't exist (by default, BackupPath doesn't exist in Win2K), go to the Edit menu; select New, Key; then enter the name of the missing key under the MyComputer subkey.
3. Double-click the (Default) value under the path you want to modify, change the value to reflect the program you want to use, (C:\Windows\system32\cleanmgr.exe /D %c) then click OK.
4. Close the registry editor.

Last edited by cybob2000 : 25-Apr-2008 10:31 AM.