Windows is a somewhat popular desktop operating system made by Microsoft.
After using decent operating systems, having to use Windows might be quite the challenge. Luckily, there are band-aids made by fellow UNIX-ers.
See Cygwin.
Scoop is a package manager for Windows applications. It can be found at scoop.sh
winget is a built-in package manager with Windows.
winget install Microsoft.PowerShell to install powershellwinget upgrade -s winget --all to update all the packages installed on the system. Note that this will update packages that are not installed by winget too.WSL is a way to run Linux inside Windows. Instead of working like a Virtual Machine, it works in a similar way to Wine. WSL can run Linux distros like Ubuntu and Arch, and comes with all of their packages.