Skip to content

Refactor win11creator - #4553

Closed
ghost wants to merge 315 commits into
mainfrom
unknown repository
Closed

Refactor win11creator#4553
ghost wants to merge 315 commits into
mainfrom
unknown repository

Conversation

@ghost

@ghost ghost commented May 25, 2026

Copy link
Copy Markdown

@ghost
ghost requested a review from ChrisTitusTech as a code owner May 25, 2026 18:29
@ghost
ghost marked this pull request as draft May 25, 2026 18:30
@github-actions github-actions Bot added bug Something isn't working new feature New feature or request labels May 25, 2026
@ghost
ghost marked this pull request as ready for review May 26, 2026 20:43
@seanh1995 seanh1995 mentioned this pull request May 27, 2026
4 tasks
@xFGhoul

xFGhoul commented Jun 22, 2026

Copy link
Copy Markdown

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?

@ghost

ghost commented Jun 22, 2026

Copy link
Copy Markdown
Author

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

@xFGhoul

xFGhoul commented Jun 22, 2026

Copy link
Copy Markdown

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

@ghost

ghost commented Jun 22, 2026

Copy link
Copy Markdown
Author

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)

@xFGhoul

xFGhoul commented Jun 22, 2026

Copy link
Copy Markdown

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!

@ghost

ghost commented Jun 22, 2026

Copy link
Copy Markdown
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation new feature New feature or request ui update UI/UX improvements

Projects

None yet

3 participants