This commit is contained in:
Alexander Aleksandrovič Klimov 2026-02-03 15:15:25 +01:00 committed by GitHub
commit 87e514b85e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1792,8 +1792,9 @@ and how to run and debug the code.
If you're going to setup a dev environment on a fresh Windows machine
and don't care for the details,
1. ensure there are 35 GB free space on C:
2. run the following in an administrative Powershell:
1. install all available updates (reboot when asked!)
2. ensure there are 35 GB free space on C:
3. run the following in an administrative Powershell:
1. Windows Server only:
`Enable-WindowsOptionalFeature -FeatureName NetFx3ServerFeatures -Online`
2. `Enable-WindowsOptionalFeature -FeatureName NetFx3 -Online`