F5F Stay Refreshed Software Operating Systems Creating a bootable USB drive involves preparing your system and using a tool to generate the image.

Creating a bootable USB drive involves preparing your system and using a tool to generate the image.

Creating a bootable USB drive involves preparing your system and using a tool to generate the image.

D
danielknesz909
Junior Member
5
03-13-2016, 08:04 AM
#1
You're starting your first PC this holiday and already handling the hardware, but installing Windows 10 feels complicated with all the downloads. You're thinking about creating a bootable USB and installing Windows that way—great idea! If you need guidance, just let me know how I can assist. Thanks for reaching out!
D
danielknesz909
03-13-2016, 08:04 AM #1

You're starting your first PC this holiday and already handling the hardware, but installing Windows 10 feels complicated with all the downloads. You're thinking about creating a bootable USB and installing Windows that way—great idea! If you need guidance, just let me know how I can assist. Thanks for reaching out!

K
KristiCreeper
Junior Member
8
03-15-2016, 09:01 AM
#2
Microsoft explains things clearly, making the steps simple to understand even for newcomers if you pay attention.
K
KristiCreeper
03-15-2016, 09:01 AM #2

Microsoft explains things clearly, making the steps simple to understand even for newcomers if you pay attention.

M
mentality_man
Member
123
03-19-2016, 02:34 AM
#3
Visit Microsoft’s website and save the media file. Ensure your first PC’s BIOS is set so the boot manager or USB list is activated, which might happen automatically.
M
mentality_man
03-19-2016, 02:34 AM #3

Visit Microsoft’s website and save the media file. Ensure your first PC’s BIOS is set so the boot manager or USB list is activated, which might happen automatically.

M
200
03-19-2016, 04:42 AM
#4
Yes, you've successfully downloaded and installed it onto your USB drive.
M
monsterman1108
03-19-2016, 04:42 AM #4

Yes, you've successfully downloaded and installed it onto your USB drive.

K
Kevin0161003
Member
179
03-25-2016, 12:57 AM
#5
Rufus is an application that allows you to generate a bootable Windows drive, but Microsoft also offers its own tools for this purpose. You don’t have to download files to a USB stick; instead, use the built-in software to create the bootable drive.
K
Kevin0161003
03-25-2016, 12:57 AM #5

Rufus is an application that allows you to generate a bootable Windows drive, but Microsoft also offers its own tools for this purpose. You don’t have to download files to a USB stick; instead, use the built-in software to create the bootable drive.

I
Inezze009
Senior Member
716
03-26-2016, 07:52 AM
#6
That would simply apply Windows 10 to your laptop immediately. You’ve already received the necessary files, so you’re ready to proceed with the installation.
I
Inezze009
03-26-2016, 07:52 AM #6

That would simply apply Windows 10 to your laptop immediately. You’ve already received the necessary files, so you’re ready to proceed with the installation.

L
lewisyewis
Junior Member
18
03-31-2016, 09:09 AM
#7
what do i do?
L
lewisyewis
03-31-2016, 09:09 AM #7

what do i do?

B
Bloody_TearS
Member
180
04-12-2016, 06:18 AM
#8
Hi There, If you have a PC with PowerShell access, follow these instructions. Notice the # symbols at the start of certain lines are just notes and shouldn't be typed in the command window. Run Get-Disk to see your disks. Be aware that removing data from your USB will delete everything on it—replace "[X]" with the actual number from a prior command. Clear-Disk -Number [X] -RemoveData is next. Use the same disk number and change "[X]" to a valid letter. Create a new partition with New-Partition, specifying the disk number, maximum size, and active status. Set the new drive letter to match your USB drive as defined in that step. Mount your ISO image using bootsect.exe /NT60 with the correct letter. Copy your files to the mounted drive using Copy-Item with recursive options, noting the assigned drive letter. Let me know if you need anything else, Jason.
B
Bloody_TearS
04-12-2016, 06:18 AM #8

Hi There, If you have a PC with PowerShell access, follow these instructions. Notice the # symbols at the start of certain lines are just notes and shouldn't be typed in the command window. Run Get-Disk to see your disks. Be aware that removing data from your USB will delete everything on it—replace "[X]" with the actual number from a prior command. Clear-Disk -Number [X] -RemoveData is next. Use the same disk number and change "[X]" to a valid letter. Create a new partition with New-Partition, specifying the disk number, maximum size, and active status. Set the new drive letter to match your USB drive as defined in that step. Mount your ISO image using bootsect.exe /NT60 with the correct letter. Copy your files to the mounted drive using Copy-Item with recursive options, noting the assigned drive letter. Let me know if you need anything else, Jason.