Showing posts with label PC tricks. Show all posts
Showing posts with label PC tricks. Show all posts

Shutdown Pc's at School

Posted by Agent X | Sunday, May 10, 2009 | , | 4 comments »

Do u know , we can easily switch off all PC's in school and colleges and this is one of the most important trick which i did in my coll and fooled most of teachers . make sure that you dont get caught . . .

So here I go thankfully there's the shutdown function in cmd mode

First of all you need to have access to a cmd prompt on the network for this to work.

If it's disabled you can obviously run everything from .bat files.

So first type in

Code:
Net View


This will give you all the names for all the computers on the network.

Then you want to find a target and write it down, so for example a name is //045-comproom1-05 then you will utilize that name to shutdown the computer.

Now next step is to do the following one

Code:
shutdown -i


which will give you a gui interface and you'll be able to shutdown whichever computer you want with it, you can set a time, even throw in a funny comment like "owned" or somethin Smile.

commands you will use if you just wanna use the command interface are

Code:
shutdown -m //computername
- shutsdown the pc.

Code:
shutdown -m -c "owned"
shutdown with a comment.

Code:
shutdown -l
logoff the user.

Code:
shutdown -r
restart the computer.

and so on...


So thats it you are done and now u can shut down any PC connected in a network and make ur teachers fool . . Feel free to ask any doubts regarding this here . .

Read More......

Google talk invisible Tracker

Posted by Agent X | Sunday, May 10, 2009 | , | 1 comments »

Now a days most of them enters google talk in Invisible mode , so its difficult for us to track and chat with them , in the case of yahoo messenger we can find invisible persons easily (click here ) ..

Steps :



1. Set the chat as off the record with target user ( how? ).
This can be done only when the other user is online. ( need help? )

2. Now try sending chat to that user when he is invisible or offline.

3. If he is invisible, then he will receive chat.

4. But if he Is offline, then you will receive error “ did not receive your chat”.


Explanation:


Point 1: When a chat is set off the record, it will no longer get stored in your Gmail account.

Point 2: When you send a chat message to offline or invisible user, it gets delivered by default. At receiving end if user is online, a chat screen pops up showing him your message. If he is offline, your chat message will go to inbox as a mail.

Now if you put together above points then you will notice that, when you set chat off the record it can’t be delivered to inbox as mail, so it will be delivered only if user is online (no matter if he is invisible).

Now the only tricky part is finding a user online for once to set chat off the records. This doesn’t seem hard as invisible status is still limited to Gmail version of Google Talk and you may be in luck if your friend
uses Google Talk desktop clients/gadgets or third party IM client to chat.

Read More......

Virtual graphic card

Posted by Agent X | Sunday, May 10, 2009 | , , | 3 comments »

This is one of the most interesting trick and it may not be useful for all of them but especially for DIE HARD FANS of PC games . So here comes my post .
Do u know what a GPU is ??
If no is your answer then I will help u out , first GPU stands for graphics processing unit and they are present in the form of internal or external graphic cards in home PC , internal graphic cards are present in along with your processor and external are the one which has to be bought from the market and then use in in the VGA PORT of ur PC , but the external one is the most costliest one and cannot be bought by all people especially students , so that the user may face many difficulties in playing games like FIFA 09 , POP etc which require high graphics , so the only solution for all ur problems is to use emulater and increase your graphics level as high as possible and then play the games which are too good in graphics ..


Click here to download the virtual graphic card ...

NOTE : This is just a trick to play high GRAPHIC games with minimum quality as possible and it is no use if you dont have minimum RAM required to run the game . .

Any queries ? Then feel free to post here .. . . .

Read More......

Winrar Password remover

Posted by Agent X | Sunday, May 10, 2009 | , , | 3 comments »

Most of the .RAR files downloaded in net will contain a password and the one who uploads usually does this to earn money and mostly u guys try to avoid this files or downloads , because you loose your earning for many pirated things . So the only case to get rid of it is to break the password and this can be easily done in few steps , all that u need is to download this file and follow the steps

Click here to download and enjoy !!!

Read More......

Enable right click

Posted by Agent X | Friday, May 08, 2009 | , , | 1 comments »

Lots of web sites have disabled the right click function of the mouse button... it's really, really annoying. This is done so that you don't steal (via right-click->save picture) their photos or images or any other goodies. Unfortunately, it disables ALL right-click functionality: copy, paste, open in new window.

It's easy to change, assuming your using IE:
Click "Tools"->"Internet Options"
Click the "Security" tab
Click "Custom Level"
Scroll down to the "Scripting" section
Set "Active Scripting" to "disable"
Click "Ok" a couple of times.

You'll probably want to turn this back to "enable" when your done... 'cause generally the javascript enhances a website.

Read More......

Keyboard Disco

Posted by Agent X | Friday, May 08, 2009 | , , | 0 comments »

These codes when executed makes your Caps, Num, Scroll lock keys flash..
very kewlll...i have tried it...

Instructions :

*paste any of the codes in notepad
*Save as AnyFileName.vbs
*Run the file
*to stop, launch task manager and then under "Processes", end wscript.exe

1.This piece of code makes your keyboard a live disco...

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop


2.This one makes it looks like a chain of light....

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop

Well i tried this and it worked for me . If u have any queries just feel free and

Read More......

Cracking XP password

Posted by Agent X | Friday, April 03, 2009 | | 0 comments »

In case of user password boot the pc in safemode by pressing the F8 key and then selecting the Safe Mode option. You can now logon as an administrator and XP wont prompt for the password.

Incase of an administrator account try rebooting the pc in DOS. access C:\Windows\system32\config\mania . Rename mania as mania.mj

Now XP wont ask for password next time You Login.

OR

Go to the cmd prompt(Start -> Run -> cmd ->ok) .
Type net user *.
It will list all the users.
Again type net user "administrator" or the name of the administrator "name" *.
e.g.: net user ABCD *(where ABCD is the name).
It will ask for the password.
Type the password and there you are done.
Logging In As Administrator:
Hold the Ctrl-Alt key and press Del twice. This will bring up the normal login and you can log on as Administrator.

To unhide the Administrator account so it does show up:

Start Regedit (Start -> Run -> regedit ->ok)

Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList

Unhide the Administrator key by giving it a value of 1

Read More......