Setup Windows 10 Without Mouse
Revision as of 08:43, 31 August 2018 by Michael.mast (talk | contribs) (Created page with "==Purpose== Setting up Windows 10 when you don't have a mouse. i.e. installing on a hypervisor without an agent ISO. <br> <br> ==Install== This part is simple as there is only...")
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]
startprocess 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