Форум программистов, компьютерный форум, киберфорум
Windows 7
Войти
Регистрация
Восстановить пароль
Блоги Сообщество Поиск Заказать работу  
 
 
Рейтинг 4.74/42: Рейтинг темы: голосов - 42, средняя оценка - 4.74
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381

Открытие папок

23.02.2013, 19:28. Показов 8828. Ответов 30
Метки нет (Все метки)

Студворк — интернет-сервис помощи студентам
Натворил я что-то, и теперь, вне зависимости ни од чего каждая папка открывается в отдельном окне, даже если выбранный пункт в Параметрах папок "открывать каждую папку в том же окне". В чем может быть проблема?
0
IT_Exp
Эксперт
34794 / 4073 / 2104
Регистрация: 17.06.2006
Сообщений: 32,602
Блог
23.02.2013, 19:28
Ответы с готовыми решениями:

Создать пункт в контекстном меню папок, отвечающий за открытие папки в плеере
Помогите создать пункт в контекстном меню на возможность добавления папки в плеер....Создаю с таким параметром "C:\Program...

Открытие папок
Здравствуйте! Возникла необходимость программно открывать такие папки как "Загрузки(C:\Users\(А вот здесь может быть любое...

Открытие папок?
Здравствуйте, уважаемые форумчане! Есть такой код: <select name = "path"> <?php if ($handle = opendir('.')) { while (false...

30
103 / 90 / 75
Регистрация: 04.11.2011
Сообщений: 1,820
23.02.2013, 19:55
ПУСК - ВСЕ ПРОГРАММЫ - СТАНДАРТНЫЕ-Командная строка:Ввести по очереди
regsvr32 "%SystemRoot%\System32\actxprxy.dll" (и нажать Enter)
regsvr32 "%ProgramFiles%\Internet Explorer\ieproxy.dll" (и нажать Enter)

Добавлено через 16 секунд
И ребут после всех операций.

Добавлено через 34 секунды
Забыл спросить, разрядность какая?

Добавлено через 3 минуты
Если не поможет:
Code
1
2
3
4
Windows Registry Editor Version 5.00
 
 [HKEY_CLASSES_ROOT\Directory\shell]
 @="none"
Скопируйте в текстовый файл и сохрание с ррасширением .reg , кликните 2 раза и подтвердите добавление в реестр.
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
23.02.2013, 20:23  [ТС]
разрядность 64

Добавлено через 10 минут
Цитата Сообщение от Xo6ut Посмотреть сообщение
ПУСК - ВСЕ ПРОГРАММЫ - СТАНДАРТНЫЕ-Командная строка:Ввести по очереди
regsvr32 "%SystemRoot%\System32\actxprxy.dll" (и нажать Enter)
regsvr32 "%ProgramFiles%\Internet Explorer\ieproxy.dll" (и нажать Enter) Добавлено через 16 секунд
И ребут после всех операций.
не помогло, а Windows Registry Editor Version 5.00 найти не могу, ссылку дайте, если не сложно.
0
Почетный модератор
Эксперт по компьютерным сетямЭксперт Windows
 Аватар для magirus
28049 / 15785 / 983
Регистрация: 15.09.2009
Сообщений: 67,752
Записей в блоге: 78
23.02.2013, 20:25
Цитата Сообщение от vadim23409 Посмотреть сообщение
ссылку дайте,
редактор реестра встроен в виндовс.
regedit.exe ...
1
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
23.02.2013, 20:41  [ТС]
Цитата Сообщение от magirus Посмотреть сообщение
редактор реестра встроен в виндовс.
regedit.exe ...
мда... что-то я совсем тупанул...

Добавлено через 6 минут
Цитата Сообщение от Xo6ut Посмотреть сообщение
ПУСК - ВСЕ ПРОГРАММЫ - СТАНДАРТНЫЕ-Командная строка:Ввести по очереди
regsvr32 "%SystemRoot%\System32\actxprxy.dll" (и нажать Enter)
regsvr32 "%ProgramFiles%\Internet Explorer\ieproxy.dll" (и нажать Enter) Добавлено через 16 секунд
И ребут после всех операций. Добавлено через 34 секунды
Забыл спросить, разрядность какая? Добавлено через 3 минуты
Если не поможет: Код Code1
2
3
4
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell]
*@="none"Скопируйте в текстовый файл и сохрание с ррасширением .reg , кликните 2 раза и подтвердите добавление в реестр.
ничего не помогло..... может быть проблема в том (я только узнал) что кто-то пытался удалить IE непосредственно с папок c\program files\internet explorer и c\program files(x86)\internet explorer?
0
103 / 90 / 75
Регистрация: 04.11.2011
Сообщений: 1,820
23.02.2013, 21:22
Щас все будет.

Добавлено через 1 минуту
Это в командную строку:
Code
1
2
regsvr32 "%WinDir%\SysWOW64\actxprxy.dll" (и нажать Enter. )
regsvr32 "%ProgramFiles(x86)%\Internet Explorer\ieproxy.dll" (и нажать Enter.)
Добавлено через 5 минут
Если не поможет, добавьте в реестр:
Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[HKEY_CLASSES_ROOT\Folder\shell]
 
[HKEY_CLASSES_ROOT\Folder\shell\explore]
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021
 
[HKEY_CLASSES_ROOT\Folder\shell\explore\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,\
  00,25,00,49,00,2c,00,25,00,4c,00,00,00
 
[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec]
@="[ExploreFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""
 
[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\application]
@="Folders"
 
[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\ifexec]
@="[]"
 
[HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec\topic]
@="AppProperties"
 
[HKEY_CLASSES_ROOT\Folder\shell\open]
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012
 
[HKEY_CLASSES_ROOT\Folder\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
  65,00,20,00,2f,00,69,00,64,00,6c,00,69,00,73,00,74,00,2c,00,25,00,49,00,2c,\
  00,25,00,4c,00,00,00
 
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec]
@="[ViewFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""
 
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\application]
@="Folders"
 
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\ifexec]
@="[]"
 
[HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec\topic]
@="AppProperties"
 
[-HKEY_CLASSES_ROOT\Directory\shell\explore]
 
[-HKEY_CLASSES_ROOT\Directory\shell\open]
 
[-HKEY_CLASSES_ROOT\Drive\shell\open]
 
[HKEY_CLASSES_ROOT\Drive\shell]
@="none"
 
[HKEY_CLASSES_ROOT\Directory\shell]
@="none"
 
[HKEY_CLASSES_ROOT\Folder\shell]
@=-
На ребут, после чего пробуете выставить те настройки для папки, которые вам нужно через диалог "Параметры папки"

