diff --git a/softwares/FWSUpdates/bin/wpkg_feedback.bat b/softwares/FWSUpdates/bin/wpkg_feedback.bat index dea43d6..f3a0891 100644 --- a/softwares/FWSUpdates/bin/wpkg_feedback.bat +++ b/softwares/FWSUpdates/bin/wpkg_feedback.bat @@ -64,7 +64,7 @@ goto :finish :finish SET /A CHANGES=0 SET LIST= -FOR /F "tokens=2 delims= " %%A IN ('cscript %SystemDrive%\FWSUpdates\repository\wpkg.js /query:m ^| find /V "productkey" ^| find "ID:"') DO ( +FOR /F "tokens=2 delims= " %%A IN ('cscript %SystemDrive%\FWSUpdates\repository\wpkg.js /nonotify /quiet:true /query:m /logAppend:true ^| find /V "productkey" ^| find "ID:"') DO ( SET /A CHANGES=!CHANGES!+1 SET LIST=!LIST! %%A )