Skip to content

Instantly share code, notes, and snippets.

@iogeek
iogeek / setupPC.ps1
Last active April 25, 2025 04:50
setup Windows dev PC
# MIT License
# Copyright (c) 2022 robbieh
# See https://mit-license.org/ for details about MIT License
# Prep WSL # WSL is getting easier to install. Yah!!
wsl --install
#dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
#dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
# wsl --install -d ubuntu # wsl --instal now defaults to ubuntu (no *nix pref) and WSL2
# MIT License
# Copyright (c) 2022 robbieh
# See https://mit-license.org/ for details about MIT License
# I live in a Raspian, Ubuntu, WSL bubble
# so this might be of limited use to that world outside
# the bubble I live in.
#cat /proc/version
#cat /etc/issue