Results 1 to 3 of 3

Thread: Junk Cleaner for Windows Vista

  1. #1
    Join Date
    Nov 2005
    Posts
    403

    Junk Cleaner for Windows Vista

    Download the batch script to remove most temporary files with just one click from the attachments.

    Windows Vista System Junk Cleaner

    Running low on disk space on Vista system? Vista system accumulates lots of junk items and files during its daily operating especially you frequently browse and surf the Internet. The free disk space on HDD (hard disk drive) will keep decreasing and reducing by each day passed if no cleanup is done. Smaller free space and existence of unused and useless files will likely make system runs slower in term of performance due to fragmentation of data allocation on physical disk.

    The junk files that been created and stored in Windows during installation and normal usage process include, but not limited to the following list:
    1. Temporary files which famous for all those with .tmp or ._mp file extension.
    2. Log files, normally with .log file extension, can be installation log, error log, process log and etc.
    3. Recovered lost files with .chk extension.
    4. Temporary help files with .gid extension.
    5. Temporary backup files with .old or .bak extension.
    6. Temporary Internet files, or stored copy of webpages, images and media cache for Internet Explorer web browser. The size of all contents within this folder can grow extremely huge up to hundreds of megabytes or even several gigabytes if not clear periodically.

    Windows Vista include a Disk Cleanup tool which will help to delete all those unwanted files. However, launching the tool will take age as the program has to analyze various possible files and folders composition to determine what’s can be deleted or removed or compressed and what cannot. And it offers too many options. The Disk Cleanup is for you if you’re patient and willing to wait. But if you simply delete and remove all most common temporary junk files existed in your computer, Windows Vista System Junk Cleaner will perform this task perfectly, with just one click and almost instantly.

    Download Windows Vista System Junk Cleaner version 1.1 from the attchments.

    Windows Vista System Junk Cleaner is a simple batch script with commands to delete temp files, cookies, temporary Internet files, recent history of files opened and various other temporary files in most common folders when these files are found. The script also remove Windows Updates setup files that are left behind after installing applying the patches. To run it, unpack the zip archive and simply double click the VistaSystemJunkCleaner.bat batch file and let it do its job. However, to delete these Vista updates files, you have run the script with administrator rights, by right click on it and select “Run as Administrator”.

    If you have suggestion to add things to remove in the script, feel free to leave a comment in the forum.
    Don't talk unless you can improve the silence.

  2. #2
    Join Date
    Apr 2008
    Posts
    586

    Re: Junk Cleaner for Windows Vista

    Thanks mate but I used a simpler one as a logon script to clear out my temp dirs on each startup, i combined it with a few of these to make this:

    Code:
    del %temp%\. /f/s/q
    rd /s/q %temp%\
    
    del %tmp%\. /f/s/q
    rd /s/q %tmp%\
    
    del /f /s /q %systemdrive%\*.dmp
    
    del /f /s /q %systemdrive%\*.tmp
    del /f /s /q %systemdrive%\*._mp
    del /f /s /q %systemdrive%\*.log
    del /f /s /q %systemdrive%\*.old
    I would recommend adding the .dmp to yours. As i run this on each login i don't want it to erase my cookies for instance. Which others are safe to be deleted (i DONT need the space rite now, i just HATE the clutter of tmp files)

  3. #3
    Join Date
    Jun 2009
    Posts
    1

    Re: Junk Cleaner for Windows Vista

    Well, it seems fine but there are a lot of "Access Denied" and my vista has deleted it .

Similar Threads

  1. Looking for a good Registry Cleaner for 64 bit Vista
    By LaalaManii in forum Windows Vista Performance
    Replies: 11
    Last Post: 09-06-2011, 06:48 PM
  2. Junk mail does not go to junk folder in Windows live mail 2011
    By Fullmoon in forum Technology & Internet
    Replies: 5
    Last Post: 08-01-2011, 07:50 PM
  3. Best Registry Cleaner for vista
    By Arun in forum Vista Help
    Replies: 18
    Last Post: 14-07-2010, 07:37 AM
  4. 64-bit registry cleaner for vista
    By Ranchero in forum Windows Software
    Replies: 11
    Last Post: 05-05-2010, 05:49 PM
  5. Easycleaner Registry Cleaner on Vista
    By LokaPujya in forum Windows Vista Performance
    Replies: 7
    Last Post: 04-01-2008, 09:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,727,984.91193 seconds with 17 queries