-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
My use case is for Automated testing on Windows. I'm using my fork to add the things I need. But I'd like to contribute as much back upstream as I can in case others find it useful.
The changes I've made (but yet to commit) are:
- Enable SSHD on Windows (so from my Linux host I can debug logs or copy files to the Windows guest without needing a graphical console or any file sharing)
- Disable Windows Automatic Updates (they are not useful for my use case)
- Disable the Lock Screen
- Enable Automatic Login for the default user (so I can start a new VM, the default user logs in and the tests run)
Things I plan to do soon:
-
Provide an option to set the default user account to something other than admin
-
Provide an option to "warmup" the default user account, before we write out the VM image:
- Perform an initial login for the default user so the "We're getting things ready for you" part happens before we store the VM image
- Run an additional optional script provided by the user (in my case to install the automatic testing framework and put a bat file in the users Startup folder, which will run the tests)
I realize many of things will not be useful to everyone, but perhaps some of them could be options in the build script and others like sshd could be defaults. @antifob what do you think?
Metadata
Metadata
Assignees
Labels
No labels