Start Emacs in Microsoft Windows

By Xah Lee. Date: . Last updated: .

Launch Emacs in GUI, from PowerShell

# Microsoft Windows. Start GUI emacs, via PowerShell
~/Downloads/emacs-29.1/bin/runemacs.exe

Run Emacs in Text Terminal, from PowerShell

# Microsoft Windows. Start emacs in terminal, via PowerShell
~/Downloads/emacs-29.1/bin/emacs.exe -nw