Merhabalar,
ilgili script ile Kb mevcut ise silebilirsiniz.
if EXIST systeminfo | findstr "KB4580346" goto error1
if NOT EXIST systeminfo | findstr "KB4580346" goto error2
:error1
wusa.exe /uninstall /kb:4580346
:error2
echo "KB not found on Computer"
Comments