
i thought there was a power shell command to convert windows versions, i've used it on windows se. trying to install windows 10 pro on surface pro with windows 11 Windowsįor some reason it installs windows 10 HOME, i don't even get an OS selection, the iso is for ALL VERSIONS but, selection screen.The first gateway is at an IP of 192.168.0.245 and the second gateway is at 192.168.0.240.We ha. Howdy spicepeeps!Hopefully this has a pretty straightforward answer.We have a site where for reasons I will not go into there are two gateways to the internet. How to weight the gateways handed out via DHCP.In the script, the AV install happens after and our Ninite installs before.

It's also responsible for creating the drives, installing windows etc.įor the 2019 install, the install.cmd file point to the points to the server for the confiuration.xml file and setup file (I know all paths are correct because running the code from the computer works fine, and only the install.cmd file is copied to the client).

Powershell $Root = "C:\Windows\Setup\Scripts" $office_installpath = "$Root\Apps\Office" $o19File = "$Root\Apps\Office\Install.cmd" $o13File = "$Root\Apps\Office\Setup.exe" If ( Test-path $o19File -PathType leaf ) įrom a different ps1 file, all files are copied to the $Root location and they exist in the right place.
