memstechtips / UnattendedWinstall

Personalized Unattended Answer Files that helps automatically debloat and customize Windows 10 & 11 during the installation process.
MIT License
3.05k stars 364 forks source link

Install Windows 11 on external USB drive #121

Closed nitschis closed 1 month ago

nitschis commented 2 months ago

Currently, Windows 11 can not be installed on an external USB drive. Are there tweaks to remove these restrictions?

I know of a few tools which offer this option to some extent: Windows To Go Creator, Rufus, WinToUSB.

ahmdsr commented 2 months ago

Use another device to prepare your USB drive, and just use Rufus

nitschis commented 2 months ago

Then the autounattend.xml does not work.

SheepCommander commented 2 months ago

Did you follow this? https://www.youtube.com/watch?v=pDEZDD_gEbo&t=0s

nitschis commented 1 month ago

Are you guys actually reading the report? How does any of this help with installation on an external medium?

memstechtips commented 1 month ago

These files are not made for a "Windows to Go" installation, it's intended for a normal Windows installation. Currently there is no plan to support Windows To Go installations either, to be honest, I'm not even sure if you can use answer files on Windows To Go installations.

nitschis commented 1 month ago

Thous, I am asking if it is possible to remove the limitation of not being able to install on an external SSD. I have no interest in "Windows to Go". I just want a static installation on an external drive.

OmarKSH commented 1 month ago

@nitschis You can use DISM to apply a windows image (or a much easier tool called DISM++) to any disk (external or internal) then copy the answer file you want to use to "Windows/Panther/unattended.xml" (Note that you will need to create that directory, it doesn't exists on a fresh installation)

ahmdsr commented 1 month ago

Thous, I am asking if it is possible to remove the limitation of not being able to install on an external SSD. I have no interest in "Windows to Go". I just want a static installation on an external drive.

when you install windows on an external drive you call it Windows to Go my dude

nitschis commented 1 month ago

Thous, I am asking if it is possible to remove the limitation of not being able to install on an external SSD. I have no interest in "Windows to Go". I just want a static installation on an external drive.

when you install windows on an external drive you call it Windows to Go my dude

Why even take part in the conversation if you don't understand the premise of the whole topic? No, that's not what you call "Windows to Go".

@OmarKSH Interesting, the file will then be loaded at first boot? I will check it out.

OmarKSH commented 1 month ago

@nitschis It will be applied during the OOBE phase, you will see a CMD window appearing then disappearing multiple times.