Setup Windows 10 Without Mouse
Purpose
Setting up Windows 10 when you don't have a mouse. i.e. installing on a hypervisor without an agent ISO.
Install
This part is simple as there is only one window during setup that can be navigated using tab.
Network configuration
Bring up powershell then[1][2][3]
start-process powershell -verb runas new-netipaddress -interfaceindex <index number here> -ipaddress <IP address> -prefixlength "24" -defaultgateway <gateway IP> set-dnsclientserveraddress -serveraddresses <dns server IP>
Windows Updates
install-module pswindowsupdate -force set-executionpolicy unrestricted -force import-module pswindowsupdate get-wuinstall -install -force