How To Make Windows 10 Bootable USB Stick With PowerShell

Channel:
Subscribers:
219,000
Published on ● Video Link: https://www.youtube.com/watch?v=kVAHp1u_7-A



Category:
Guide
Duration: 4:23
1,481 views
15


Hi friend In this video I will show you how to create Windows 10 bootable USB drive without using any software using powershell .


Download windows 10 Legally from official microsoft website : https://www.youtube.com/watch?v=E3SXML-AsvQ


_____________Powershell Commands ____________

$Results = Get-Disk |
Where-Object BusType -eq USB |
Out-GridView -Title 'Select USB Drive to Format' -OutputMode Single |
Clear-Disk -RemoveData -RemoveOEM -Confirm:$false -PassThru |
New-Partition -UseMaximumSize -IsActive -AssignDriveLetter |
Format-Volume -FileSystem FAT32


$Volumes = (Get-Volume).Where({$_.DriveLetter}).DriveLetter
Mount-DiskImage -ImagePath C:\Users\TricksMotion\Desktop\win10\win10.iso
$ISO = (Compare-Object -ReferenceObject $Volumes -DifferenceObject (Get-Volume).Where({$_.DriveLetter}).DriveLetter).InputObject

Set-Location -Path "$($ISO):\boot"
bootsect.exe /nt60 "$($Results.DriveLetter):"
Copy-Item -Path "$($ISO):\*" -Destination "$($Results.DriveLetter):" -Recurse -Verbose



_________________________________________________________

____________________________________________________________
Background Music Credit : https://www.youtube.com/user/NoCopyrightSounds
____________________________________________________________

Note :- This video has followed all the Youtube community guideline rules . The purpose of this video is to share My knowledge with everyone that is totally Legal, Informational and for Educational purpose. I totally do not support any types of illegal acts or videos.
The videos are completely for legal purposes.


Please Do Like , Share & Subscribe -Need Your Support
Subscribe: https://www.youtube.com/channel/UCf3jRtMiA4ZVlbNUzrt2mMw?sub_confirmation=1
Youtube: https://www.youtube.com/channel/UCf3jRtMiA4ZVlbNUzrt2mMw
Facebook Page : https://www.facebook.com/TapanYT/
Instagram: http://instagram.com/TapanHazrax







Tags:
run powershell to create windows 10 bootable usb
create bootable usb windows 10 powershell
powershell format usb drive
iso to usb windows 10
win to usb
windows 10 boot
install windows 10
powershell create bootable usb
powershell
how to make bootable windows 10 pendrive
make windows 10 bootable usb from iso
how to make bootable pendrive powershell
tricknology
Create Windows 10 Bootable USB Stick
Create Windows 10 bootable USB drive without using any software