Xah Microsoft Windows Machine Setup

By Xah Lee. Date: . Last updated: .

My personal notes of setting up a Microsoft Windows machine.

essential Microsoft Windows system settings setup

essential install

first, install, in order:

other to install:

# chocolatey, software package manager
choco install zip
choco install unzip
choco install 7z
choco install findutils

choco install rsync
# local drive syntax is
# /cygdrive/c/
choco install exiftool
choco install oxipng
choco install imagemagick

python

# 2026-07-30
# python markdown to html
# xah-html-markdown-to-html-by-python

pip install cmarkgfm
# 2026-07-30
# xah-python-format-buffer
# https://pypi.org/project/black/

pip install black

Xah setup for linux and Microsoft Windows