Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MicroWin - Add custom script to run once after setup / cloudinit #2604

Closed
ne0YT opened this issue Aug 22, 2024 · 4 comments
Closed

MicroWin - Add custom script to run once after setup / cloudinit #2604

ne0YT opened this issue Aug 22, 2024 · 4 comments

Comments

@ne0YT
Copy link

ne0YT commented Aug 22, 2024

Is your feature request related to a problem? Please describe.
Instead of starting out to install some basic software after setup I would like to have it already installed automatically.

Describe the solution you'd like
The possibility to add a powershell script which runs automatically once after the setup

Describe alternatives you've considered
doing it manually

@MyDrift-user
Copy link
Contributor

MyDrift-user commented Aug 22, 2024

I think an appropriate solution would be to add the built in winutil automation feature with it, meaning on ISO creation, the user can attach his exported config with apps/tweaks ... to the ISO which will start winutil with it after first boot. that way we kind of make up for the removal of in depth customisation. (first of all we'd have to improve the current automation system, it is kinda ... when looking into it.
@CodingWonders what would u think about it?

@CodingWonders
Copy link
Contributor

@MyDrift-user, I have an idea as to how we can do this.

With the JSON file exported:

  1. Add an option that lets the user specify these files
  2. Copy the JSON to the root of install.wim
  3. Add another step to the unattended answer file once the user logs in that runs WinUtil with that JSON configuration

What do you think?

@MyDrift-user
Copy link
Contributor

yeah just about what I had in Mind, Think that would be great

@MyDrift-user
Copy link
Contributor

the PR that would have addid this was closed down. So I'm gonna close this aswell.

This does not mean that this is never going to be added, just not now.

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants