Friday, 11 October 2013

How to make bootable pendrive through command prompt


Steps:-
1. Open Command Prompt As Run as Administrator.


2. First type diskpart and press enter.It will open new cmd window.
3.Next type list disk command.It will list Disk number.In the below screenshot  Disk 0 is hard disk and
 Disk 1 is pen Drive.
4.Now type select disk 1 command in order to select your pen Drive(here Disk 1).
5. Now Type clean command in order to clean pen Drive.Here is the screen shot.
6. Now type create partition primary command to create primary part.
7. Now type select partition 1 command  in order to select primary part.Here is the screen shot.
8. Now type active command in order to active selected part.
9. Now type format fs=fat32 command to assign format.It start formatting your pen Drive , and take few minutes so please wait  to finish. Here is the screen shot.
10. Now type assign command.
11. At last type exit command. your pen Drive is ready to use.Use wherever you want to use like for installing Windows 7.

12. Copy all content of Windows 7 DVD folder (from your computer) and paste inside your bootable Pen Drive.
 13. When the copy finishes, you are done. Use it to install Windows 7 in your computer/laptop  or others.  

  Thanking you. see you in next tutorial. 



source: http://www.jkstack.com/2012/12/how-to-make-bootable-pendrive-through.html

Wednesday, 9 October 2013

want to watch star wars in your system.

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 network protocol known only to 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 theWindows operating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.

A Picture showing Star Wars in command prompt

To watch it on Windows XP, Mac OS X and Linux
  1. Go to Start, Run. (Only for Windows users)
  2. 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:-
  1. Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
  2. Type telnet and press Enter.
  3. In the following command prompt window, type "o" without quotes and press Enter.
  4. Now type "towel.blinkenlights.nl" without the quotes and press Enter.
If you do not need telnet anymore, you can turn it off.

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.





Reference:http://www.tweakandtrick.com/2010/06/watch-hidden-star-wars-in-windows-xp.html