From 26555655407609e4ae56a513c451fa8d5196638c Mon Sep 17 00:00:00 2001 From: crimist Date: Mon, 29 Jul 2024 00:55:55 -0400 Subject: [PATCH] guides/windows.md: add "Why did my PC restart" troubleshooting --- guides/windows.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/guides/windows.md b/guides/windows.md index 878602a..0e39d85 100644 --- a/guides/windows.md +++ b/guides/windows.md @@ -91,3 +91,13 @@ If Windows 11 setup is stuck due to lack of network connection: ### SPICE tools did not install automatically See [this page]({% link guest-support/windows.md %}#windows-xp-and-higher) for more details. + +### "Why did my PC restart" blue screen + +This is likely due to using the "Shared" network mode[^1]. If so, try switching to a "Bridged" network mode instead. + +1. Edit Virtual Machine +2. Under "Devices" select "Networks" +3. If the "Network Mode" is `Shared Network` select `Bridged (Advanced)` instead + +[^1]: https://github.com/utmapp/UTM/issues/3411