Windows 11 specific issues to address.
Disable "automatic proxy detection", which seems to add a delay to first webpage load.
Powershell script locations are found with $PROFILE | Select-Object *
.
Use winget for package management (despite the historical controversy), stuff like ffmpeg can be installed as well.
Powershell execution policy setting: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser