Conversation
|
how does this PR solve #4692?, I just created an ISO myself so I really don't want to run into this issue when I am installing, how do I run your version? |
it will make it so you never see the ui asking to enter a product key and you can run it using this script $ProgressPreference = 0
irm https://github.com/GabiNun2/winutil/archive/refs/heads/refactor-win11creator.zip -OutFile winutil.zip
Expand-Archive .\winutil.zip
cd .\winutil\winutil-refactor-win11creator\
.\Compile.ps1 -Run |
Okay I will try this, also where are the options to create a user with a password? why was that removed?, also your script made the iso in legit 5 minutes, why was it so fast lmao |
it shold take 30 seconds to create not 5 minutes also when you install windows it will ask you for a username and password (not a microsoft account) |
ah okay it will still go through oobe, and im currently multitaking my laptop a lot rn for my new setup so thats why it took so long, Godwilling no issues when im ready to install windows, thanks a lot! |
goodluck hope it works |
Type of Change
Pre-Merge Checklist
autounattend.xmlto point the download command back to themainbranch:https://github.com/ChrisTitusTech/winutil/raw/main/tools/FirstLogon.ps1Related Issues