Delete KB, if it is there
- S.Ergül
- 9 Kas 2020
- 1 dakikada okunur
Güncelleme tarihi: 4 Ara 2020
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