Difference between revisions of "Setup Windows 10 Without Mouse"

From Michael's Information Zone
Jump to navigation Jump to search
 
Line 22: Line 22:
 
</pre>
 
</pre>
 
==Driver Update==
 
==Driver Update==
 +
This does not appear to be an easy task. Further digging is necessary.

Latest revision as of 14:08, 31 August 2018

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

Driver Update

This does not appear to be an easy task. Further digging is necessary.