Phaeilo / bootloader-crimes

Bootstrap disposable Windows VMs configured through a web app
https://bootloader-crimes.de
MIT License
90 stars 11 forks source link

Windows local admin account #5

Open phodina opened 1 year ago

phodina commented 1 year ago

Hi, firstly thanks for very cool project. I've been looking for some way to get working Windows box without manual steps.

However, I'm more familiar with Windows 10. If I generate the image here I can run it but there is a major stop for me.

The Windows 11 require Microsoft account. Is there a possibility to elevate the newly created user to the Admin so he's able to install and change stuff in the image?

What I get now is just the UAC without the Yes button. image

There are guides on how to disconnect the Win11 installation from the internet to get there but since this project does not use the installer application and just sets up the environment can it also modify the user accounts?

phodina commented 1 year ago

Hi @Phaeilo , how do you handle this issue after install?

Phaeilo commented 1 year ago

I've never encountered this problem before. The user account created during the installation from the unattend.xml file should be a local admin. When exactly do you encounter this prompt, are you trying to create another account or modifying the existing one?