Charlie
03-24-2008, 09:21 AM
The command line parameters sageset & sagerun still work in Vista. You can set it to delete files from a previous Windows installation, error dump files, Temporary Windows installation files, Thumbnails, Files discarded by Windows upgrade, Error Reporting Files, etc.
Note: It performs a Disc Cleanup on all disks.
You can either run this from the Command Prompt (Administrative mode) or creat a shortcut. (Which is very handy).
To run this in Command Prompt, just simply open it up and copy the code below:
%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535
Now to create a shortcut simply, right click on the desktop and go to New and then Shortcut. Once the Create Shortcut window comes up, in the "Type the location of the item" just copy the code below:
%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535
Then click next and finally name it and then finish.
Edit the shortcut (Right click and select Properties), set it to run Minimized and change the Icon to %SystemRoot%\System32\Cleanmgr.exe.
Note: It performs a Disc Cleanup on all disks.
You can either run this from the Command Prompt (Administrative mode) or creat a shortcut. (Which is very handy).
To run this in Command Prompt, just simply open it up and copy the code below:
%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535
Now to create a shortcut simply, right click on the desktop and go to New and then Shortcut. Once the Create Shortcut window comes up, in the "Type the location of the item" just copy the code below:
%SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535
Then click next and finally name it and then finish.
Edit the shortcut (Right click and select Properties), set it to run Minimized and change the Icon to %SystemRoot%\System32\Cleanmgr.exe.