Feature Update Request - Windows 10 update via powershell [message #151091] |
Fri, 11 February 2022 17:26  |
mauricio.martinez
Messages: 1 Registered: February 2022
|
|
|
|
Hello. please help us.
currently the windows 10 version update (service pack) runs via powershell. our antivirus has the control of that kind of commands and we only need to add a parameter to the execution line:
actual:
"powershell -ExecutionPolicy Bypass .\setupEsd.ps1 .\19041.264.200511-0456.vb_release_svc_refresh_CLIENTBUSINES S_VOL_x64FRE_en-us.esd "
we need to add the parameter "-file" like this:
"powershell -ExecutionPolicy Bypass -file .\setupEsd.ps1 .\19041.264.200511-0456.vb_release_svc_refresh_CLIENTBUSINES S_VOL_x64FRE_en-us.esd "
please help
|
|
|
|