miroir de
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synchronisé 2024-11-23 01:34:02 +01:00
Use IsOSBinary check
Cette révision appartient à :
Parent
5d8a463475
révision
0afb09cbd1
2 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -3701,7 +3701,7 @@ goto dk_done
|
|||
:: Check file signature
|
||||
|
||||
if defined a_cor (
|
||||
%psc% "if ((Get-AuthenticodeSignature -FilePath '!_work!\clipup.exe').Status -ne 'Valid') {Exit 3}" %nul%
|
||||
%psc% "if (-not (Get-AuthenticodeSignature -FilePath '!_work!\clipup.exe').IsOSBinary) {Exit 3}" %nul%
|
||||
if !errorlevel!==3 (
|
||||
%eline%
|
||||
echo Valid digital signature not found in clipup.exe file.
|
||||
|
|
|
@ -452,7 +452,7 @@ goto dk_done
|
|||
:: Check file signature
|
||||
|
||||
if defined a_cor (
|
||||
%psc% "if ((Get-AuthenticodeSignature -FilePath '!_work!\clipup.exe').Status -ne 'Valid') {Exit 3}" %nul%
|
||||
%psc% "if (-not (Get-AuthenticodeSignature -FilePath '!_work!\clipup.exe').IsOSBinary) {Exit 3}" %nul%
|
||||
if !errorlevel!==3 (
|
||||
%eline%
|
||||
echo Valid digital signature not found in clipup.exe file.
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket