Install remote Windows KB

 @Echo off
IF EXIST "%PROGRAMFILES%" (
  cd /
  cd temp
  wusa.exe windows6.1-kb4474419-v3-x64.msu /quiet /norestart
  exit
 
) ELSE (
  cd /
  cd temp
  wusa.exe windows6.1-kb4474419-v3-x86.msu /quiet /norestart
  exit
)
exit

Create pem certificate

 Creating a .pem with the Private Key and Entire Trust Chain     Log into your DigiCert Management Console and download your Intermediate (D...

Mais vistos