Downloadables - Only the best!
These are the TOOLS I personally used. I can recommend them for you guys! I wouldn’t choose a tool which is not good and best.
PLEASE PUT ALL THE CREDITS ON ME. Thank you!

Kaspersky 2009 - NEW
- This version of Kaspersky is quite the
best antivirus I ever used. When I wrote a small code of a simply virus(
not really a virus) in notepad, and saved it as a textfile, it detects that it is a virus.
Great isn’t it?! Just by coding on a notepad and saving it as .txt file. how much more if I compile it to make it a .com, .bat or an exe file??!
- GETthis version of Kaspersky Antivirus. It will expire on the year 2013. I have almost 30 WORKING keys in my hand.

…. Please
DONATE FIRST addressed to me and I will send you the download link or I’ll give the files to you personally.
Enable Proper Shutdown
- This is a registry file which will inject values to the registry which will enable your computer to shot down properly.
Open a new notepad document, paste the code below and save it as “enProperShutdown.reg”.
CODE:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
“ClearPageFileAtShutdown”=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
“WaitToKillServiceTimeout”=”1000″
Then just Double Click the file(reg file) and add the information to the registry.
Enable Right Click
- Enable the right click feature of your machine which is disabled by viruses.
Open a new notepad document, paste the code below and save it as “enRightClick.reg”.
CODE:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
“NoViewContextMenu”=dword:00000000
Just Double Click the file and add the information to the registry.
isReset
- A free tool to reset files/folders attributes.
RRT - Remove Restrictions Tool
- Lets you enable the disabled regedit, task manager, folder options and others. Very light and powerful Tool! Makes your computer work fast.
SRT - Sohanad Remover Tool
- A free tool to Remove Sohanad Virus and friends!
PRT - Perlovga remover Tool
- A free tool to remove Perlovga Virus and all it’s leftovers!
DRT - Duplicate Remover Tool
- A free tool to remove duplicated folders made by malwares!
delTempFiles.bat
- I made this bat file to delete all my temporary files everytime I Turn on my machine.
Open a new notepad document. Copy the code below and paste it to your notepad document. Save it as “delTempFiles.bat”.
CODE:
@echo off
echo This will delete Temporary Files
del /s /q F:\Windows\Temp\*.*
echo Temp files deleted
pause
Just place this small tool in your startup folder and everytime you turn on your computer, all the temporary files will be deleted.