https://github.com/splitbrain/vagrant-windows11
Vagrant setup to spin up a Win11 instance
https://github.com/splitbrain/vagrant-windows11
Last synced: 4 months ago
JSON representation
Vagrant setup to spin up a Win11 instance
- Host: GitHub
- URL: https://github.com/splitbrain/vagrant-windows11
- Owner: splitbrain
- Created: 2023-12-12T21:18:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T09:08:33.000Z (10 months ago)
- Last Synced: 2025-04-16T12:15:24.070Z (10 months ago)
- Language: PowerShell
- Homepage:
- Size: 4.88 KB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows Vagrant Setup
This vagrant box spins up a Windows Enterprise Evaluation machine with Chrome, Firefox and Notepad++ preinstalled.
The Windows is debloated during the setup (removing all the bullshit Microsoft is preinstalling).
The keyboard is set to a German layout. Adjust `scripts/keyboard.ps1` if you want something else.
## Run
To start the machine run
vagrant up
To stop the machine run
vagrant halt
When the license expires or you want to restart from scratch run
vagrant destroy
By default a Windows 11 machine is used. You can alternatively start a Windows 10 machine:
vagrant up win10
## GUI
When using virtualbox as VM provider (I haven't tested anything else), the box will start in GUI mode.
Login with vagrant/vagrant
## Access via RDP
Use the following to connect:
xfreerdp /u:vagrant /p:vagrant /v:localhost:53389 /size:1800x1000 +clipboard +home-drive