Добавлено через 7 минут
Какой параметр стоит (По умолчанию) в разделе реестра HKEY_CLASSES_ROOT\Directory\shell.(редак тор реестра (Пуск - regedit - Enter)

Добавлено через 4 минуты
Фокус с командной строкой 100% должен помочь
0
киберпаразит
Эксперт Windows
 Аватар для ScrollLock
9721 / 2786 / 188
Регистрация: 14.06.2011
Сообщений: 9,592
24.02.2013, 06:04
Внимание! Перед манипуляциями с реестром, настоятельно рекомендую сделать точку восстановления системы, либо экспорт редактируемой ветки реестра
1
Эксперт HardwareЭксперт Windows
 Аватар для gecata
15907 / 7930 / 755
Регистрация: 03.01.2012
Сообщений: 32,863
24.02.2013, 12:25
Цитата Сообщение от vadim23409 Посмотреть сообщение
что кто-то пытался удалить IE непосредственно с папок c\program files\internet explorer и c\program files(x86)\internet explorer?
sfc /scannow в cmd.exe, запущенной от имени Администратора?
А потом можно попробовать Панель управления - Программы - Компоненты Виндоуз. Сначала снять галочку с ИЕ, если она стояла, а потом поставить...
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
24.02.2013, 14:14  [ТС]
Цитата Сообщение от Xo6ut Посмотреть сообщение
Если не поможет, добавьте в реестр: Код Code1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[HKEY_CLASSES_ROOT\Folder\shell]
[HKEY_CLASSES_ROOT\Folder\shell\explore]
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021
[HKEY_CLASSES_ROOT\Folder\shell\explore\c ommand]
@=hex(2):25,00,53,00,79,00,73,00,74,00,6 5,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
* 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,7 2,00,65,00,72,00,2e,00,65,00,78,00,\
* 65,00,20,00,2f,00,65,00,2c,00,2f,00,69,0 0,64,00,6c,00,69,00,73,00,74,00,2c,\
* 00,25,00,49,00,2c,00,25,00,4c,00,00,00
[HKEY_CLASSES_ROOT\Folder\shell\explore\d deexec]
@="[ExploreFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Folder\shell\explore\d deexec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Folder\shell\explore\d deexec\ifexec]
@="[]"
[HKEY_CLASSES_ROOT\Folder\shell\explore\d deexec\topic]
@="AppProperties"
[HKEY_CLASSES_ROOT\Folder\shell\open]
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012
[HKEY_CLASSES_ROOT\Folder\shell\open\comm and]
@=hex(2):25,00,53,00,79,00,73,00,74,00,6 5,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
* 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,7 2,00,65,00,72,00,2e,00,65,00,78,00,\
* 65,00,20,00,2f,00,69,00,64,00,6c,00,69,0 0,73,00,74,00,2c,00,25,00,49,00,2c,\
* 00,25,00,4c,00,00,00
[HKEY_CLASSES_ROOT\Folder\shell\open\ddee xec]
@="[ViewFolder(\"%l\", %I, %S)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\Folder\shell\open\ddee xec\application]
@="Folders"
[HKEY_CLASSES_ROOT\Folder\shell\open\ddee xec\ifexec]
@="[]"
[HKEY_CLASSES_ROOT\Folder\shell\open\ddee xec\topic]
@="AppProperties"
[-HKEY_CLASSES_ROOT\Directory\shell\explor e]
[-HKEY_CLASSES_ROOT\Directory\shell\open]
[-HKEY_CLASSES_ROOT\Drive\shell\open]
[HKEY_CLASSES_ROOT\Drive\shell]
@="none"
[HKEY_CLASSES_ROOT\Directory\shell]
@="none"
[HKEY_CLASSES_ROOT\Folder\shell]
@=-
ошибка... пишет "Указанный файл не является файлом данных реестра"
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
24.02.2013, 14:19  [ТС]
Цитата Сообщение от Xo6ut Посмотреть сообщение
Какой параметр стоит (По умолчанию) в разделе реестра HKEY_CLASSES_ROOT\Directory\shell.(редак тор реестра (Пуск - regedit - Enter)

это где этот shell?
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
24.02.2013, 14:21  [ТС]
мда... опять тупанул...
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
24.02.2013, 14:37  [ТС]
Цитата Сообщение от gecata Посмотреть сообщение
sfc /scannow в cmd.exe, запущенной от имени Администратора
ну сделал, получил лог файл в 11 мб
в командной строке пишет, что "защита ресурсов виндовс обнаружила поврежденные файлы, но не может их восстановить"
0
Эксперт HardwareЭксперт Windows
 Аватар для gecata
15907 / 7930 / 755
Регистрация: 03.01.2012
Сообщений: 32,863
24.02.2013, 15:06
Цитата Сообщение от vadim23409 Посмотреть сообщение
но не может их восстановить"
В этом случае желательно повторить с дистрибутивом в приводе...
А лог большой потому, что там не только сегодняшний результат. Там масса всяких других логов от царя Гороха в одноом файле
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
24.02.2013, 15:19  [ТС]
Цитата Сообщение от gecata Посмотреть сообщение
В этом случае желательно повторить с дистрибутивом в приводе...
я винду ставил прямо с компа
0
Особый статус
Эксперт WindowsВирусоборец
8429 / 1708 / 87
Регистрация: 15.04.2011
Сообщений: 5,520
24.02.2013, 15:19
Введите в командной строке:
Code
1
MKDIR %USERPROFILE%\Desktop\Cyber&findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log>%USERPROFILE%\Desktop\Cyber\sfcdetails.txt
На рабочем столе появится папка Cyber -там файлик,давайте его сюда.
1
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
24.02.2013, 15:23  [ТС]
Цитата Сообщение от Koza Nozdri Посмотреть сообщение
На рабочем столе появится папка Cyber -там файлик,давайте его сюда.
Кликните здесь для просмотра всего текста
2013-02-24 12:23:27, Info CSI 00000009 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:27, Info CSI 0000000a [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:28, Info CSI 0000000c [SR] Verify complete
2013-02-24 12:23:28, Info CSI 0000000d [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:28, Info CSI 0000000e [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:28, Info CSI 00000010 [SR] Verify complete
2013-02-24 12:23:28, Info CSI 00000011 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:28, Info CSI 00000012 [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:33, Info CSI 00000014 [SR] Verify complete
2013-02-24 12:23:33, Info CSI 00000015 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:33, Info CSI 00000016 [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:35, Info CSI 00000018 [SR] Verify complete
2013-02-24 12:23:35, Info CSI 00000019 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:35, Info CSI 0000001a [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:37, Info CSI 0000001c [SR] Verify complete
2013-02-24 12:23:37, Info CSI 0000001d [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:37, Info CSI 0000001e [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:41, Info CSI 00000020 [SR] Verify complete
2013-02-24 12:23:41, Info CSI 00000021 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:41, Info CSI 00000022 [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:42, Info CSI 00000024 [SR] Verify complete
2013-02-24 12:23:42, Info CSI 00000025 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:42, Info CSI 00000026 [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:43, Info CSI 00000028 [SR] Verify complete
2013-02-24 12:23:43, Info CSI 00000029 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:43, Info CSI 0000002a [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:47, Info CSI 0000002d [SR] Verify complete
2013-02-24 12:23:47, Info CSI 0000002e [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:47, Info CSI 0000002f [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:51, Info CSI 00000031 [SR] Repairing corrupted file [ml:520{260},l:74{37}]"\??\C:\Windows\Branding\Basebrd\ru-RU"\[l:30{15}]"basebrd.dll.mui" from store
2013-02-24 12:23:51, Info CSI 00000036 [SR] Verify complete
2013-02-24 12:23:51, Info CSI 00000037 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:51, Info CSI 00000038 [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:54, Info CSI 0000003b [SR] Verify complete
2013-02-24 12:23:54, Info CSI 0000003c [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:54, Info CSI 0000003d [SR] Beginning Verify and Repair transaction
2013-02-24 12:23:57, Info CSI 00000040 [SR] Verify complete
2013-02-24 12:23:57, Info CSI 00000041 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:23:57, Info CSI 00000042 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:01, Info CSI 00000044 [SR] Verify complete
2013-02-24 12:24:01, Info CSI 00000045 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:01, Info CSI 00000046 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:05, Info CSI 00000068 [SR] Verify complete
2013-02-24 12:24:05, Info CSI 00000069 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:05, Info CSI 0000006a [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:09, Info CSI 0000006f [SR] Verify complete
2013-02-24 12:24:09, Info CSI 00000070 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:09, Info CSI 00000071 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:13, Info CSI 00000073 [SR] Verify complete
2013-02-24 12:24:14, Info CSI 00000074 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:14, Info CSI 00000075 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:16, Info CSI 00000077 [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:24:16, Info CSI 00000079 [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:24:16, Info CSI 0000007a [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:24:16, Info CSI 0000007d [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:30{15}]"XInput9_1_0.dll"; source file in store is also corrupted
2013-02-24 12:24:16, Info CSI 0000007f [SR] Verify complete
2013-02-24 12:24:17, Info CSI 00000080 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:17, Info CSI 00000081 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:20, Info CSI 00000083 [SR] Verify complete
2013-02-24 12:24:20, Info CSI 00000084 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:20, Info CSI 00000085 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:24, Info CSI 00000087 [SR] Verify complete
2013-02-24 12:24:24, Info CSI 00000088 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:24, Info CSI 00000089 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:29, Info CSI 0000008d [SR] Verify complete
2013-02-24 12:24:30, Info CSI 0000008e [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:30, Info CSI 0000008f [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:36, Info CSI 000000b0 [SR] Verify complete
2013-02-24 12:24:36, Info CSI 000000b1 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:36, Info CSI 000000b2 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:43, Info CSI 000000b4 [SR] Verify complete
2013-02-24 12:24:43, Info CSI 000000b5 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:43, Info CSI 000000b6 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:50, Info CSI 000000b8 [SR] Verify complete
2013-02-24 12:24:50, Info CSI 000000b9 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:50, Info CSI 000000ba [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:54, Info CSI 000000be [SR] Verify complete
2013-02-24 12:24:54, Info CSI 000000bf [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:54, Info CSI 000000c0 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:56, Info CSI 000000c2 [SR] Verify complete
2013-02-24 12:24:57, Info CSI 000000c3 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:57, Info CSI 000000c4 [SR] Beginning Verify and Repair transaction
2013-02-24 12:24:57, Info CSI 000000c6 [SR] Verify complete
2013-02-24 12:24:58, Info CSI 000000c7 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:24:58, Info CSI 000000c8 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:00, Info CSI 000000ca [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:32{16}]"iexplore.exe.mui" from store
2013-02-24 12:25:00, Info CSI 000000cc [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:32{16}]"iexplore.exe.mui" from store
2013-02-24 12:25:00, Info CSI 000000ce [SR] Verify complete
2013-02-24 12:25:00, Info CSI 000000cf [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:00, Info CSI 000000d0 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:04, Info CSI 000000da [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:44{22}]"JSProfilerCore.dll.mui" from store
2013-02-24 12:25:06, Info CSI 000000e4 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:44{22}]"JSProfilerCore.dll.mui" from store
2013-02-24 12:25:06, Info CSI 000000e7 [SR] Verify complete
2013-02-24 12:25:06, Info CSI 000000e8 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:06, Info CSI 000000e9 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:06, Info CSI 000000eb [SR] Verify complete
2013-02-24 12:25:06, Info CSI 000000ec [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:06, Info CSI 000000ed [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:08, Info CSI 000000ef [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:50{25}]"networkinspection.dll.mui" from store
2013-02-24 12:25:08, Info CSI 000000f1 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:50{25}]"networkinspection.dll.mui" from store
2013-02-24 12:25:08, Info CSI 000000f3 [SR] Verify complete
2013-02-24 12:25:09, Info CSI 000000f4 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:09, Info CSI 000000f5 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:10, Info CSI 000000f7 [SR] Verify complete
2013-02-24 12:25:10, Info CSI 000000f8 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:10, Info CSI 000000f9 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:13, Info CSI 000000fb [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:40{20}]"jsprofilerui.dll.mui" from store
2013-02-24 12:25:14, Info CSI 000000fd [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:30{15}]"jsdbgui.dll.mui" from store
2013-02-24 12:25:14, Info CSI 000000ff [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:40{20}]"jsprofilerui.dll.mui" from store
2013-02-24 12:25:14, Info CSI 00000102 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:30{15}]"jsdbgui.dll.mui" from store
2013-02-24 12:25:14, Info CSI 00000104 [SR] Verify complete
2013-02-24 12:25:14, Info CSI 00000105 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:14, Info CSI 00000106 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:18, Info CSI 00000108 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:34{17}]"ielowutil.exe.mui" from store
2013-02-24 12:25:18, Info CSI 0000010a [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:26{13}]"iecleanup.exe" from store
2013-02-24 12:25:19, Info CSI 0000010c [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:26{13}]"ielowutil.exe" from store
2013-02-24 12:25:19, Info CSI 0000010e [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:22{11}]"jsdbgui.dll" from store
2013-02-24 12:25:19, Info CSI 00000110 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:32{16}]"iedvtool.dll.mui" from store
2013-02-24 12:25:19, Info CSI 00000112 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:32{16}]"ieinstal.exe.mui" from store
2013-02-24 12:25:19, Info CSI 00000113 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:25:19, Info CSI 00000115 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:32{16}]"jsprofilerui.dll" from store
2013-02-24 12:25:19, Info CSI 00000117 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:34{17}]"ielowutil.exe.mui" from store
2013-02-24 12:25:19, Info CSI 0000011a [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:36{18}]"JSProfilerCore.dll" from store
2013-02-24 12:25:19, Info CSI 0000011c [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:24{12}]"ieinstal.exe" from store
2013-02-24 12:25:20, Info CSI 0000011e [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:14{7}]"pdm.dll" from store
2013-02-24 12:25:20, Info CSI 00000120 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:20{10}]"msdbg2.dll" from store
2013-02-24 12:25:20, Info CSI 00000122 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:32{16}]"iedvtool.dll.mui" from store
2013-02-24 12:25:20, Info CSI 00000124 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:22{11}]"IEShims.dll" from store
2013-02-24 12:25:20, Info CSI 00000126 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:20{10}]"sqmapi.dll" from store
2013-02-24 12:25:20, Info CSI 00000128 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:32{16}]"ieinstal.exe.mui" from store
2013-02-24 12:25:20, Info CSI 0000012a [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:22{11}]"ieproxy.dll" from store
2013-02-24 12:25:20, Info CSI 0000012c [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:42{21}]"networkinspection.dll" from store
2013-02-24 12:25:20, Info CSI 0000012e [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:24{12}]"iedvtool.dll" from store
2013-02-24 12:25:20, Info CSI 0000012f [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:25:20, Info CSI 00000131 [SR] Verify complete
2013-02-24 12:25:21, Info CSI 00000132 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:21, Info CSI 00000133 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:22, Info CSI 00000135 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:42{21}]"jsdebuggeride.dll.mui" from store
2013-02-24 12:25:23, Info CSI 00000137 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:34{17}]"jsdebuggeride.dll" from store
2013-02-24 12:25:23, Info CSI 00000139 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:42{21}]"jsdebuggeride.dll.mui" from store
2013-02-24 12:25:23, Info CSI 0000013b [SR] Verify complete
2013-02-24 12:25:23, Info CSI 0000013c [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:23, Info CSI 0000013d [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:24, Info CSI 0000013f [SR] Verify complete
2013-02-24 12:25:25, Info CSI 00000140 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:25, Info CSI 00000141 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:29, Info CSI 00000143 [SR] Verify complete
2013-02-24 12:25:29, Info CSI 00000144 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:29, Info CSI 00000145 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:32, Info CSI 00000147 [SR] Verify complete
2013-02-24 12:25:33, Info CSI 00000148 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:33, Info CSI 00000149 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:36, Info CSI 0000014b [SR] Verify complete
2013-02-24 12:25:36, Info CSI 0000014c [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:36, Info CSI 0000014d [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:43, Info CSI 00000155 [SR] Verify complete
2013-02-24 12:25:43, Info CSI 00000156 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:43, Info CSI 00000157 [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:47, Info CSI 00000169 [SR] Verify complete
2013-02-24 12:25:47, Info CSI 0000016a [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:47, Info CSI 0000016b [SR] Beginning Verify and Repair transaction
2013-02-24 12:25:52, Info CSI 0000016d [SR] Verify complete
2013-02-24 12:25:52, Info CSI 0000016e [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:25:52, Info CSI 0000016f [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:04, Info CSI 00000171 [SR] Verify complete
2013-02-24 12:26:04, Info CSI 00000172 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:04, Info CSI 00000173 [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:12, Info CSI 00000176 [SR] Verify complete
2013-02-24 12:26:12, Info CSI 00000177 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:12, Info CSI 00000178 [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:19, Info CSI 0000017a [SR] Verify complete
2013-02-24 12:26:19, Info CSI 0000017b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:19, Info CSI 0000017c [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:22, Info CSI 0000017e [SR] Verify complete
2013-02-24 12:26:22, Info CSI 0000017f [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:22, Info CSI 00000180 [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:26, Info CSI 00000182 [SR] Verify complete
2013-02-24 12:26:27, Info CSI 00000183 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:27, Info CSI 00000184 [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:29, Info CSI 00000186 [SR] Verify complete
2013-02-24 12:26:30, Info CSI 00000187 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:30, Info CSI 00000188 [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:34, Info CSI 0000018c [SR] Verify complete
2013-02-24 12:26:34, Info CSI 0000018d [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:34, Info CSI 0000018e [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:38, Info CSI 00000190 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img19.jpg" from store
2013-02-24 12:26:38, Info CSI 00000192 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img24.jpg" from store
2013-02-24 12:26:38, Info CSI 00000194 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img23.jpg" from store
2013-02-24 12:26:38, Info CSI 00000196 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img22.jpg" from store
2013-02-24 12:26:38, Info CSI 00000198 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img21.jpg" from store
2013-02-24 12:26:38, Info CSI 0000019a [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img20.jpg" from store
2013-02-24 12:26:38, Info CSI 0000019c [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:18{9}]"img12.jpg" from store
2013-02-24 12:26:38, Info CSI 0000019e [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:18{9}]"img11.jpg" from store
2013-02-24 12:26:38, Info CSI 000001a0 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:18{9}]"img10.jpg" from store
2013-02-24 12:26:38, Info CSI 000001a2 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:16{8}]"img7.jpg" from store
2013-02-24 12:26:38, Info CSI 000001a4 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:16{8}]"img8.jpg" from store
2013-02-24 12:26:38, Info CSI 000001a6 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:16{8}]"img9.jpg" from store
2013-02-24 12:26:38, Info CSI 000001a8 [SR] Verify complete
2013-02-24 12:26:39, Info CSI 000001a9 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:39, Info CSI 000001aa [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:44, Info CSI 000001ad [SR] Verify complete
2013-02-24 12:26:44, Info CSI 000001ae [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:44, Info CSI 000001af [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:48, Info CSI 000001b1 [SR] Repairing corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:24{12}]"spwizimg.dll" from store
2013-02-24 12:26:49, Info CSI 000001b3 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img18.jpg" from store
2013-02-24 12:26:49, Info CSI 000001b5 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img17.jpg" from store
2013-02-24 12:26:49, Info CSI 000001b7 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img16.jpg" from store
2013-02-24 12:26:49, Info CSI 000001b9 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img15.jpg" from store
2013-02-24 12:26:49, Info CSI 000001bb [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img14.jpg" from store
2013-02-24 12:26:49, Info CSI 000001bd [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img13.jpg" from store
2013-02-24 12:26:49, Info CSI 000001bf [SR] Verify complete
2013-02-24 12:26:50, Info CSI 000001c0 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:50, Info CSI 000001c1 [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:54, Info CSI 000001c4 [SR] Verify complete
2013-02-24 12:26:54, Info CSI 000001c5 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:54, Info CSI 000001c6 [SR] Beginning Verify and Repair transaction
2013-02-24 12:26:59, Info CSI 000001c8 [SR] Verify complete
2013-02-24 12:26:59, Info CSI 000001c9 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:26:59, Info CSI 000001ca [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:05, Info CSI 000001cc [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img1.jpg" from store
2013-02-24 12:27:05, Info CSI 000001ce [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img2.jpg" from store
2013-02-24 12:27:05, Info CSI 000001d0 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img3.jpg" from store
2013-02-24 12:27:05, Info CSI 000001d2 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img4.jpg" from store
2013-02-24 12:27:05, Info CSI 000001d4 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img5.jpg" from store
2013-02-24 12:27:05, Info CSI 000001d6 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img6.jpg" from store
2013-02-24 12:27:06, Info CSI 000001d9 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img29.jpg" from store
2013-02-24 12:27:06, Info CSI 000001db [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img28.jpg" from store
2013-02-24 12:27:06, Info CSI 000001dd [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img27.jpg" from store
2013-02-24 12:27:06, Info CSI 000001df [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img26.jpg" from store
2013-02-24 12:27:06, Info CSI 000001e1 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img25.jpg" from store
2013-02-24 12:27:06, Info CSI 000001e3 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img30.jpg" from store
2013-02-24 12:27:06, Info CSI 000001e5 [SR] Verify complete
2013-02-24 12:27:06, Info CSI 000001e6 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:06, Info CSI 000001e7 [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:10, Info CSI 000001e9 [SR] Verify complete
2013-02-24 12:27:10, Info CSI 000001ea [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:10, Info CSI 000001eb [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:15, Info CSI 000001ed [SR] Verify complete
2013-02-24 12:27:15, Info CSI 000001ee [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:15, Info CSI 000001ef [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:19, Info CSI 000001f1 [SR] Verify complete
2013-02-24 12:27:19, Info CSI 000001f2 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:19, Info CSI 000001f3 [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:23, Info CSI 000001f6 [SR] Verify complete
2013-02-24 12:27:23, Info CSI 000001f7 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:23, Info CSI 000001f8 [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:28, Info CSI 000001fa [SR] Verify complete
2013-02-24 12:27:28, Info CSI 000001fb [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:28, Info CSI 000001fc [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:32, Info CSI 000001fe [SR] Verify complete
2013-02-24 12:27:32, Info CSI 000001ff [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:32, Info CSI 00000200 [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:36, Info CSI 00000203 [SR] Verify complete
2013-02-24 12:27:36, Info CSI 00000204 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:36, Info CSI 00000205 [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:41, Info CSI 00000208 [SR] Verify complete
2013-02-24 12:27:41, Info CSI 00000209 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:41, Info CSI 0000020a [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:46, Info CSI 0000020d [SR] Verify complete
2013-02-24 12:27:46, Info CSI 0000020e [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:46, Info CSI 0000020f [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:52, Info CSI 00000211 [SR] Verify complete
2013-02-24 12:27:52, Info CSI 00000212 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:52, Info CSI 00000213 [SR] Beginning Verify and Repair transaction
2013-02-24 12:27:58, Info CSI 00000216 [SR] Verify complete
2013-02-24 12:27:58, Info CSI 00000217 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:27:58, Info CSI 00000218 [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:03, Info CSI 0000021a [SR] Verify complete
2013-02-24 12:28:03, Info CSI 0000021b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:03, Info CSI 0000021c [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:04, Info CSI 0000021e [SR] Verify complete
2013-02-24 12:28:04, Info CSI 0000021f [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:04, Info CSI 00000220 [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:07, Info CSI 00000222 [SR] Verify complete
2013-02-24 12:28:07, Info CSI 00000223 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:07, Info CSI 00000224 [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:12, Info CSI 00000226 [SR] Verify complete
2013-02-24 12:28:12, Info CSI 00000227 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:12, Info CSI 00000228 [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:17, Info CSI 0000022a [SR] Verify complete
2013-02-24 12:28:17, Info CSI 0000022b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:17, Info CSI 0000022c [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:20, Info CSI 0000022e [SR] Verify complete
2013-02-24 12:28:23, Info CSI 0000022f [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:23, Info CSI 00000230 [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:27, Info CSI 00000232 [SR] Verify complete
2013-02-24 12:28:27, Info CSI 00000233 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:27, Info CSI 00000234 [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:40, Info CSI 00000236 [SR] Verify complete
2013-02-24 12:28:40, Info CSI 00000237 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:40, Info CSI 00000238 [SR] Beginning Verify and Repair transaction
2013-02-24 12:28:58, Info CSI 0000023a [SR] Verify complete
2013-02-24 12:28:58, Info CSI 0000023b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:28:58, Info CSI 0000023c [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:02, Info CSI 0000023e [SR] Verify complete
2013-02-24 12:29:02, Info CSI 0000023f [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:02, Info CSI 00000240 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:06, Info CSI 00000242 [SR] Verify complete
2013-02-24 12:29:06, Info CSI 00000243 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:06, Info CSI 00000244 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:07, Info CSI 00000246 [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:29:07, Info CSI 00000248 [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:29:07, Info CSI 00000249 [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:29:07, Info CSI 0000024c [SR] Could not reproject corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\System32\oobe"\[l:28{14}]"background.bmp"; source file in store is also corrupted
2013-02-24 12:29:07, Info CSI 0000024e [SR] Verify complete
2013-02-24 12:29:07, Info CSI 0000024f [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:07, Info CSI 00000250 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:10, Info CSI 00000252 [SR] Verify complete
2013-02-24 12:29:10, Info CSI 00000253 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:10, Info CSI 00000254 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:14, Info CSI 00000256 [SR] Verify complete
2013-02-24 12:29:15, Info CSI 00000257 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:15, Info CSI 00000258 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:21, Info CSI 00000263 [SR] Verify complete
2013-02-24 12:29:21, Info CSI 00000264 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:21, Info CSI 00000265 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:25, Info CSI 00000267 [SR] Verify complete
2013-02-24 12:29:25, Info CSI 00000268 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:25, Info CSI 00000269 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:28, Info CSI 0000026b [SR] Verify complete
2013-02-24 12:29:29, Info CSI 0000026c [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:29, Info CSI 0000026d [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:33, Info CSI 0000026f [SR] Verify complete
2013-02-24 12:29:33, Info CSI 00000270 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:33, Info CSI 00000271 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:37, Info CSI 00000273 [SR] Verify complete
2013-02-24 12:29:37, Info CSI 00000274 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:37, Info CSI 00000275 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:43, Info CSI 00000278 [SR] Verify complete
2013-02-24 12:29:43, Info CSI 00000279 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:43, Info CSI 0000027a [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:46, Info CSI 0000027c [SR] Verify complete
2013-02-24 12:29:46, Info CSI 0000027d [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:46, Info CSI 0000027e [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:46, Info CSI 00000280 [SR] Verify complete
2013-02-24 12:29:46, Info CSI 00000281 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:46, Info CSI 00000282 [SR] Beginning Verify and Repair transaction
2013-02-24 12:29:51, Info CSI 00000285 [SR] Verify complete
2013-02-24 12:29:51, Info CSI 00000286 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:29:51, Info CSI 00000287 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:03, Info CSI 0000028b [SR] Verify complete
2013-02-24 12:30:03, Info CSI 0000028c [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:03, Info CSI 0000028d [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:09, Info CSI 00000292 [SR] Verify complete
2013-02-24 12:30:09, Info CSI 00000293 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:09, Info CSI 00000294 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:14, Info CSI 0000029a [SR] Verify complete
2013-02-24 12:30:15, Info CSI 0000029b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:15, Info CSI 0000029c [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:21, Info CSI 000002a5 [SR] Verify complete
2013-02-24 12:30:21, Info CSI 000002a6 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:21, Info CSI 000002a7 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:26, Info CSI 000002a9 [SR] Verify complete
2013-02-24 12:30:26, Info CSI 000002aa [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:26, Info CSI 000002ab [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:29, Info CSI 000002ad [SR] Verify complete
2013-02-24 12:30:29, Info CSI 000002ae [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:29, Info CSI 000002af [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:32, Info CSI 000002b3 [SR] Verify complete
2013-02-24 12:30:32, Info CSI 000002b4 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:32, Info CSI 000002b5 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:35, Info CSI 000002b7 [SR] Verify complete
2013-02-24 12:30:35, Info CSI 000002b8 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:35, Info CSI 000002b9 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:39, Info CSI 000002de [SR] Verify complete
2013-02-24 12:30:39, Info CSI 000002df [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:39, Info CSI 000002e0 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:43, Info CSI 000002e2 [SR] Verify complete
2013-02-24 12:30:43, Info CSI 000002e3 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:43, Info CSI 000002e4 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:45, Info CSI 000002e6 [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:30:46, Info CSI 000002e8 [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:30:46, Info CSI 000002e9 [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:30:46, Info CSI 000002ec [SR] Could not reproject corrupted file [ml:48{24},l:46{23}]"\??\C:\Windows\SysWOW64"\[l:30{15}]"XInput9_1_0.dll"; source file in store is also corrupted
2013-02-24 12:30:46, Info CSI 000002ee [SR] Verify complete
2013-02-24 12:30:46, Info CSI 000002ef [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:46, Info CSI 000002f0 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:49, Info CSI 000002fd [SR] Verify complete
2013-02-24 12:30:49, Info CSI 000002fe [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:49, Info CSI 000002ff [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:52, Info CSI 00000302 [SR] Verify complete
2013-02-24 12:30:53, Info CSI 00000303 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:53, Info CSI 00000304 [SR] Beginning Verify and Repair transaction
2013-02-24 12:30:57, Info CSI 00000306 [SR] Verify complete
2013-02-24 12:30:58, Info CSI 00000307 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:30:58, Info CSI 00000308 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:02, Info CSI 00000316 [SR] Verify complete
2013-02-24 12:31:02, Info CSI 00000317 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:02, Info CSI 00000318 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:03, Info CSI 0000031a [SR] Verify complete
2013-02-24 12:31:04, Info CSI 0000031b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:04, Info CSI 0000031c [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:06, Info CSI 0000031d [SR] Repairing corrupted file [ml:520{260},l:100{50}]"\??\C:\Program Files (x86)\Internet Explorer\ru-RU"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:31:06, Info CSI 0000031e [SR] Repairing corrupted file [ml:520{260},l:100{50}]"\??\C:\Program Files (x86)\Internet Explorer\en-US"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:31:07, Info CSI 00000320 [SR] Verify complete
2013-02-24 12:31:07, Info CSI 00000321 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:07, Info CSI 00000322 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:10, Info CSI 00000325 [SR] Verify complete
2013-02-24 12:31:10, Info CSI 00000326 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:10, Info CSI 00000327 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:12, Info CSI 00000329 [SR] Verify complete
2013-02-24 12:31:12, Info CSI 0000032a [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:12, Info CSI 0000032b [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:16, Info CSI 0000032d [SR] Verify complete
2013-02-24 12:31:16, Info CSI 0000032e [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:16, Info CSI 0000032f [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:20, Info CSI 00000331 [SR] Verify complete
2013-02-24 12:31:20, Info CSI 00000332 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:20, Info CSI 00000333 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:26, Info CSI 0000033a [SR] Verify complete
2013-02-24 12:31:26, Info CSI 0000033b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:26, Info CSI 0000033c [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:30, Info CSI 00000351 [SR] Verify complete
2013-02-24 12:31:30, Info CSI 00000352 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:30, Info CSI 00000353 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:44, Info CSI 00000355 [SR] Verify complete
2013-02-24 12:31:44, Info CSI 00000356 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:44, Info CSI 00000357 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:48, Info CSI 00000359 [SR] Verify complete
2013-02-24 12:31:48, Info CSI 0000035a [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:48, Info CSI 0000035b [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:51, Info CSI 0000035d [SR] Verify complete
2013-02-24 12:31:51, Info CSI 0000035e [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:51, Info CSI 0000035f [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:54, Info CSI 00000363 [SR] Verify complete
2013-02-24 12:31:54, Info CSI 00000364 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:54, Info CSI 00000365 [SR] Beginning Verify and Repair transaction
2013-02-24 12:31:57, Info CSI 00000367 [SR] Repairing corrupted file [ml:48{24},l:46{23}]"\??\C:\Windows\SysWOW64"\[l:24{12}]"spwizimg.dll" from store
2013-02-24 12:31:57, Info CSI 00000369 [SR] Verify complete
2013-02-24 12:31:57, Info CSI 0000036a [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:31:57, Info CSI 0000036b [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:01, Info CSI 0000036d [SR] Verify complete
2013-02-24 12:32:01, Info CSI 0000036e [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:01, Info CSI 0000036f [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:05, Info CSI 00000371 [SR] Verify complete
2013-02-24 12:32:05, Info CSI 00000372 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:05, Info CSI 00000373 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:08, Info CSI 00000376 [SR] Verify complete
2013-02-24 12:32:08, Info CSI 00000377 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:08, Info CSI 00000378 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:11, Info CSI 0000037a [SR] Verify complete
2013-02-24 12:32:11, Info CSI 0000037b [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:11, Info CSI 0000037c [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:15, Info CSI 0000037e [SR] Verify complete
2013-02-24 12:32:15, Info CSI 0000037f [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:15, Info CSI 00000380 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:19, Info CSI 00000382 [SR] Verify complete
2013-02-24 12:32:19, Info CSI 00000383 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:19, Info CSI 00000384 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:25, Info CSI 00000387 [SR] Verify complete
2013-02-24 12:32:25, Info CSI 00000388 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:25, Info CSI 00000389 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:28, Info CSI 0000038b [SR] Verify complete
2013-02-24 12:32:28, Info CSI 0000038c [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:28, Info CSI 0000038d [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:33, Info CSI 0000038f [SR] Verify complete
2013-02-24 12:32:33, Info CSI 00000390 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:33, Info CSI 00000391 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:37, Info CSI 00000393 [SR] Verify complete
2013-02-24 12:32:37, Info CSI 00000394 [SR] Verifying 100 (0x0000000000000064) components
2013-02-24 12:32:37, Info CSI 00000395 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:40, Info CSI 00000397 [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:41, Info CSI 00000399 [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:41, Info CSI 0000039a [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:32:41, Info CSI 0000039d [SR] Could not reproject corrupted file [ml:58{29},l:56{28}]"\??\C:\Windows\SysWOW64\oobe"\[l:28{14}]"background.bmp"; source file in store is also corrupted
2013-02-24 12:32:42, Info CSI 0000039f [SR] Verify complete
2013-02-24 12:32:42, Info CSI 000003a0 [SR] Verifying 41 (0x0000000000000029) components
2013-02-24 12:32:42, Info CSI 000003a1 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:44, Info CSI 000003a3 [SR] Verify complete
2013-02-24 12:32:44, Info CSI 000003a4 [SR] Repairing 47 (0x000000000000002f) components
2013-02-24 12:32:44, Info CSI 000003a5 [SR] Beginning Verify and Repair transaction
2013-02-24 12:32:44, Info CSI 000003a7 [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:45, Info CSI 000003a9 [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:45, Info CSI 000003ab [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:46, Info CSI 000003ad [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:46, Info CSI 000003af [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:42{21}]"jsdebuggeride.dll.mui" from store
2013-02-24 12:32:46, Info CSI 000003b1 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:34{17}]"jsdebuggeride.dll" from store
2013-02-24 12:32:46, Info CSI 000003b3 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:34{17}]"ielowutil.exe.mui" from store
2013-02-24 12:32:46, Info CSI 000003b5 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:26{13}]"iecleanup.exe" from store
2013-02-24 12:32:46, Info CSI 000003b7 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:26{13}]"ielowutil.exe" from store
2013-02-24 12:32:46, Info CSI 000003b9 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:32{16}]"iexplore.exe.mui" from store
2013-02-24 12:32:46, Info CSI 000003bb [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:46, Info CSI 000003bc [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:32:46, Info CSI 000003bf [SR] Could not reproject corrupted file [ml:58{29},l:56{28}]"\??\C:\Windows\SysWOW64\oobe"\[l:28{14}]"background.bmp"; source file in store is also corrupted
2013-02-24 12:32:46, Info CSI 000003c1 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:22{11}]"jsdbgui.dll" from store
2013-02-24 12:32:46, Info CSI 000003c3 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:40{20}]"jsprofilerui.dll.mui" from store
2013-02-24 12:32:46, Info CSI 000003c5 [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:46, Info CSI 000003c6 [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:32:46, Info CSI 000003c9 [SR] Could not reproject corrupted file [ml:48{24},l:46{23}]"\??\C:\Windows\SysWOW64"\[l:30{15}]"XInput9_1_0.dll"; source file in store is also corrupted
2013-02-24 12:32:46, Info CSI 000003cb [SR] Repairing corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:24{12}]"spwizimg.dll" from store
2013-02-24 12:32:46, Info CSI 000003cd [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:44{22}]"JSProfilerCore.dll.mui" from store
2013-02-24 12:32:46, Info CSI 000003cf [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:32{16}]"iedvtool.dll.mui" from store
2013-02-24 12:32:46, Info CSI 000003d0 [SR] Repairing corrupted file [ml:520{260},l:100{50}]"\??\C:\Program Files (x86)\Internet Explorer\ru-RU"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:32:46, Info CSI 000003d2 [SR] Repairing corrupted file [ml:520{260},l:74{37}]"\??\C:\Windows\Branding\Basebrd\ru-RU"\[l:30{15}]"basebrd.dll.mui" from store
2013-02-24 12:32:46, Info CSI 000003d5 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:32{16}]"ieinstal.exe.mui" from store
2013-02-24 12:32:46, Info CSI 000003d7 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:32{16}]"jsprofilerui.dll" from store
2013-02-24 12:32:46, Info CSI 000003d8 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:32:46, Info CSI 000003da [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img1.jpg" from store
2013-02-24 12:32:46, Info CSI 000003dc [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img2.jpg" from store
2013-02-24 12:32:46, Info CSI 000003de [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img3.jpg" from store
2013-02-24 12:32:46, Info CSI 000003e0 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img4.jpg" from store
2013-02-24 12:32:46, Info CSI 000003e2 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img5.jpg" from store
2013-02-24 12:32:46, Info CSI 000003e4 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Nature "\[l:16{8}]"img6.jpg" from store
2013-02-24 12:32:46, Info CSI 000003e6 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:34{17}]"ielowutil.exe.mui" from store
2013-02-24 12:32:46, Info CSI 000003e8 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:36{18}]"JSProfilerCore.dll" from store
2013-02-24 12:32:46, Info CSI 000003ea [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:50{25}]"networkinspection.dll.mui" from store
2013-02-24 12:32:46, Info CSI 000003ec [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:24{12}]"ieinstal.exe" from store
2013-02-24 12:32:46, Info CSI 000003ee [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img19.jpg" from store
2013-02-24 12:32:46, Info CSI 000003f0 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img24.jpg" from store
2013-02-24 12:32:46, Info CSI 000003f2 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img23.jpg" from store
2013-02-24 12:32:46, Info CSI 000003f4 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img22.jpg" from store
2013-02-24 12:32:47, Info CSI 000003f6 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img21.jpg" from store
2013-02-24 12:32:47, Info CSI 000003f8 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Characters "\[l:18{9}]"img20.jpg" from store
2013-02-24 12:32:47, Info CSI 000003f9 [SR] Repairing corrupted file [ml:520{260},l:100{50}]"\??\C:\Program Files (x86)\Internet Explorer\en-US"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:32:47, Info CSI 000003fb [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:30{15}]"jsdbgui.dll.mui" from store
2013-02-24 12:32:47, Info CSI 000003fd [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:14{7}]"pdm.dll" from store
2013-02-24 12:32:47, Info CSI 000003ff [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:20{10}]"msdbg2.dll" from store
2013-02-24 12:32:47, Info CSI 00000401 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:42{21}]"jsdebuggeride.dll.mui" from store
2013-02-24 12:32:47, Info CSI 00000403 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:32{16}]"iedvtool.dll.mui" from store
2013-02-24 12:32:47, Info CSI 00000405 [SR] Repairing corrupted file [ml:48{24},l:46{23}]"\??\C:\Windows\SysWOW64"\[l:24{12}]"spwizimg.dll" from store
2013-02-24 12:32:47, Info CSI 00000407 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:32{16}]"iexplore.exe.mui" from store
2013-02-24 12:32:47, Info CSI 00000409 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:22{11}]"IEShims.dll" from store
2013-02-24 12:32:47, Info CSI 0000040b [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:32{16}]"ieinstal.exe.mui" from store
2013-02-24 12:32:47, Info CSI 0000040d [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:20{10}]"sqmapi.dll" from store
2013-02-24 12:32:47, Info CSI 0000040f [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:40{20}]"jsprofilerui.dll.mui" from store
2013-02-24 12:32:47, Info CSI 00000411 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:42{21}]"networkinspection.dll" from store
2013-02-24 12:32:47, Info CSI 00000413 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:22{11}]"ieproxy.dll" from store
2013-02-24 12:32:47, Info CSI 00000415 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:18{9}]"img12.jpg" from store
2013-02-24 12:32:47, Info CSI 00000417 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:18{9}]"img11.jpg" from store
2013-02-24 12:32:47, Info CSI 00000419 [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:18{9}]"img10.jpg" from store
2013-02-24 12:32:47, Info CSI 0000041b [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:16{8}]"img7.jpg" from store
2013-02-24 12:32:47, Info CSI 0000041d [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:16{8}]"img8.jpg" from store
2013-02-24 12:32:47, Info CSI 0000041f [SR] Repairing corrupted file [ml:520{260},l:78{39}]"\??\C:\Windows\Web\Wallpaper\Landscapes "\[l:16{8}]"img9.jpg" from store
2013-02-24 12:32:47, Info CSI 00000421 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:44{22}]"JSProfilerCore.dll.mui" from store
2013-02-24 12:32:47, Info CSI 00000423 [SR] Repairing corrupted file [ml:520{260},l:76{38}]"\??\C:\Program Files\Internet Explorer"\[l:24{12}]"iedvtool.dll" from store
2013-02-24 12:32:47, Info CSI 00000425 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:50{25}]"networkinspection.dll.mui" from store
2013-02-24 12:32:47, Info CSI 00000427 [SR] Cannot repair member file [l:28{14}]"background.bmp" of Setup-UXWizard-ClientImages, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:47, Info CSI 00000428 [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:32:47, Info CSI 0000042b [SR] Could not reproject corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\System32\oobe"\[l:28{14}]"background.bmp"; source file in store is also corrupted
2013-02-24 12:32:47, Info CSI 0000042d [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img18.jpg" from store
2013-02-24 12:32:47, Info CSI 0000042f [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img17.jpg" from store
2013-02-24 12:32:47, Info CSI 00000431 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img16.jpg" from store
2013-02-24 12:32:48, Info CSI 00000433 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img15.jpg" from store
2013-02-24 12:32:48, Info CSI 00000435 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img14.jpg" from store
2013-02-24 12:32:48, Info CSI 00000437 [SR] Repairing corrupted file [ml:520{260},l:82{41}]"\??\C:\Windows\Web\Wallpaper\Architectu re"\[l:18{9}]"img13.jpg" from store
2013-02-24 12:32:48, Info CSI 00000439 [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\en-US"\[l:30{15}]"jsdbgui.dll.mui" from store
2013-02-24 12:32:48, Info CSI 0000043b [SR] Cannot repair member file [l:30{15}]"XInput9_1_0.dll" of Microsoft-Windows-DirectX-XInput, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
2013-02-24 12:32:48, Info CSI 0000043c [SR] This component was referenced by [l:242{121}]"Microsoft-Windows-Client-Features-Package~31bf3856ad364e35~amd64~~6.1.7601 .17514.Microsoft-Windows-Client-Features-Update"
2013-02-24 12:32:48, Info CSI 0000043f [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:30{15}]"XInput9_1_0.dll"; source file in store is also corrupted
2013-02-24 12:32:48, Info CSI 00000441 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img29.jpg" from store
2013-02-24 12:32:48, Info CSI 00000443 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img28.jpg" from store
2013-02-24 12:32:48, Info CSI 00000445 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img27.jpg" from store
2013-02-24 12:32:48, Info CSI 00000447 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img26.jpg" from store
2013-02-24 12:32:48, Info CSI 00000449 [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img25.jpg" from store
2013-02-24 12:32:48, Info CSI 0000044b [SR] Repairing corrupted file [ml:520{260},l:70{35}]"\??\C:\Windows\Web\Wallpaper\Scenes "\[l:18{9}]"img30.jpg" from store
2013-02-24 12:32:48, Info CSI 0000044c [SR] Repairing corrupted file [ml:520{260},l:88{44}]"\??\C:\Program Files\Internet Explorer\ru-RU"\[l:16{8}]"eula.rtf" from store
2013-02-24 12:32:48, Info CSI 0000044e [SR] Repair complete
2013-02-24 12:32:48, Info CSI 0000044f [SR] Committing transaction
2013-02-24 12:32:48, Info CSI 00000453 [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction have been successfully repaired
0
Особый статус
Эксперт WindowsВирусоборец
8429 / 1708 / 87
Регистрация: 15.04.2011
Сообщений: 5,520
24.02.2013, 19:14
vadim23409, ясно.
Сборка или оригинальный образ?
Это имеет значение.
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
24.02.2013, 20:24  [ТС]
чесно сказать, я не знаю... с торрента качал...
0
Особый статус
Эксперт WindowsВирусоборец
8429 / 1708 / 87
Регистрация: 15.04.2011
Сообщений: 5,520
25.02.2013, 07:03
vadim23409, ага.
Большое количество покрошенных файлов,из них и лого длл и еще некоторые.



Цитата Сообщение от vadim23409 Посмотреть сообщение
может быть проблема в том (я только узнал) что кто-то пытался удалить IE непосредственно с папок c\program files\internet explorer и c\program files(x86)\internet explorer?
И. Експлорер тесно связан с проводником ,в логе видно что файлы так же повреждены и не восстановлены.
Поместить диск с вашей операционной системой в привод и заново выполните sfc/scannow,затем ту команду что я дал и снова давайте лог.
Code
1
MKDIR %USERPROFILE%\Desktop\Cyber&findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log>%USERPROFILE%\Desktop\Cyber\sfcdetails.txt
0
 Аватар для vadim23409
6 / 6 / 2
Регистрация: 24.09.2012
Сообщений: 381
25.02.2013, 18:21  [ТС]
может проще винду переставить???
P.S. если да, то я давно уже хочу но не могу, пишет "нужен драйвер доступа к жесткому диску", заспустил диск от материнки, включил программу "create disc"(как я понял, оно устанавлевает этот драйвер или еще что-то на флешку, запускаю установку, снова пишет, что нужен этот драйвер...сканирую флешку, файлов нет, снимаю галочку "показывать драйвера совместимые с этим устройством" и мне пишет кучу файлов... ни один из них не подходит.. Что делать?? Такую тему я уже создавал...
0
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
BasicMan
Эксперт
29316 / 5623 / 2384
Регистрация: 17.02.2009
Сообщений: 30,364
Блог
25.02.2013, 18:21
Помогаю со студенческими работами здесь

Открытие папок на фтп
Здравствуйте. пишу программу "FTP - клиент" Такая проблема сделал конект по вводу адреса и есть функция которая выводит список файлов,...

Самопроизвольное открытие папок
Подскажите, пожалуйста, возможно ли такое само по себе? Или явно кто-то ломанул? Включил компьютер после спящего режима, обнаружил...

Открытие папок по GUID
Здравствуйте, пытаюсь открыть папки так: Process.Start("explorer", "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"); Мой компьютер, мои...

Программное открытие файлов и папок
Доброго времени суток !!! Требуется помощь в следующей проблемме. Создал три списка с данными и необходимо сделать так чтобы при...

Вирус блокирует открытие сетевых папок
Проблемма следующая. Настроена сеть три компа, на всех ХР SP3. Установлена сетевая программа 1С, на компьютере где находиться база,...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
20
Ответ Создать тему
Новые блоги и статьи
SDL3 для Web (WebAssembly): Реализация движения на Box2D v3 - трение и коллизии с повёрнутыми стенами
8Observer8 20.02.2026
Содержание блога Box2D позволяет легко создать главного героя, который не проходит сквозь стены и перемещается с заданным трением о препятствия, которые можно располагать под углом, как верхнее. . .
Конвертировать закладки radiotray-ng в m3u-плейлист
damix 19.02.2026
Это можно сделать скриптом для PowerShell. Использование . \СonvertRadiotrayToM3U. ps1 <path_to_bookmarks. json> Рядом с файлом bookmarks. json появится файл bookmarks. m3u с результатом. # Check if. . .
Семь CDC на одном интерфейсе: 5 U[S]ARTов, 1 CAN и 1 SSI
Eddy_Em 18.02.2026
Постепенно допиливаю свою "многоинтерфейсную плату". Выглядит вот так: https:/ / www. cyberforum. ru/ blog_attachment. php?attachmentid=11617&stc=1&d=1771445347 Основана на STM32F303RBT6. На борту пять. . .
Камера Toupcam IUA500KMA
Eddy_Em 12.02.2026
Т. к. у всяких "хикроботов" слишком уж мелкий пиксель, для подсмотра в ESPriF они вообще плохо годятся: уже 14 величину можно рассмотреть еле-еле лишь на экспозициях под 3 секунды (а то и больше),. . .
И ясному Солнцу
zbw 12.02.2026
И ясному Солнцу, и светлой Луне. В мире покоя нет и люди не могут жить в тишине. А жить им немного лет.
«Знание-Сила»
zbw 12.02.2026
«Знание-Сила» «Время-Деньги» «Деньги -Пуля»
SDL3 для Web (WebAssembly): Подключение Box2D v3, физика и отрисовка коллайдеров
8Observer8 12.02.2026
Содержание блога Box2D - это библиотека для 2D физики для анимаций и игр. С её помощью можно определять были ли коллизии между конкретными объектами и вызывать обработчики событий столкновения. . . .
SDL3 для Web (WebAssembly): Загрузка PNG с прозрачным фоном с помощью SDL_LoadPNG (без SDL3_image)
8Observer8 11.02.2026
Содержание блога Библиотека SDL3 содержит встроенные инструменты для базовой работы с изображениями - без использования библиотеки SDL3_image. Пошагово создадим проект для загрузки изображения. . .
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru