I haven't tried FancyZones. I left that job a couple years ago and haven't yet dug into tiling window managers.
> Nothing stops you from installing an SSH server also.
I didn't want to get too much into this in my previous comment because it has more to do with how the place was managed, then Windows itself. But it does speak to Windows out of the box. This was an air-gapped setup and they were fairly open to me making changes, but I was very careful about jumping in suggesting big changes since I had 0 practical experience managing Windows. They mostly started with Windows as it was installed when it was delivered. Windows 10 was fairly new and they were comfortable with 7. Things were managed with PDQ. Most things were done in an "artisanal" fashion (individually done in a simple or straightforward way). I was used to installing a bunch of software on a network drive and running it directly off NFS. I've been told at multiple places that's unfeasible with SMB because of performance. (I'm definitely not speaking to NFS or SMB as a whole here--just with this specific use-case)
This also meant our rack of headless machines, when the power went out, had to be brought up individually since the disk checker was waiting for input before booting. I had on my todo list to change this, but it's difficult to test and roll out and doesn't come up often.
Back to that question; it would have meant finding a third-party ssh and rolling it out just to appease me. I likely would have done it if I stuck around, though. Maybe in tandem with a full update to Win10.
On that topic, though. Currently, I support Windows users who work from home. It's a bit odd you need admin privileges to create a symlink (I admit, that need mostly comes from trying to get feature parity with Linux/macOS), but detecting and running Admin rights is incredibly awkward [1]. We also need these non-technical people do to some port forwarding or to ssh into our Linux servers. PuTTy's configuration interface is horrid to describe to random people. Since you can't import/export configs we've looked at creating a Registry file with the right configuration, but it's not a trivial thing. For a few people we've had them install WSL, but it's a bit overkill to install however many Gigs along with Linux just to get an ssh client (and it's not an option for non Windows 10 users).
I actually bounce between linux and windows very frequently so I may have just grown accustomed to how each OS wants to do things. For backend work, I definitely prefer linux, but working frontend (I'm a graphics engineer), linux still poses a lot of problems. For example, as much as I hate windows apis, the linux X11 system is insane (and no, wayland isn't ready yet). Also, the state of device and driver support is still much more streamlined on windows. If someone complains that something isn't working to me on linux, it can be much more difficult to understand why as a result.
> Nothing stops you from installing an SSH server also.
I didn't want to get too much into this in my previous comment because it has more to do with how the place was managed, then Windows itself. But it does speak to Windows out of the box. This was an air-gapped setup and they were fairly open to me making changes, but I was very careful about jumping in suggesting big changes since I had 0 practical experience managing Windows. They mostly started with Windows as it was installed when it was delivered. Windows 10 was fairly new and they were comfortable with 7. Things were managed with PDQ. Most things were done in an "artisanal" fashion (individually done in a simple or straightforward way). I was used to installing a bunch of software on a network drive and running it directly off NFS. I've been told at multiple places that's unfeasible with SMB because of performance. (I'm definitely not speaking to NFS or SMB as a whole here--just with this specific use-case)
This also meant our rack of headless machines, when the power went out, had to be brought up individually since the disk checker was waiting for input before booting. I had on my todo list to change this, but it's difficult to test and roll out and doesn't come up often.
Back to that question; it would have meant finding a third-party ssh and rolling it out just to appease me. I likely would have done it if I stuck around, though. Maybe in tandem with a full update to Win10.
On that topic, though. Currently, I support Windows users who work from home. It's a bit odd you need admin privileges to create a symlink (I admit, that need mostly comes from trying to get feature parity with Linux/macOS), but detecting and running Admin rights is incredibly awkward [1]. We also need these non-technical people do to some port forwarding or to ssh into our Linux servers. PuTTy's configuration interface is horrid to describe to random people. Since you can't import/export configs we've looked at creating a Registry file with the right configuration, but it's not a trivial thing. For a few people we've had them install WSL, but it's a bit overkill to install however many Gigs along with Linux just to get an ssh client (and it's not an option for non Windows 10 users).
[1] https://stackoverflow.com/questions/4051883/batch-script-how...