UserVM Handbook/Windows: Difference between revisions

No edit summary
== Configuration ==
Now we need to fill out the config file for your VM. Copy config.example.toml to config.toml, and open it in an editor. It is well commented so each value should be self-explanatory. If you have questions, feel free to ask in our Discord server.
 
=== QEMU Args ===
 
On Windows, if QEMU is installed to the default directory, you'll need to configure your <code>qemuArgs</code> like this:
 
{{code|lang=toml|<nowiki>
qemuArgs = "C:\\Program\ Files\\QEMU\\qemu-system-x86_64.exe [args]"
</nowiki>}}
 
== Running your VM ==