Saturday, March 24, 2018
Use PowerShell to Create a Bootable USB Drive
Use PowerShell to Create a Bootable USB Drive:
$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:\ISO\Windows.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
Driver Hell MSI Raider GE75 17 GE75 Raider 10SFS-225
I bought this on eBay for $650. It looks new but I was getting system locks while doing almost nothing. I did a clean Window install. I inst...
-
Web Hosted AI LLM Free Access Some require login. Using Google is easiest. Available AI Platforms: Grok ChatGPT Claude AI DeepSeek...
-
In my quest to set up the "perfect" program install worksheet for Windows . . . Priorities are: easy update, easy install, useful...
-
Links Windows Install Windows Software