How To Make Bootable Windows 7 Pendrive Using PowerShell

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



Category:
Guide
Duration: 4:33
1,054 views
10


In this video I will show you guys How to create bootable Windows 7 Pendrive using Windows Powershell.

$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 I:\Win7.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:
powershell
bootble pendrive
how to create bootable pendrive
how to make bootable pendrive without any software
run powershell from usb
create bootable usb
how to format usb with powershell
create bootable usb windows 7
create bootable usb from iso cmd
software to make pendrive bootable
create a bootable usb drive with powershell
run powershell from usb using cmd
tricknology