Basic setup#

  1. 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
  1. Make sure to update everything via windows update

  2. Update drivers using CCleaner Pro (activated standalones are easily findable)

Either

  1. Install AtlasOS

https://atlasos.net/

Or remove bloatware + various tweaks

Raphire/Win11Debloat

In Powershell:

& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))

Various Tweaks#

ChrisTitusTech/winutil

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