Showing posts with label CMD. Show all posts
Showing posts with label CMD. Show all posts

December 14, 2015

How to Create Bootable USB Pendrive by CMD

Posted by Unknown
Creating Bootable Pendrive is essential for formatting your computer or install any file at boot time. one of the easy solution for this is Command Prompt. as you can control your whole OS via CMD you can also make Bootable Pendrive with this.

Just follow below simple steps.

This method does not work if you operating system is windows XP because you cannot select the primary partition in command prompt.

Step1 : Open Command prompt (CMD) as administrator



Step 2 : Run Disk part -> List disk



Step 3 : Select Disk 1 (Disk you want to make bootable) 



Step 4 : Clean -> Create partition primary -> select partition 1 -> active -> format fs=ntfs quick -> assign -> exit . .



Now just copy paste file you want to run at boot time and restart your device and press F12 . .Your pendrive will be there and ready to boot. .Enjoy. .


Do not forget QUICK otherwise it will takes time to format.


Read More

December 03, 2015

How To Remove Virus From Computer/USB Drive

Posted by Unknown

File got hidden in USB drive is common problem when your computer is affected by virus.or sometimes when u tried to transfer data from other computer(consist virus) to your computer.


I will show you how you can remove virus from your USB drive specially when All folders are hidden by any virus.

Supported with All Windows Systems.

STEP 1: Go to Start >> All Programs >> Accessories >> Click Command Prompt. 

Alternatively Run (window key + R) >> Type cmd >> enter 





STEP 2: Click on the Command Prompt and wait for the displaying dialogue. A black colored dialogue will open as shown in the image.





STEP 3: Click Start>>Computer/My Computer.




STEP 4: Type I: then enter. You will notice that the blinking line will go down and display I:\>




STEP 5: Now type in attrib -s -h -r /s /d then enter, the blinking line will go down again.




ALL DONE!! GO TO YOUR DRIVE AND ENJOY.

Now Don't forget to scan your drive before use it and keep updating your antivirus for safe and long life of your gadgets. 



Read More

December 11, 2013

Basic terminal Commands

Posted by Unknown

This video is for beginners in linux operating system. This video contains basics linux terminal commands. This video will show you how to make directory, removedirectory ,make files and folders, changing directory in terminal. Below is video and list of commands used in this videos. I woulds recommend you to start learning linux with ubuntu on Virtual machine.

   
   Some Commands used in CMD are listed below
  • Clear : To clear console screen
  • Pwd : To print current directory
  • ls : To show folders and files in current directory.
  • Cd : To move around folders and files
  • mkdir : To make new directory
  • rmdir : To remove directory
  • touch : To make files
Read More