Avatar of adbyits
adbyits
 asked on

is there a way to run a script to do a windows 8.1 to 10 update

Hi all i dont know if there is a way but i khave a site i have just taken over and it is still running windows 8.1 and i need to upgrade them all to 10, the issues is its over two offices and i cant be bothered driving out to them all, is there a script, powershell, batch, pythen, that i can run to get the pc to do it
PowershellWindows 8Windows OSPythonPC

Avatar of undefined
Last Comment
McKnife

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Alex

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
McKnife

I suggest to deploy a scheduled task instead of connecting from remote since that would require ports to be open that you would normally want to be closed.

Command of the task is simply
\\server\share\setup.exe /auto upgrade /dynamicupdate disable

Open in new window

The rest of the code that Alex has linked is not mandatory but it depends on your needs.
Your help has saved me hundreds of hours of internet surfing.
fblack61