Update docs to include Developer Mode or Admin (#12924)

Hayden Barnes committed May 22, 2025 at 10:50 UTC 7d6a44bbe8cf8722450dc294872abf776cc3147a
1 file changed +3 -1
doc/docs/dev-loop.md
+3 -1
@@ -16,6 +16,8 @@ The following tools are required to build WSL:
16 - C++ Clang compiler for Windows
17 - .NET desktop development
18 - .NET WinUI app development tools
19 +
20 +- Building WSL requires support for symbolic links. To ensure this capability, enable [Developer Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) in Windows Settings or execute the build process with Administrator privileges.
21
22 ## Building WSL
23
@@ -69,4 +71,4 @@ bin\x64\debug\test.bat /name:*UnitTest* -f
71 See [debugging](debugging.md) for general debugging instructions.
72
73 To attach a debugging to the unit test process, use: `/waitfordebugger` when calling `test.bat`.
72 -Use `/breakonfailure` to automatically break on the first test failure.
\ No newline at end of file
74 +Use `/breakonfailure` to automatically break on the first test failure.