Liked us?

d

Welcome to This Blog

Hello and welcome everyone to this blog.Here you can get wonderful computer tricks and tweakz .Also I will provide you freebies time to time so just seat back and explore this blog.......

Make your own virus - DELmE's Batch Virus Maker

Hackforums.net has made a virus generator program with the use of it you can make your own virus..........thes virus are so dangerous that it can destroy your whole PC so I warn you use this program at your own risk.But thes program is best to destroy your enemy's computer,If you want to know how a virus is made then these programme is best for you

Making a dangerous virus -Matrix !!!!! For EDUCATIONAL PURPOSE ONLY

This virus will wipe out your whole HD using an animation of 10secs, it will also use your IP to harm you and your isp (not bad in my case tongue.gif ) and spread to all your contacts...

How to create a fake error message-mostly for windows

With this help of this page you will know come to know how to create a fake error message which works mostly for windows

Windows explorer shortcuts

In this page you will came to know about the windows explorer shortcuts which will help you in using your computer faster

Annoying Google - Google hacks

In this trick the capitalisation of your searches will change automatically.Some words will change into small letter and some into capital letters in your search result.Also there will be the change of logo as you can see in the picture

Showing posts with label system cleaner. Show all posts
Showing posts with label system cleaner. Show all posts

Temporary Cleaner Dot Bat Application for PC 0

Coder Himanshu | Tuesday, May 17, 2011 | ,

Do you have a computer that has many temporary files and internet history and you don't know how to remove them or do you want to surprise your friend by making your own system cleaner.Then you are in the right place as today I will teach you how to make your own system cleaner.

This little .bat file will erase garbage and temporary files from your computer and make your computer fast. It will empty the following folders:
  • Temporary Internet Files
  • Temp
  • History
  • Cookies
  • My Recent Documents
  • temp


To know more just follow these steps given below:




    1: For this open your notepad and copy the following in red colour:


    @ECHO off
    color DE
    title www.himanshu-software.blogspot.com
    SET T1= Done By himanshu-software.blogspot.com
    DEL %systemroot%\prefetch\ /Q /S
    DEL "%USERPROFILE%\Local Settings\Temporary Internet Files" /Q /S /F
    DEL "%USERPROFILE%\Local Settings\Temp" /Q /S /F
    DEL "%USERPROFILE%\Local Settings\History" /Q /S /F
    DEL "%USERPROFILE% ECENT" /Q /S /F
    DEL "%USERPROFILE%\Cookies" /Q /S /F
    DEL "%USERPROFILE%\My Recent Documents" /Q /S /F
    DEL "%USERPROFILE%\temp" /Q /S /F
    Echo *******??????????????????? *******
    Echo ******????????????????????? ******
    Echo *****??????????????????????? *****
    Echo ****???????? Finished???????? ****
    Echo *****??????????????????????? *****
    Echo ******????????????????????? ******
    Echo *******??????????????????? *******
    Pause
    start www.himanshu-software.blogspot.com
    EXIT



    2: Then save the file as cleanrag.bat or anything you wish

    NOTE: Remeber to save the file with extension .bat undefined: undefined »