shutdown the computer
go to cmd
type: shutdown -s -t 20 -f -c "shutting down..............."
SEND TO SOMEONE ELSE!
right click desktop
new>shortcut
shutdown -s -t 20 -f -c "shutting down..............." in the box
Watch ASCII Star Wars in Windows XP, Vista, 7 and 8
Every one of us has watched Star Wars on television, computer or in a theater. It is the same movie with aliens fighting each other for galaxies and such stuff. There is nothing new in it. But wait, have you watched an ASCII (American Standard Code for Information Interchange) version of Star Wars and that too in Windows using telnet? A word mostly linked with computer wizards. Well if you have not, then you must do it now!There is a complete copy of Star Wars done entirely in ASCII characters that you can watch in the Windows operating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.
To watch it on Windows XP, Mac OS X and Linux
- Go to Start, Run. (Only for Windows users)
- Now type "telnet towel.blinkenlights.nl" without the quotes and
press Enter. Users of Mac OS X and Linux can directly execute this code
in the terminal window.
On Windows 8, Windows 7 and Windows Vista
Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
- Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
- Type telnet and press Enter.
- In the following command prompt window, type "o" without quotes and press Enter.
- Now type "towel.blinkenlights.nl" without the quotes and press Enter.
A command prompt window like the one in the image will open with the movie being played in it. See the movie yourself. Did you enjoy watching this new version of Star Wars? Well, I did and know it for sure that you would have too.
Know if your neighbours are stealing your Wifi connection
1) Open your browser and visit http://192.168.1.1 or http://192.168.0.1 depending on your router.
2) Find the tab that mentions “Attached Devices” or something similar.
3) Find the computer name, IP address and MAC Address (sometimes called Physical Address or Hardware Address) of your computer using the previous trick.
4 )Compare it with those displayed by your router in Step 2. If you notice some strange devices, then your neighbour has been sneaking in on your internet connection and it is best to set a password.
Know if someone is hacking your computer/ Trace a Hacker
These tricks work on Windows 8, Windows 7, Windows Vista, Windows XP and all previous versions of Windows.
Hiding folders using CMD prompt:
Simply hiding folders even show hidden folders is selected.Just follow these steps:
1. Open Command prompt
In start button type in RUN in search.
2. Type this command "attrib +s +h drive:\folder name" in command prompt.
For instance if the folder location is D drive and name of the folder is tricks .Then the command will be "attrib +s +h d:\tricks".
Now your folder is hided. d:\tricks".Now your folder is hided.
3. To see this folder type this command "attrib -s -h d:\tricks".Now your folder will be visible.
disable firewell using command prompt
Disabling Windows Firewall through command Prompt:
Open Command Prompt and type : netsh firewall set opmode disable
For Enabling Windows Firewall through command prompt:
Open Command Prompt and type : netsh firewall set opmode enable
CMD Hacks Partition
Command Prompt Hacks |How to hide partition
Here is an interesting command prompt hack .You can hide, assign, delete etc. disk partition in few steps.
1.Select Start , then Run , in Run option type cmd. (or start->All Programs->Accessories->Command Prompt)
2.In Command Prompt (cmd) type DISKPART
3. Then type LIST VOLUME, after this you will get an partition overview, as shown below
No comments:
Post a Comment