winup icon indicating copy to clipboard operation
winup copied to clipboard

Automate a Windows 10 VM setup for coding and testing

Results 3 winup issues
Sort by recently updated
recently updated
newest added

We keep the network disconnected for many of the initial steps, to keep Windows from downloading random stuff we very likely won't need. Also because this is a slow process...

As the very last step, we should install a package manager so that the user can easily add software as needed. For example, for Go development, this would probably include...

We can run commands as admin easily. The main problem is that installing the ssh server seems to require an internet connection, to download the software package. However, connecting the...