Installation de PDFCREATOR
Après l'installation de PDF CREATOR, pour ne plus être relancé par les mises à jour:
pour windows 32 bits
%SystemRoot%\SYSTEM32\reg.exe ADD "HKLM\SOFTWARE\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f
pour windows 64 bits
%SystemRoot%\SYSTEM32\reg.exe ADD "HKLM\SOFTWARE\Wow6432Node\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "0" /f
|