Basic setup#
Change windows version and activate it
Can be done with the following:
massgravel/Microsoft-Activation-Scripts
Or with the powershell command
irm https://massgrave.dev/get | iex
Make sure to update everything via windows update
Update drivers using CCleaner Pro (activated standalones are easily findable)
Either
Install AtlasOS
Or remove bloatware + various tweaks
In Powershell:
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
Various Tweaks#
irm "https://christitus.com/win" | iex
Mounting SFTP as a drive on Windows#
Using WinFsp and SSHFS-Win together, you can map network drives over SFTP to Windows Explorer.
Additionally, you can use sshfs-win-manager, a GUI tool to manage your connections, together with WinFsp and SSHFS-Win.
WSL#
Set WSL to see the same interfaces as Windows
C:/Users/{user}/.wslconfig
[wsl2]
localhostforwarding=true
networkingMode=mirrored