вторник, 22 октября 2013 г.

Самый быстрый способ починить кэш иконок в Windows 8, Windows 7 и Windows Vista

Иногда, в силу различных обстоятельств,  кэш иконок в Windows портится. Если установлен Internet Explorer 9 или выше, вам повезло:
ie4uinit.exe -ClearIconCache
Ну и для сравнения, пара "классических" приёмов починки кэша иконок.

среда, 25 сентября 2013 г.

http://adminzona.ru/wuauclt-klyuchi/

Процесс wuauclt предстевляет собой средство управления сервисом обновлений Windows

Документированные
/DetectNow — Клиентская рабочая станция обращается на сервер обновлений вне заданного расписания инициирует процесс обновления, по завершению которого отправляет отчет.
/ReportNow — Клиентская рабочая станция отправляет отчет на сервер обновлений вне заданного расписания.
/ShowSettingsDialog — Показывает диалоговое окно настроек Windows Update
/ResetAuthorization — Сбрасывает ключи авторизации с сервером отчетов
/ShowWU — Показать страницу статуса Windows Update
/ShowWindowsUpdate — Показать страницу статуса Windows Update
/CloseWindowsUpdate — Закрыть страницу статуса Windows Update
/DemoUI — Показывает иконку обновлений в трее.

Не документированные
/RunHandlerComServer
/RunStoreAsComServer
/ResetEulas
/SelfUpdateManaged
/SelfUpdateUnmanaged
/UpdateNow

http://msmvps.com/blogs/athif/archive/2006/06/17/101755.aspx

Error 0xC800021F

You see the following error in %Windir%\WindowsUpdate.log
SYMPTOMS
2006-06-15      17:02:23        2104    83c     Misc    ===========  Logging initialized (build: 
5.8.0.2469, tz: -0400)  =========== 
2006-06-15      17:02:23        2104    83c     Misc      = Process: C:\WINDOWS\system32\wuauclt.exe 
2006-06-15      17:02:23        2104    83c     Misc      = Module: C:\WINDOWS\system32\wuaueng.dll 
2006-06-15      17:02:23        2104    83c     
DtaStor FATAL: Failed to initialize datastore, 
error = 0xC800021F 
2006-06-15      17:02:23        2104    83c     Misc    ===========  Logging initialized (build: 
5.8.0.2469, tz: -0400)  ===========
CAUSE
It looks like the client datastore failed to initialize.
WORKAROUND
  1. Open a CMD prompt on the client.
  2. Type "net stop wuauserv" (without quotes) .
  3. Type "cd %Windir%\SoftwareDistribution".
  4. Type "RD /s /q Datastore" (this will remove the client datastore).
  5. Type "net start wuauserv" (without quotes) .
  6. Type "wuauclt /detectnow" then check %Windir%\WindowsUpdate.log if it is successful.
OR, just stop the Automatic Updates Service and delete "%Windir%\SoftwareDistribution\DataStore" folder and start Automatic Updates Service and force the update detection (wuauclt /detectnow)
Published Sat, Jun 17 2006 15:21 by Mohammed Athif Khaleel
Filed under: 

Comments

Thursday, August 03, 2006 8:59 AM by Pablo

# re: Error 0xC800021F

These steps only worked after I added another step between 1 and 2 - "regsvr32 MSXML3.dll /s" and THEN proceeded to step 2... 

Now it's working!