Tuesday, June 3, 2008
Trick ur frnd to shutdown his PC
- Right click on the desktop in a blank space.
- Select new.
- Click on the Create shortcut menu item.
- Type in one of the codes below as the location:
- If you want the computer to shut down type this in:
- shutdown -s -f -t 60 -c "type a message you want to appear here"
- If you want it to log off type this:
- shutdown -l -f -t 60 -c "type a message you want to appear here"
- If you want it to restart the computer type this:
- shutdown -r -f -t 60 -c "type a message you want to appear here"
- If you want the computer to shut down type this in:
- Click OK.
- Name it My Computer.
- Click Finish.
- Right click on the file you just made.
- Click Properties and look for where it says change icon.
- Find the icon that is the same as the "My Computer" icon.
- Change the icon and wait for the victim to open My Computer, then it will shut down / log off / restart.
Labels: tricks
find a website's IP address
1. Navigate to START → Run...,
2. Enter "cmd" and press enter to open up the Command Prompt window. The following window should appear:
3. Enter "ping", followed by the name of the website (e.g. ping wikihow.com). You should see the following:
Image:Untitled_139.JPG
4. Take note of the results. The IP address will appear several times on the screen. IP addresses have four numbers, 0-255, separated by periods. This value can be used to bypass website blocks, create website blocks, and a lot more.
Labels: internet
Add a website link to start menu
Adding items to the Start menu in Windows is very convenient when it comes to starting applications. The below steps will show you how to add URL links to the Start menu so you can quickly access Web sites without needing to open a browser first.
- Right click on the Start button and select Explore
- After Windows Explorer opens, in the right window pane, right click and select New / Shortcut
- In the "Type the location of the item" enter the Web Site URL you want to create. An example would be (without quotes) "http://www.freakytrix.co.cc/"
- Click Next
- In the "Type a name for this shortcut:" enter a name for the link that you want to display in the Start menu.
- Click Finish
- Now click on the Start menu and you will see the new link you just created. Click on it and it will open up to the website.
Labels: windows
Get IP address of anyone u have connection with
So using this cmd command you can view their ip.
Usually the port number is "4443" and i noticed sometimes it doesn't work so i am guessing it is because that the person has a firewall. So here is the script.
open notepad and enter the following:
@echo.
@color 09
@netstat -n
@echo.
@pause
then save as "GetIp.cmd" and when opened you will view all established connections.
Labels: internet