When The Dark
زيزوومى مميز
- إنضم
- 27 أغسطس 2013
- المشاركات
- 374
- مستوى التفاعل
- 340
- النقاط
- 520
غير متصل
من فضلك قم بتحديث الصفحة لمشاهدة المحتوى المخفي
سلام عليكم
إخواني وجدت الطريقة لكني لا أعرف كيف أستخدمها!
اقتبس لكم الطريقة من موقع مايكروسوفت:
wusa /uninstall /KB:981391 /quiet /norestart
إخواني وجدت الطريقة لكني لا أعرف كيف أستخدمها!
اقتبس لكم الطريقة من موقع مايكروسوفت:
- Obtain the list of updates:
wmic qfe get hotfixid >> c:\list.txt
(This will get you the list of all updates that are currently installed.) - Open C:\list.txt in Notepad. (Remove the first line, it's just the title)
- Generate this uninstall script:
for /f %i in ('type c:\list.txt') do echo wusa /uninstall /kb:%i /quiet /norestart >> c:\uninstall.cmd - Go to Edit > Replace and set the following field values: (CTRL+H, Replace "/kb:KB" with "/KB:")
- Run the resulting script.
- Reboot the node.
wusa /uninstall /KB:981391 /quiet /norestart
