WELCOME

HELLO! !!

Thursday, December 2, 2010

NTFS Vs FAT

To NTFS or not to NTFS that is the question. But unlike the deeper questions of life, this one isn't really all that hard to answer. For most users running Windows XP, NTFS is the obvious choice. It's more powerful and offers security advantages not found in the other file systems. But let's go over the differences among the files systems so we're all clear about the choice. There are essentially three different file systems available in Windows XP: FAT16, short for File Allocation Table, FAT32, and NTFS, short for NT File System.

Want To Download Torrent File By Using Google

Simple way...just type:

*ur file name* filetype:torrent
You must not write ( * ) when you search....
Example:
ANTIVIRUS KASPERSKY filetype:torrent

How to Rename the Recycle Bin

To change the name of the Recycle Bin desktop icon, open Regedit and go to:

HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}

and change the name “Recycle Bin” to whatever you want.

and Please Restart your Computer.

save processor power.txt

It is a simple trick to save your processor power on your XP System.

Your processor polls your USB ports once every millisecond. It keeps doing this, even if you aren’t going to attach any USB devices. You can increase the polling interval—essentially by enabling “USB idling”—thus allowing some processors to enter power-saving mode.
Navigate to:
HLM\System\CurrentControlSet\Control\Class\{36FC9E 60-C465-11CF-8056-444553540000}\0000
Create a new DWORD value called IdleEnable and set it to 1 to enable USB idling, thus increasing the polling interval. Restart Windows for the change to take effect

A Code To Clean All Temporary Files,Cookies,Temperary Internet Files !!!!

Just use notepad....

Use this 'tutorial' to clean your: *.tmp、*._mp *.log 、*.gid、*.chk、*.old、*.bak and ?Temporary Internet Files? ,etc...


Step 1:
Start with making a new txt file.

Step 2:
Paste this code in the txt file:
Code: Select all


@echo off
echo Webhog Cleaner
echo waiting
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q ?%userprofile%\Local Settings\Temporary Internet Files\*.*?
del /f /s /q ?%userprofile%\Local Settings\Temp\*.*?
del /f /s /q ?%userprofile%\recent\*.*?
echo complete!
echo. & pause



Step 3:
Now save the file as "Cleaner.bat"

After saving this file, Just open it and see for your self