would be nice if your tool also, will make pre install windows setup so, you just have to continue it later, not just setup disk ? and also work on vhd\x disks ? (similer to NT6.X fast installer, WinToUSB project ? )
Added the feature to create a Windows To Go disk, just click on the desired radio button. To get the script source : Code: "Win10+ Setup Disk\Win10+ Setup-WinToGo.exe" -extract:<your desired script path>
ok, better, now i like it also to support mounted vhd drives, if found, just format, and create new partitions or maybe show all drive's {un safe mode .. }
Can you update Win10+ Setup-WinToGo.exe to also see vhd/vhdx files? (For ToGo installation) Thanks for the work.
Changes: When the script is run, the question "Would you like to show only USB sticks and hide external hdd/ssd disks?" was removed. The script has been modified to show USB flash drives, USB external drives and mounted VHD/VHDX drives when run.
E: == Loaded vhdx drive which i like to format, and use Windows Edition as i like i want use the device --> not the partition ! make new partition's instead of this junk now. Code: PS C:\Users\Administrator> Get-CimInstance -ClassName Win32_DiskDrive DeviceID Caption Partitions Size Model -------- ------- ---------- ---- ----- \\.\PHYSICALDRIVE1 Microsoft Virtual Disk 1 48315294720 Microsoft Virtual Disk
@Dark Vador, @mephistooo2 Feel free to use the source script of this project to create a fork acording to your needs..
Fixed an issue where VHD/VHDX files were not listed if a USB disk was not inserted into the system. Edit: There is another small error that I am trying to fix.