windows: Don't load login shell environment (#22681)
I'm consistently getting the following error on startup:
```
2025-01-05T14:45:43.4602865+01:00 [ERROR] SHELL environment variable is not assigned so we can't source login environment variables
Caused by:
environment variable not found
```
The source function, `load_login_shell_environment`, assumes a UNIX
environment and should therefore not be called on Windows. (Unless you
are using git bash?)
Release Notes:
* N/A T
Tim Vilgot Mikael Fredenberg committed
bb6e8053d3b2d4f0b127927b05dc66ad1c1bb438
Parent: c53615f
Committed by GitHub <noreply@github.com>
on 1/7/2025, 7:52:47 PM