Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howto:windowshowto [2013/03/21 20:48] adminhowto:windowshowto [2013/05/02 21:42] – [Partition the USB Flash drive as needed] admin
Line 6: Line 6:
  
 Use EaseUS partiotion manager: [[http://www.partition-tool.com/|Free EaseUS Home Edition]] Use EaseUS partiotion manager: [[http://www.partition-tool.com/|Free EaseUS Home Edition]]
 +
 +=== Using Diskpart ===
 +In the command shell window, type diskpart and then press Enter.
 +  - Type "list disk" and then press Enter. You should see an entry for each hard disk that is installed on the computer. You should also see an entry for the attached USB drive. Write down the disk number (for example, Disk 2) that represents the USB drive.
 +  - Type "select disk <n>" (where <n> is the disk number you wrote down) and then press Enter.
 +    * WARNING: Be sure you have identified the correct disk number of the USB drive. You are about to delete all files that are stored on the selected disk.
 +  - Type "clean" and then press Enter.
 +  - Type "create partition primary" and then press Enter.
 +  - Type "select partition 1" and then press Enter.
 +  - Type active and then press Enter.
 +  - Do one of the following:
 +    * Type "format fs=fat32 quick" and then press Enter.
 +    * Type "format fs=ntfs quick" and then press Enter.
 +  - Type "assign" and then press Enter.
 +  - Type "exit" and then press Enter.
  
 ==== Installing Windows XP from USB FLASH drive ==== ==== Installing Windows XP from USB FLASH drive ====
Line 27: Line 42:
 You can use USB FLASH drive > 4GB for installing Windows 7 using the Microsoft tool You can use USB FLASH drive > 4GB for installing Windows 7 using the Microsoft tool
  
 +==== Running Symantec SRD from USB ====
 + 
 +http://www.symantec.com/connect/articles/techtip-installing-symantec-recovery-disk-srd-usb-flash-drive
 ===== How to change the Remote Desktop port in Windows XP ===== ===== How to change the Remote Desktop port in Windows XP =====
  
howto/windowshowto.txt · Last modified: 2020/02/11 02:59 by admin
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0