How to turn off the firewall on a Windows Server core installation malcolmMay 27, 2013 C:\> netsh advfirewall set currentprofile state off see http://support.microsoft.com/kb/947709 for more information
How to add drivers to a windows install file / ISO C:\> Dism /mount-wim /wimfile:C:\temp\install.wim /index:1 /mountdir:c:\mount C:\> Dism /Add-Driver /Image:”c:\mount”... malcolmFeb 24, 2020
Adding drivers to a Windows install image If you need to add drivers to a Windows install... malcolmJan 29, 2020
Change mouse scroll direction in Windows How to Reverse the mouse scroll direction in windows ... malcolmMay 11, 2017