Batch file switches
Photog165
I created a batch file to remove a windows patch. I an using the following syntax
wusa.exe /uninstall /kb:"patchname" /quiet /forcerestart
Should I leave the switches in the batch file or do I need to remove them and add them in PDQ Deploy on the paramters line or should I do a custom command line and add the switches there?
0
Comments