Windows TL;DR dev env: install all available updates first

otherwise, `doc/win-dev.ps1` will complain:

".NET 4.8 is not installed or may need a reboot to complete installation."
This commit is contained in:
Alexander A. Klimov 2026-01-22 12:16:13 +01:00
parent 519da9cf75
commit dbe1fffdc2

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`