[SOLVED] SFC found corrupt files that it can't fix

When running sfc in RE, it reported that it found problems but could not fix all of them and results were in the cbs.log file. Unfortunately, sfc on the C drive was not touched and nothing appeared in x:\windows\logs\cbs\. I used attrib -H cbs.log and it reported the file was not found.

Trying to run sfc in safe mode said it was unable to start the repair service. However, it appears a cbs.log files was created (I renamed the current one) and it did say that Windows was running in safe mode, which I recall ever having seen. The current cbs.log file is attached. Nothing appears to have been appended to it in normal mode. That might change after my next reboot.

Right now a scheduled full system backup is running and it will probably take about 2 hours to complete. I can try rebooting after it's done and see what might be appended to cbs.log.

System Writer is still listed in the list of writers, so that's progress. Any thoughts on how to proceed from here?
 

Attachments

What is the startup type on the Windows modules installer service? Make sure that it is set to manual and attempt starting it. Let me know if the status changes to running or if this produces an error.
 
WMI is set to manual and is started. BITS is set as automatic (delayed start) and is started. Sfc still says Windows resource protection could not start the repair service.
 
Let's see if we can update the servicing stack.

Install Update with DISM

  1. Download the update MSU here: https://support.microsoft.com/en-us/kb/3177467
  2. Copy the MSU file to a convenient location (such as C:\temp).
  3. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator
  5. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\temp

    replace C:\temp with your path if different

    expand {update name}.msu -f:* C:\temp

    replace {update name} with the name of the MSU file downloaded in step 1

    DISM.exe /Online /Add-Package /PackagePath:C:\temp\{update name}.cab

  6. You should receive the message:
    The operation completed successfully.
  7. Make sure to allow the computer to restart if prompted.

    If you receive any other message:
  8. Right-click on the Command Prompt window and click Select All, this will invert all of the colours by selecting the text, now press enter. All of this text is now copied.
  9. Paste (Ctrl+V) this text into your next post, then zip and attach C:\Windows\Logs\CBS\CBS.log.
 
The directive completed without error. It didn't say to reboot but I did anyway. The cbs.log file is attached. I tried running sfc /scannow in a normal mode administrative command prompt window and got "Windows Resource Protection could not start the repair service".
 

Attachments

I'd like to take a look at the event logs.

Event Log Collection

  • Download VEW by Vino Rosso here: VEW.EXE
  • Right click the file and select Run as administrator and click Continue or Allow at the User Account Control Prompt.
  • Click the check boxes next to Application and System located under Select log to query on the upper left.
  • Under Select type to list on the right click the boxes next to Error, Warning and Critical (not XP).
  • Under Number or date of events select Number of events and type 20 in the box next to 1 to 20 and click Run.
  • Once it finishes it will display a log file in notepad.
  • Copy and paste its entire contents into your next reply.
 
I see the following two events:

Code:
Log: 'System' Date/Time: 03/01/2017 6:32:36 AM
Type: Error Category: 0
Event: 11 Source: Disk
The event description cannot be found.

Log: 'System' Date/Time: 01/01/2017 3:01:31 PM
Type: Critical Category: 63
Event: 41 Source: Microsoft-Windows-Kernel-Power
The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

Is this machine crashing periodically?
 
No, the machine is quite stable :smile9:.


Here's my take on those 2 events from Computer Management > Windows logs > System:

First event

The description for Event ID 11 from source Disk cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

\Device\Harddisk2\DR2

The locale specific resource for the desired message is not present

This appears to be a transient event associated with my external USB backup drive. The time stamp is local time and no backup activity was running at that time. I wonder if it might be associated with something within the Task Scheduler.


Second event

Logged 1/1/2017 9:01:43 AM
The previous system shutdown at 4:48:32 AM on ‎1/‎1/‎2017 was unexpected.

Logged 1/1/2017 9:01:48 AM
The computer has rebooted from a bugcheck. The bugcheck was: 0x000000a0 (0x00000009, 0xc0000001, 0x00000001, 0x00000000). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 010117-20888-01.

From NirSoft BlueScreenView:
010117-20888-01.dmp 1/1/2017 4:49:16 AM INTERNAL_POWER_ERROR 0x000000a0 0x00000009 0xc0000001 0x00000001 0x00000000 ntkrnlpa.exe ntkrnlpa.exe+dfc9c NT Kernel & System Microsoft® Windows® Operating System Microsoft Corporation 6.1.7601.23572 (win7sp1_ldr.161011-0600) 32-bit ntkrnlpa.exe+dfc9c ntkrnlpa.exe+333b7a ntkrnlpa.exe+33140d ntkrnlpa.exe+32aea9 C:\Windows\Minidump\010117-20888-01.dmp 4 15 7601 262,808 1/1/2017 9:01:48 AM

Logged 1/1/2017 9:01:31 AM
The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

I powered the machine down the night before when it hung going into sleep mode. I also believe it was a transient event probably caused by something not responding when notified about transitioning into sleep mode.

 
I found something while trying to repair an installation on someone's laptop. It's running W7 SP1 64 bit. I booted into the RE and ran:

sfc /scannow /offbootdir=c:\ /offwindir=d:\windows

the paths above reflecting the difference between my machine's and the laptop. It ran and gave "Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included ........ CBS.log".

A search of the machine for CBS.log in x:\windows\logs\cbs\ showed nothing and didn't find cbs.log when I tried attrib cbs.log -h -s -r. A search of d:\windows\logs\cbs\ showed cbs.log dated 12/22/2017 time 08:02 PM indicating it hadn't been touched.

Since the two machines have nothing in common, I'm wondering what's going on in the RE such that it doesn't produce the expected results? Has anyone ever found that it actually generated a cbs.log as expected? Maybe something changed along the way such that sfc no longer works in the RE as expected?
 
I'll try SFC /ScanNow /OffBootDir=C:\ /OffWinDir=D:\Windows on my Windows 7 VM to verify if and where a CBS log is created.
 
I have confirmed that the CBS log is not created in D:\Windows\Logs\CBS\CBS.log nor X:\Windows\Logs\CBS\CBS.log on my test machine. I'll look into this more and get back to you.
 
Alright, so in order for the CBS log to be created the following command must be entered first:

Code:
set WINDOWS_TRACING_LOGFILE={path}\CBS.log

Replace {path} with your Windows drive letter and an existing directory.
For example on my system where the boot drive is C: and Windows drive is D:
Code:
set WINDOWS_TRACING_LOGFILE=D:\TEMP\CBS.log

Once this is complete, you can verify that the environment variable has been set correctly by typing the following:
Code:
echo %WINDOWS_TRACING_LOGFILE%
This should display the path to the CBS log file you specified.

Now run the SFC scan as you have before using the correct boot and windows directories.
On my system this is
Code:
SFC /ScanNow /OffBootDir=C:\ /OffWinDir=D:\Windows

When SFC has reported the results, type the following to open the CBS log:
Code:
notepad %WINDOWS_TRACING_LOGFILE%
This should open the log in notepad. You can then save the file to a flash drive or other convenient location if you'd like.
 
That worked like a charm and gets my vote for the best find for 2017! I don't know why I didn't stumble across the solution before. I guess I didn't search for it in the right way. Anyway, the log file is attached.

I also attached the c:\windows\logs\cbs\cbs.log file which was updated after rebooting into normal mode.
 

Attachments

Last edited:
I'm so glad to see a log file! Thank you for your patience.
Please create a system restore point before continuing if possible :)

Code:
CORRUPT: C:\Windows\WinSxS\msil_iiehost_b03f5f7f11d50a3a_6.1.7601.18523_none_55e6327b480ed436\IIEHost.dll
CORRUPT: C:\Windows\WinSxS\msil_microsoft_vsavb_b03f5f7f11d50a3a_6.1.7601.18523_none_3b5ab9738a91e02a\Microsoft_VsaVb.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709\azroles.dll.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-content-filter-mime_31bf3856ad364e35_7.0.7601.17514_none_4a78bd97fed17642\mimefilt.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e\amstream.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdlgs.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdskres2.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-g..howgadget.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6d7d60ea24be809c\slideShow.js
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c\settings.js
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-help-ics.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6124e455020a18a1\ics.h1s
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-i..hinese-imepadapplet_31bf3856ad364e35_6.1.7600.16385_none_faff6acb5cd29b45\MSHWCHTRIME.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-ime-korean-hwresource_31bf3856ad364e35_6.1.7600.16385_none_502bcdd40d7e6385\mshwkorrIME.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-iologgingdll.resources_31bf3856ad364e35_6.1.7601.18386_en-us_f6c8ceda380b51c3\iologmsg.dll.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-l..omebasicn.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1bd9ea5878454455\license.rtf
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-m..-downlevelmanifests_31bf3856ad364e35_6.1.7601.17514_none_04801f69e1dbd8e6\WMIMigrationPlugin.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-m..-management-console_31bf3856ad364e35_6.1.7600.16385_none_0f49a133d6f5d42b\mmcshext.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-mspaint.resources_31bf3856ad364e35_6.1.7600.16385_en-us_bc3d05c5f545b326\mspaint.exe.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-n..ecenforcementclient_31bf3856ad364e35_6.1.7600.16385_none_99876efdaff63d60\napipsec.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-nettrace-netsh-helper_31bf3856ad364e35_6.1.7600.16385_none_9b03b67ad1a770af\nettrace.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-notepad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1dbc2e35304db501\notepad.exe.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page.wmv
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page_PAL.wmv
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-o..sc-style-rectangles_31bf3856ad364e35_6.1.7600.16385_none_c9707da10c25466b\1047x576_91n92.png
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-p..ll-preloc.resources_31bf3856ad364e35_6.1.7600.16385_en-us_c188a87b02c13257\Microsoft.PowerShell.Commands.Management.dll-Help.xml
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-p..ment-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_85fb12491b62c9e3\pots.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-p..ormancebasecounters_31bf3856ad364e35_6.1.7600.16385_none_314993e6be6d6809\perfnet.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-p..play-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_ba2f6da79b0ba28f\pnpts.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-photoviewer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1f351a21979e0848\PhotoViewer.dll.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-powershell_31bf3856ad364e35_6.1.7601.17514_none_ff381cd004fd6e1a\PowerShellTrace.format.ps1xml
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_property.ico
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_pref.ico
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_queue.ico
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-r..eak-diagnostic-core_31bf3856ad364e35_6.1.7600.16385_none_5ae7f926deb5de01\rdrleakdiag.exe
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-r..stion-resolver-core_31bf3856ad364e35_6.1.7600.16385_none_a0d3e1f9d1911d15\radarrs.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_6.1.7600.16385_none_372e6d4f633963b8\msra.exe
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-restartmanager_31bf3856ad364e35_6.1.7600.16385_none_800bbdee85723191\RstrtMgr.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-runas_31bf3856ad364e35_6.1.7600.16385_none_5fbe9f67bec0f818\runas.exe
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-s..engine-nativeengine_31bf3856ad364e35_6.1.7600.16385_none_f4460c4cd64316f7\sdiageng.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-s..icsprovider-library_31bf3856ad364e35_6.1.7600.16385_none_51984cf051dc48e0\sdiagprv.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-s..inboxgames-shanghai_31bf3856ad364e35_6.1.7600.16385_none_c07a51d9507d9398\MahjongMCE.png
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-s..nboxgames-cardgames_31bf3856ad364e35_6.1.7600.16385_none_3c6a25d915120391\CardGames.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-scripting_31bf3856ad364e35_6.1.7601.18283_none_4a22f0c95ed5d6f2\wshom.ocx
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_3433e83a0b8461a2\diagER.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\wait_il.cur
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_l.cur
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_m.cur
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_r.cur
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_im.cur
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_rl.cur
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-previewhost_31bf3856ad364e35_6.1.7601.17562_none_450cbede5f4b17f1\prevhost.exe
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows Logon Sound.wav
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows User Account Control.wav
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-tabletpc-softkeyboard_31bf3856ad364e35_6.1.7601.18512_none_d3b70289afa0d233\base.xml
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-tapicore.resources_31bf3856ad364e35_6.1.7600.16385_en-us_f9be7955bd5be58b\tapiui.dll.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-tapicore_31bf3856ad364e35_6.1.7600.16385_none_e4102eada7ea2fc8\dialer.exe
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-wordpad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_ace0003bc099b3c3\wordpad.exe.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-wrp-integrity-api_31bf3856ad364e35_6.1.7600.16385_none_088f110a3b39d681\wrpintapi.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.1_none_da4695fc507e16e1\MFC90CHS.DLL
CORRUPT: C:\Windows\WinSxS\x86_microsoft.windows.h..battery-driverclass_31bf3856ad364e35_6.1.7600.16385_none_19b42feba82cb4e6\batt.dll
CORRUPT: C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_23b113d1670f540b\batt.dll.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_61fb5d958d233bde\bthci.dll.mui
CORRUPT: C:\Windows\WinSxS\x86_microsoft.windows.h..xtender-driverclass_31bf3856ad364e35_6.1.7600.16385_none_8ab56edf13a91923\McxDriv.dll
CORRUPT: C:\Windows\WinSxS\x86_napcrypt_31bf3856ad364e35_6.1.7601.17514_none_3ddcec1cf275a12b\NAPCRYPT.DLL
CORRUPT: C:\Windows\WinSxS\x86_prnca00g.inf_31bf3856ad364e35_6.1.7600.16385_none_83cda6bca2a9b40d\prnca00g.inf
CORRUPT: C:\Windows\WinSxS\x86_prnca00h.inf_31bf3856ad364e35_6.1.7600.16385_none_8456b8f1bbc7f076\prnca00h.inf
CORRUPT: C:\Windows\WinSxS\x86_prnca00i.inf_31bf3856ad364e35_6.1.7600.16385_none_84dfcb26d4e62cdf\prnca00i.inf
CORRUPT: C:\Windows\WinSxS\x86_prnep002.inf_31bf3856ad364e35_6.1.7600.16385_none_375b63655a9484ef\prnep002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnep003.inf_31bf3856ad364e35_6.1.7600.16385_none_37e4759a73b2c158\prnep003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnep004.inf_31bf3856ad364e35_6.1.7600.16385_none_386d87cf8cd0fdc1\prnep004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnep005.inf_31bf3856ad364e35_6.1.7600.16385_none_38f69a04a5ef3a2a\prnep005.inf
CORRUPT: C:\Windows\WinSxS\x86_prnep00b.inf_31bf3856ad364e35_6.1.7600.16385_none_510ecd5a103fd89f\prnep00b.inf
CORRUPT: C:\Windows\WinSxS\x86_prnep00d.inf_31bf3856ad364e35_6.1.7600.16385_none_5220f1c4427c5171\prnep00d.inf
CORRUPT: C:\Windows\WinSxS\x86_prnep00l.inf_31bf3856ad364e35_6.1.7600.16385_none_5669836d0b6e34b9\prnep00l.inf
CORRUPT: C:\Windows\WinSxS\x86_prnge001.inf_31bf3856ad364e35_6.1.7600.16385_none_daf11370e548513f\prnge001.inf
CORRUPT: C:\Windows\WinSxS\x86_prngt002.inf_31bf3856ad364e35_6.1.7600.16385_none_4385b19c13e02499\prngt002.inf
CORRUPT: C:\Windows\WinSxS\x86_prngt004.inf_31bf3856ad364e35_6.1.7600.16385_none_4497d606461c9d6b\prngt004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\prnhp002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\I386\HPO4PG3L.XML
CORRUPT: C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpj3500t.xml
CORRUPT: C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpd5300t.exp
CORRUPT: C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\prnhp003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpb8500t.exp
CORRUPT: C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc5500t.exp
CORRUPT: C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpd7500t.exp
CORRUPT: C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc4500t.exp
CORRUPT: C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\prnhp004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnhp005.inf_31bf3856ad364e35_6.1.7600.16385_none_d4cb0a8de67cd3af\prnhp005.inf
CORRUPT: C:\Windows\WinSxS\x86_prnin004.inf_31bf3856ad364e35_6.1.7600.16385_none_b60fc6ee466c831f\prnin004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnkm002.inf_31bf3856ad364e35_6.1.7600.16385_none_f3cec21370fdccfc\prnkm002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnkm003.inf_31bf3856ad364e35_6.1.7600.16385_none_f457d4488a1c0965\prnkm003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnky002.inf_31bf3856ad364e35_6.1.7600.16385_none_e0a4cba51bc578f0\prnky002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnky003.inf_31bf3856ad364e35_6.1.7600.16385_none_e12dddda34e3b559\prnky003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\I386\KYFS1030.GPD
CORRUPT: C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\prnky004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnky005.inf_31bf3856ad364e35_6.1.7600.16385_none_e240024467202e2b\prnky005.inf
CORRUPT: C:\Windows\WinSxS\x86_prnky008.inf_31bf3856ad364e35_6.1.7600.16385_none_e3db38e3b27ae366\prnky008.inf
CORRUPT: C:\Windows\WinSxS\x86_prnky009.inf_31bf3856ad364e35_6.1.7600.16385_none_e4644b18cb991fcf\prnky009.inf
CORRUPT: C:\Windows\WinSxS\x86_prnle003.inf_31bf3856ad364e35_6.1.7600.16385_none_dfba9e152dc61f44\prnle003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnle004.inf_31bf3856ad364e35_6.1.7600.16385_none_e043b04a46e45bad\prnle004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\I386\LEXC524.PPD
CORRUPT: C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\prnlx002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnlx004.inf_31bf3856ad364e35_6.1.7600.16385_none_ec9694c63ff5d69a\prnlx004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnlx008.inf_31bf3856ad364e35_6.1.7600.16385_none_eebadd9aa46ec83e\prnlx008.inf
CORRUPT: C:\Windows\WinSxS\x86_prnlx009.inf_31bf3856ad364e35_6.1.7600.16385_none_ef43efcfbd8d04a7\prnlx009.inf
CORRUPT: C:\Windows\WinSxS\x86_prnlx00a.inf_31bf3856ad364e35_6.1.7600.16385_none_04aec81baa46750f\prnlx00a.inf
CORRUPT: C:\Windows\WinSxS\x86_prnlx00c.inf_31bf3856ad364e35_6.1.7600.16385_none_05c0ec85dc82ede1\prnlx00c.inf
CORRUPT: C:\Windows\WinSxS\x86_prnlx00v.inf_31bf3856ad364e35_6.1.7600.16385_none_0fed4676b9c169ac\prnlx00v.inf
CORRUPT: C:\Windows\WinSxS\x86_prnnr002.inf_31bf3856ad364e35_6.1.7600.16385_none_5cfc61440e09437c\prnnr002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnnr003.inf_31bf3856ad364e35_6.1.7600.16385_none_5d85737927277fe5\prnnr003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnod002.inf_31bf3856ad364e35_6.1.7600.16385_none_51f42647dc4f8361\prnod002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnok002.inf_31bf3856ad364e35_6.1.7600.16385_none_717101322a99525a\prnok002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc002.inf_31bf3856ad364e35_6.1.7600.16385_none_c4b6c0afa3f723e7\prnrc002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc003.inf_31bf3856ad364e35_6.1.7600.16385_none_c53fd2e4bd156050\prnrc003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc004.inf_31bf3856ad364e35_6.1.7600.16385_none_c5c8e519d6339cb9\prnrc004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc005.inf_31bf3856ad364e35_6.1.7600.16385_none_c651f74eef51d922\prnrc005.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc006.inf_31bf3856ad364e35_6.1.7600.16385_none_c6db09840870158b\prnrc006.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc007.inf_31bf3856ad364e35_6.1.7600.16385_none_c7641bb9218e51f4\prnrc007.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc00b.inf_31bf3856ad364e35_6.1.7600.16385_none_de6a2aa459a27797\prnrc00b.inf
CORRUPT: C:\Windows\WinSxS\x86_prnrc00c.inf_31bf3856ad364e35_6.1.7600.16385_none_def33cd972c0b400\prnrc00c.inf
CORRUPT: C:\Windows\WinSxS\x86_prnsa002.inf_31bf3856ad364e35_6.1.7600.16385_none_a6848f451d050fc0\prnsa002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnso002.inf_31bf3856ad364e35_6.1.7600.16385_none_e57e4519b998adb2\prnso002.inf
CORRUPT: C:\Windows\WinSxS\x86_prnsv003.inf_31bf3856ad364e35_6.1.7600.16385_none_058432392100b914\prnsv003.inf
CORRUPT: C:\Windows\WinSxS\x86_prnsv004.inf_31bf3856ad364e35_6.1.7600.16385_none_060d446e3a1ef57d\prnsv004.inf
CORRUPT: C:\Windows\WinSxS\x86_prnxx002.inf_31bf3856ad364e35_6.1.7600.16385_none_5ad632810fefc3dc\prnxx002.inf
CORRUPT: C:\Windows\WinSxS\x86_rawsilo.inf_31bf3856ad364e35_6.1.7600.16385_none_16c2c1f3f951f6ab\rawsilo.inf
CORRUPT: C:\Windows\WinSxS\x86_scsidev.inf_31bf3856ad364e35_6.1.7600.16385_none_c3cad7bc2f55ee3b\scsidev.inf
CORRUPT: C:\Windows\WinSxS\x86_security-malware-windows-defender_31bf3856ad364e35_6.1.7601.18170_none_597f1ba5b6a5991f\MpSvc.dll

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

Download SFCFix.zip from Sendspace.com - send big files the easy way

Once complete, restart and try running SFC in normal mode again (then attach CBS.log if successful).
If it fails, please run SFC from the recovery environment as before then zip and attach CBS.log with your reply.
 
Things are looking much better! I was able to run sfc in normal mode (I haven't been able to do that in I don't know how long). It said:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

Thu 01/12/2017 12:19:34.92 C:\Windows\system32>sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example
C:\Windows\Logs\CBS\CBS.log

Thu 01/12/2017 12:30:09.37 C:\Windows\system32>


The cbs.log file is attached.


Here's the output from sfcfix:
CODE
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-01-12 12:08:10.732
Microsoft Windows 7 Service Pack 1 - x86
Using .zip script file at C:\Users\tjs\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_security-malware-windows-defender_31bf3856ad364e35_6.1.7601.18170_none_597f1ba5b6a5991f\MpSvc.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_scsidev.inf_31bf3856ad364e35_6.1.7600.16385_none_c3cad7bc2f55ee3b\scsidev.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_rawsilo.inf_31bf3856ad364e35_6.1.7600.16385_none_16c2c1f3f951f6ab\rawsilo.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnxx002.inf_31bf3856ad364e35_6.1.7600.16385_none_5ad632810fefc3dc\prnxx002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnsv004.inf_31bf3856ad364e35_6.1.7600.16385_none_060d446e3a1ef57d\prnsv004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnsv003.inf_31bf3856ad364e35_6.1.7600.16385_none_058432392100b914\prnsv003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnso002.inf_31bf3856ad364e35_6.1.7600.16385_none_e57e4519b998adb2\prnso002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnsa002.inf_31bf3856ad364e35_6.1.7600.16385_none_a6848f451d050fc0\prnsa002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc00c.inf_31bf3856ad364e35_6.1.7600.16385_none_def33cd972c0b400\prnrc00c.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc00b.inf_31bf3856ad364e35_6.1.7600.16385_none_de6a2aa459a27797\prnrc00b.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc007.inf_31bf3856ad364e35_6.1.7600.16385_none_c7641bb9218e51f4\prnrc007.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc006.inf_31bf3856ad364e35_6.1.7600.16385_none_c6db09840870158b\prnrc006.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc005.inf_31bf3856ad364e35_6.1.7600.16385_none_c651f74eef51d922\prnrc005.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc004.inf_31bf3856ad364e35_6.1.7600.16385_none_c5c8e519d6339cb9\prnrc004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc003.inf_31bf3856ad364e35_6.1.7600.16385_none_c53fd2e4bd156050\prnrc003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnrc002.inf_31bf3856ad364e35_6.1.7600.16385_none_c4b6c0afa3f723e7\prnrc002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnok002.inf_31bf3856ad364e35_6.1.7600.16385_none_717101322a99525a\prnok002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnod002.inf_31bf3856ad364e35_6.1.7600.16385_none_51f42647dc4f8361\prnod002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnnr003.inf_31bf3856ad364e35_6.1.7600.16385_none_5d85737927277fe5\prnnr003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnnr002.inf_31bf3856ad364e35_6.1.7600.16385_none_5cfc61440e09437c\prnnr002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx00v.inf_31bf3856ad364e35_6.1.7600.16385_none_0fed4676b9c169ac\prnlx00v.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx00c.inf_31bf3856ad364e35_6.1.7600.16385_none_05c0ec85dc82ede1\prnlx00c.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx00a.inf_31bf3856ad364e35_6.1.7600.16385_none_04aec81baa46750f\prnlx00a.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx009.inf_31bf3856ad364e35_6.1.7600.16385_none_ef43efcfbd8d04a7\prnlx009.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx008.inf_31bf3856ad364e35_6.1.7600.16385_none_eebadd9aa46ec83e\prnlx008.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx004.inf_31bf3856ad364e35_6.1.7600.16385_none_ec9694c63ff5d69a\prnlx004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\prnlx002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\I386\LEXC524.PPD
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnle004.inf_31bf3856ad364e35_6.1.7600.16385_none_e043b04a46e45bad\prnle004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnle003.inf_31bf3856ad364e35_6.1.7600.16385_none_dfba9e152dc61f44\prnle003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnky009.inf_31bf3856ad364e35_6.1.7600.16385_none_e4644b18cb991fcf\prnky009.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnky008.inf_31bf3856ad364e35_6.1.7600.16385_none_e3db38e3b27ae366\prnky008.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnky005.inf_31bf3856ad364e35_6.1.7600.16385_none_e240024467202e2b\prnky005.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\prnky004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\I386\KYFS1030.GPD
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnky003.inf_31bf3856ad364e35_6.1.7600.16385_none_e12dddda34e3b559\prnky003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnky002.inf_31bf3856ad364e35_6.1.7600.16385_none_e0a4cba51bc578f0\prnky002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnkm003.inf_31bf3856ad364e35_6.1.7600.16385_none_f457d4488a1c0965\prnkm003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnkm002.inf_31bf3856ad364e35_6.1.7600.16385_none_f3cec21370fdccfc\prnkm002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnin004.inf_31bf3856ad364e35_6.1.7600.16385_none_b60fc6ee466c831f\prnin004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp005.inf_31bf3856ad364e35_6.1.7600.16385_none_d4cb0a8de67cd3af\prnhp005.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\prnhp004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpb8500t.exp
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc4500t.exp
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc5500t.exp
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpd7500t.exp
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\prnhp003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpd5300t.exp
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpj3500t.xml
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\prnhp002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\I386\HPO4PG3L.XML
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prngt004.inf_31bf3856ad364e35_6.1.7600.16385_none_4497d606461c9d6b\prngt004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prngt002.inf_31bf3856ad364e35_6.1.7600.16385_none_4385b19c13e02499\prngt002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnge001.inf_31bf3856ad364e35_6.1.7600.16385_none_daf11370e548513f\prnge001.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnep00l.inf_31bf3856ad364e35_6.1.7600.16385_none_5669836d0b6e34b9\prnep00l.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnep00d.inf_31bf3856ad364e35_6.1.7600.16385_none_5220f1c4427c5171\prnep00d.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnep00b.inf_31bf3856ad364e35_6.1.7600.16385_none_510ecd5a103fd89f\prnep00b.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnep005.inf_31bf3856ad364e35_6.1.7600.16385_none_38f69a04a5ef3a2a\prnep005.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnep004.inf_31bf3856ad364e35_6.1.7600.16385_none_386d87cf8cd0fdc1\prnep004.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnep003.inf_31bf3856ad364e35_6.1.7600.16385_none_37e4759a73b2c158\prnep003.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnep002.inf_31bf3856ad364e35_6.1.7600.16385_none_375b63655a9484ef\prnep002.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnca00i.inf_31bf3856ad364e35_6.1.7600.16385_none_84dfcb26d4e62cdf\prnca00i.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnca00h.inf_31bf3856ad364e35_6.1.7600.16385_none_8456b8f1bbc7f076\prnca00h.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_prnca00g.inf_31bf3856ad364e35_6.1.7600.16385_none_83cda6bca2a9b40d\prnca00g.inf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_napcrypt_31bf3856ad364e35_6.1.7601.17514_none_3ddcec1cf275a12b\NAPCRYPT.DLL
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft.windows.h..xtender-driverclass_31bf3856ad364e35_6.1.7600.16385_none_8ab56edf13a91923\McxDriv.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_61fb5d958d233bde\bthci.dll.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_23b113d1670f540b\batt.dll.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft.windows.h..battery-driverclass_31bf3856ad364e35_6.1.7600.16385_none_19b42feba82cb4e6\batt.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-wrp-integrity-api_31bf3856ad364e35_6.1.7600.16385_none_088f110a3b39d681\wrpintapi.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-wordpad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_ace0003bc099b3c3\wordpad.exe.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-tapicore_31bf3856ad364e35_6.1.7600.16385_none_e4102eada7ea2fc8\dialer.exe
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-tapicore.resources_31bf3856ad364e35_6.1.7600.16385_en-us_f9be7955bd5be58b\tapiui.dll.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-tabletpc-softkeyboard_31bf3856ad364e35_6.1.7601.18512_none_d3b70289afa0d233\base.xml
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows Logon Sound.wav
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows User Account Control.wav
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-previewhost_31bf3856ad364e35_6.1.7601.17562_none_450cbede5f4b17f1\prevhost.exe
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_im.cur
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_l.cur
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_m.cur
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_r.cur
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_rl.cur
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\wait_il.cur
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_3433e83a0b8461a2\diagER.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-scripting_31bf3856ad364e35_6.1.7601.18283_none_4a22f0c95ed5d6f2\wshom.ocx
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-s..nboxgames-cardgames_31bf3856ad364e35_6.1.7600.16385_none_3c6a25d915120391\CardGames.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-s..inboxgames-shanghai_31bf3856ad364e35_6.1.7600.16385_none_c07a51d9507d9398\MahjongMCE.png
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-s..icsprovider-library_31bf3856ad364e35_6.1.7600.16385_none_51984cf051dc48e0\sdiagprv.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-s..engine-nativeengine_31bf3856ad364e35_6.1.7600.16385_none_f4460c4cd64316f7\sdiageng.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-runas_31bf3856ad364e35_6.1.7600.16385_none_5fbe9f67bec0f818\runas.exe
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-restartmanager_31bf3856ad364e35_6.1.7600.16385_none_800bbdee85723191\RstrtMgr.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_6.1.7600.16385_none_372e6d4f633963b8\msra.exe
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-r..stion-resolver-core_31bf3856ad364e35_6.1.7600.16385_none_a0d3e1f9d1911d15\radarrs.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-r..eak-diagnostic-core_31bf3856ad364e35_6.1.7600.16385_none_5ae7f926deb5de01\rdrleakdiag.exe
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_pref.ico
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_property.ico
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_queue.ico
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-powershell_31bf3856ad364e35_6.1.7601.17514_none_ff381cd004fd6e1a\PowerShellTrace.format.ps1xml
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-photoviewer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1f351a21979e0848\PhotoViewer.dll.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-p..play-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_ba2f6da79b0ba28f\pnpts.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-p..ormancebasecounters_31bf3856ad364e35_6.1.7600.16385_none_314993e6be6d6809\perfnet.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-p..ment-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_85fb12491b62c9e3\pots.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-p..ll-preloc.resources_31bf3856ad364e35_6.1.7600.16385_en-us_c188a87b02c13257\Microsoft.PowerShell.Commands.Management.dll-Help.xml
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-o..sc-style-rectangles_31bf3856ad364e35_6.1.7600.16385_none_c9707da10c25466b\1047x576_91n92.png
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page.wmv
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page_PAL.wmv
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-notepad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1dbc2e35304db501\notepad.exe.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-nettrace-netsh-helper_31bf3856ad364e35_6.1.7600.16385_none_9b03b67ad1a770af\nettrace.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-n..ecenforcementclient_31bf3856ad364e35_6.1.7600.16385_none_99876efdaff63d60\napipsec.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-mspaint.resources_31bf3856ad364e35_6.1.7600.16385_en-us_bc3d05c5f545b326\mspaint.exe.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-m..-management-console_31bf3856ad364e35_6.1.7600.16385_none_0f49a133d6f5d42b\mmcshext.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-m..-downlevelmanifests_31bf3856ad364e35_6.1.7601.17514_none_04801f69e1dbd8e6\WMIMigrationPlugin.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-l..omebasicn.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1bd9ea5878454455\license.rtf
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-iologgingdll.resources_31bf3856ad364e35_6.1.7601.18386_en-us_f6c8ceda380b51c3\iologmsg.dll.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-ime-korean-hwresource_31bf3856ad364e35_6.1.7600.16385_none_502bcdd40d7e6385\mshwkorrIME.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-i..hinese-imepadapplet_31bf3856ad364e35_6.1.7600.16385_none_faff6acb5cd29b45\MSHWCHTRIME.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-help-ics.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6124e455020a18a1\ics.h1s
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c\settings.js
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-g..howgadget.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6d7d60ea24be809c\slideShow.js
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdlgs.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdskres2.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e\amstream.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-content-filter-mime_31bf3856ad364e35_7.0.7601.17514_none_4a78bd97fed17642\mimefilt.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709\azroles.dll.mui
Successfully took permissions for file or folder C:\Windows\WinSxS\msil_microsoft_vsavb_b03f5f7f11d50a3a_6.1.7601.18523_none_3b5ab9738a91e02a\Microsoft_VsaVb.dll
Successfully took permissions for file or folder C:\Windows\WinSxS\msil_iiehost_b03f5f7f11d50a3a_6.1.7601.18523_none_55e6327b480ed436\IIEHost.dll

Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_security-malware-windows-defender_31bf3856ad364e35_6.1.7601.18170_none_597f1ba5b6a5991f\MpSvc.dll to C:\Windows\WinSxS\x86_security-malware-windows-defender_31bf3856ad364e35_6.1.7601.18170_none_597f1ba5b6a5991f\MpSvc.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_scsidev.inf_31bf3856ad364e35_6.1.7600.16385_none_c3cad7bc2f55ee3b\scsidev.inf to C:\Windows\WinSxS\x86_scsidev.inf_31bf3856ad364e35_6.1.7600.16385_none_c3cad7bc2f55ee3b\scsidev.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_rawsilo.inf_31bf3856ad364e35_6.1.7600.16385_none_16c2c1f3f951f6ab\rawsilo.inf to C:\Windows\WinSxS\x86_rawsilo.inf_31bf3856ad364e35_6.1.7600.16385_none_16c2c1f3f951f6ab\rawsilo.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnxx002.inf_31bf3856ad364e35_6.1.7600.16385_none_5ad632810fefc3dc\prnxx002.inf to C:\Windows\WinSxS\x86_prnxx002.inf_31bf3856ad364e35_6.1.7600.16385_none_5ad632810fefc3dc\prnxx002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnsv004.inf_31bf3856ad364e35_6.1.7600.16385_none_060d446e3a1ef57d\prnsv004.inf to C:\Windows\WinSxS\x86_prnsv004.inf_31bf3856ad364e35_6.1.7600.16385_none_060d446e3a1ef57d\prnsv004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnsv003.inf_31bf3856ad364e35_6.1.7600.16385_none_058432392100b914\prnsv003.inf to C:\Windows\WinSxS\x86_prnsv003.inf_31bf3856ad364e35_6.1.7600.16385_none_058432392100b914\prnsv003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnso002.inf_31bf3856ad364e35_6.1.7600.16385_none_e57e4519b998adb2\prnso002.inf to C:\Windows\WinSxS\x86_prnso002.inf_31bf3856ad364e35_6.1.7600.16385_none_e57e4519b998adb2\prnso002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnsa002.inf_31bf3856ad364e35_6.1.7600.16385_none_a6848f451d050fc0\prnsa002.inf to C:\Windows\WinSxS\x86_prnsa002.inf_31bf3856ad364e35_6.1.7600.16385_none_a6848f451d050fc0\prnsa002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc00c.inf_31bf3856ad364e35_6.1.7600.16385_none_def33cd972c0b400\prnrc00c.inf to C:\Windows\WinSxS\x86_prnrc00c.inf_31bf3856ad364e35_6.1.7600.16385_none_def33cd972c0b400\prnrc00c.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc00b.inf_31bf3856ad364e35_6.1.7600.16385_none_de6a2aa459a27797\prnrc00b.inf to C:\Windows\WinSxS\x86_prnrc00b.inf_31bf3856ad364e35_6.1.7600.16385_none_de6a2aa459a27797\prnrc00b.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc007.inf_31bf3856ad364e35_6.1.7600.16385_none_c7641bb9218e51f4\prnrc007.inf to C:\Windows\WinSxS\x86_prnrc007.inf_31bf3856ad364e35_6.1.7600.16385_none_c7641bb9218e51f4\prnrc007.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc006.inf_31bf3856ad364e35_6.1.7600.16385_none_c6db09840870158b\prnrc006.inf to C:\Windows\WinSxS\x86_prnrc006.inf_31bf3856ad364e35_6.1.7600.16385_none_c6db09840870158b\prnrc006.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc005.inf_31bf3856ad364e35_6.1.7600.16385_none_c651f74eef51d922\prnrc005.inf to C:\Windows\WinSxS\x86_prnrc005.inf_31bf3856ad364e35_6.1.7600.16385_none_c651f74eef51d922\prnrc005.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc004.inf_31bf3856ad364e35_6.1.7600.16385_none_c5c8e519d6339cb9\prnrc004.inf to C:\Windows\WinSxS\x86_prnrc004.inf_31bf3856ad364e35_6.1.7600.16385_none_c5c8e519d6339cb9\prnrc004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc003.inf_31bf3856ad364e35_6.1.7600.16385_none_c53fd2e4bd156050\prnrc003.inf to C:\Windows\WinSxS\x86_prnrc003.inf_31bf3856ad364e35_6.1.7600.16385_none_c53fd2e4bd156050\prnrc003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnrc002.inf_31bf3856ad364e35_6.1.7600.16385_none_c4b6c0afa3f723e7\prnrc002.inf to C:\Windows\WinSxS\x86_prnrc002.inf_31bf3856ad364e35_6.1.7600.16385_none_c4b6c0afa3f723e7\prnrc002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnok002.inf_31bf3856ad364e35_6.1.7600.16385_none_717101322a99525a\prnok002.inf to C:\Windows\WinSxS\x86_prnok002.inf_31bf3856ad364e35_6.1.7600.16385_none_717101322a99525a\prnok002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnod002.inf_31bf3856ad364e35_6.1.7600.16385_none_51f42647dc4f8361\prnod002.inf to C:\Windows\WinSxS\x86_prnod002.inf_31bf3856ad364e35_6.1.7600.16385_none_51f42647dc4f8361\prnod002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnnr003.inf_31bf3856ad364e35_6.1.7600.16385_none_5d85737927277fe5\prnnr003.inf to C:\Windows\WinSxS\x86_prnnr003.inf_31bf3856ad364e35_6.1.7600.16385_none_5d85737927277fe5\prnnr003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnnr002.inf_31bf3856ad364e35_6.1.7600.16385_none_5cfc61440e09437c\prnnr002.inf to C:\Windows\WinSxS\x86_prnnr002.inf_31bf3856ad364e35_6.1.7600.16385_none_5cfc61440e09437c\prnnr002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx00v.inf_31bf3856ad364e35_6.1.7600.16385_none_0fed4676b9c169ac\prnlx00v.inf to C:\Windows\WinSxS\x86_prnlx00v.inf_31bf3856ad364e35_6.1.7600.16385_none_0fed4676b9c169ac\prnlx00v.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx00c.inf_31bf3856ad364e35_6.1.7600.16385_none_05c0ec85dc82ede1\prnlx00c.inf to C:\Windows\WinSxS\x86_prnlx00c.inf_31bf3856ad364e35_6.1.7600.16385_none_05c0ec85dc82ede1\prnlx00c.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx00a.inf_31bf3856ad364e35_6.1.7600.16385_none_04aec81baa46750f\prnlx00a.inf to C:\Windows\WinSxS\x86_prnlx00a.inf_31bf3856ad364e35_6.1.7600.16385_none_04aec81baa46750f\prnlx00a.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx009.inf_31bf3856ad364e35_6.1.7600.16385_none_ef43efcfbd8d04a7\prnlx009.inf to C:\Windows\WinSxS\x86_prnlx009.inf_31bf3856ad364e35_6.1.7600.16385_none_ef43efcfbd8d04a7\prnlx009.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx008.inf_31bf3856ad364e35_6.1.7600.16385_none_eebadd9aa46ec83e\prnlx008.inf to C:\Windows\WinSxS\x86_prnlx008.inf_31bf3856ad364e35_6.1.7600.16385_none_eebadd9aa46ec83e\prnlx008.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx004.inf_31bf3856ad364e35_6.1.7600.16385_none_ec9694c63ff5d69a\prnlx004.inf to C:\Windows\WinSxS\x86_prnlx004.inf_31bf3856ad364e35_6.1.7600.16385_none_ec9694c63ff5d69a\prnlx004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\prnlx002.inf to C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\prnlx002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\I386\LEXC524.PPD to C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\I386\LEXC524.PPD.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnle004.inf_31bf3856ad364e35_6.1.7600.16385_none_e043b04a46e45bad\prnle004.inf to C:\Windows\WinSxS\x86_prnle004.inf_31bf3856ad364e35_6.1.7600.16385_none_e043b04a46e45bad\prnle004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnle003.inf_31bf3856ad364e35_6.1.7600.16385_none_dfba9e152dc61f44\prnle003.inf to C:\Windows\WinSxS\x86_prnle003.inf_31bf3856ad364e35_6.1.7600.16385_none_dfba9e152dc61f44\prnle003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnky009.inf_31bf3856ad364e35_6.1.7600.16385_none_e4644b18cb991fcf\prnky009.inf to C:\Windows\WinSxS\x86_prnky009.inf_31bf3856ad364e35_6.1.7600.16385_none_e4644b18cb991fcf\prnky009.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnky008.inf_31bf3856ad364e35_6.1.7600.16385_none_e3db38e3b27ae366\prnky008.inf to C:\Windows\WinSxS\x86_prnky008.inf_31bf3856ad364e35_6.1.7600.16385_none_e3db38e3b27ae366\prnky008.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnky005.inf_31bf3856ad364e35_6.1.7600.16385_none_e240024467202e2b\prnky005.inf to C:\Windows\WinSxS\x86_prnky005.inf_31bf3856ad364e35_6.1.7600.16385_none_e240024467202e2b\prnky005.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\prnky004.inf to C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\prnky004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\I386\KYFS1030.GPD to C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\I386\KYFS1030.GPD.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnky003.inf_31bf3856ad364e35_6.1.7600.16385_none_e12dddda34e3b559\prnky003.inf to C:\Windows\WinSxS\x86_prnky003.inf_31bf3856ad364e35_6.1.7600.16385_none_e12dddda34e3b559\prnky003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnky002.inf_31bf3856ad364e35_6.1.7600.16385_none_e0a4cba51bc578f0\prnky002.inf to C:\Windows\WinSxS\x86_prnky002.inf_31bf3856ad364e35_6.1.7600.16385_none_e0a4cba51bc578f0\prnky002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnkm003.inf_31bf3856ad364e35_6.1.7600.16385_none_f457d4488a1c0965\prnkm003.inf to C:\Windows\WinSxS\x86_prnkm003.inf_31bf3856ad364e35_6.1.7600.16385_none_f457d4488a1c0965\prnkm003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnkm002.inf_31bf3856ad364e35_6.1.7600.16385_none_f3cec21370fdccfc\prnkm002.inf to C:\Windows\WinSxS\x86_prnkm002.inf_31bf3856ad364e35_6.1.7600.16385_none_f3cec21370fdccfc\prnkm002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnin004.inf_31bf3856ad364e35_6.1.7600.16385_none_b60fc6ee466c831f\prnin004.inf to C:\Windows\WinSxS\x86_prnin004.inf_31bf3856ad364e35_6.1.7600.16385_none_b60fc6ee466c831f\prnin004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp005.inf_31bf3856ad364e35_6.1.7600.16385_none_d4cb0a8de67cd3af\prnhp005.inf to C:\Windows\WinSxS\x86_prnhp005.inf_31bf3856ad364e35_6.1.7600.16385_none_d4cb0a8de67cd3af\prnhp005.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\prnhp004.inf to C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\prnhp004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpb8500t.exp to C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpb8500t.exp.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc4500t.exp to C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc4500t.exp.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc5500t.exp to C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc5500t.exp.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpd7500t.exp to C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpd7500t.exp.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\prnhp003.inf to C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\prnhp003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpd5300t.exp to C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpd5300t.exp.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpj3500t.xml to C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpj3500t.xml.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\prnhp002.inf to C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\prnhp002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\I386\HPO4PG3L.XML to C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\I386\HPO4PG3L.XML.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prngt004.inf_31bf3856ad364e35_6.1.7600.16385_none_4497d606461c9d6b\prngt004.inf to C:\Windows\WinSxS\x86_prngt004.inf_31bf3856ad364e35_6.1.7600.16385_none_4497d606461c9d6b\prngt004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prngt002.inf_31bf3856ad364e35_6.1.7600.16385_none_4385b19c13e02499\prngt002.inf to C:\Windows\WinSxS\x86_prngt002.inf_31bf3856ad364e35_6.1.7600.16385_none_4385b19c13e02499\prngt002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnge001.inf_31bf3856ad364e35_6.1.7600.16385_none_daf11370e548513f\prnge001.inf to C:\Windows\WinSxS\x86_prnge001.inf_31bf3856ad364e35_6.1.7600.16385_none_daf11370e548513f\prnge001.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnep00l.inf_31bf3856ad364e35_6.1.7600.16385_none_5669836d0b6e34b9\prnep00l.inf to C:\Windows\WinSxS\x86_prnep00l.inf_31bf3856ad364e35_6.1.7600.16385_none_5669836d0b6e34b9\prnep00l.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnep00d.inf_31bf3856ad364e35_6.1.7600.16385_none_5220f1c4427c5171\prnep00d.inf to C:\Windows\WinSxS\x86_prnep00d.inf_31bf3856ad364e35_6.1.7600.16385_none_5220f1c4427c5171\prnep00d.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnep00b.inf_31bf3856ad364e35_6.1.7600.16385_none_510ecd5a103fd89f\prnep00b.inf to C:\Windows\WinSxS\x86_prnep00b.inf_31bf3856ad364e35_6.1.7600.16385_none_510ecd5a103fd89f\prnep00b.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnep005.inf_31bf3856ad364e35_6.1.7600.16385_none_38f69a04a5ef3a2a\prnep005.inf to C:\Windows\WinSxS\x86_prnep005.inf_31bf3856ad364e35_6.1.7600.16385_none_38f69a04a5ef3a2a\prnep005.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnep004.inf_31bf3856ad364e35_6.1.7600.16385_none_386d87cf8cd0fdc1\prnep004.inf to C:\Windows\WinSxS\x86_prnep004.inf_31bf3856ad364e35_6.1.7600.16385_none_386d87cf8cd0fdc1\prnep004.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnep003.inf_31bf3856ad364e35_6.1.7600.16385_none_37e4759a73b2c158\prnep003.inf to C:\Windows\WinSxS\x86_prnep003.inf_31bf3856ad364e35_6.1.7600.16385_none_37e4759a73b2c158\prnep003.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnep002.inf_31bf3856ad364e35_6.1.7600.16385_none_375b63655a9484ef\prnep002.inf to C:\Windows\WinSxS\x86_prnep002.inf_31bf3856ad364e35_6.1.7600.16385_none_375b63655a9484ef\prnep002.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnca00i.inf_31bf3856ad364e35_6.1.7600.16385_none_84dfcb26d4e62cdf\prnca00i.inf to C:\Windows\WinSxS\x86_prnca00i.inf_31bf3856ad364e35_6.1.7600.16385_none_84dfcb26d4e62cdf\prnca00i.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnca00h.inf_31bf3856ad364e35_6.1.7600.16385_none_8456b8f1bbc7f076\prnca00h.inf to C:\Windows\WinSxS\x86_prnca00h.inf_31bf3856ad364e35_6.1.7600.16385_none_8456b8f1bbc7f076\prnca00h.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_prnca00g.inf_31bf3856ad364e35_6.1.7600.16385_none_83cda6bca2a9b40d\prnca00g.inf to C:\Windows\WinSxS\x86_prnca00g.inf_31bf3856ad364e35_6.1.7600.16385_none_83cda6bca2a9b40d\prnca00g.inf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_napcrypt_31bf3856ad364e35_6.1.7601.17514_none_3ddcec1cf275a12b\NAPCRYPT.DLL to C:\Windows\WinSxS\x86_napcrypt_31bf3856ad364e35_6.1.7601.17514_none_3ddcec1cf275a12b\NAPCRYPT.DLL.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft.windows.h..xtender-driverclass_31bf3856ad364e35_6.1.7600.16385_none_8ab56edf13a91923\McxDriv.dll to C:\Windows\WinSxS\x86_microsoft.windows.h..xtender-driverclass_31bf3856ad364e35_6.1.7600.16385_none_8ab56edf13a91923\McxDriv.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_61fb5d958d233bde\bthci.dll.mui to C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_61fb5d958d233bde\bthci.dll.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_23b113d1670f540b\batt.dll.mui to C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_23b113d1670f540b\batt.dll.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft.windows.h..battery-driverclass_31bf3856ad364e35_6.1.7600.16385_none_19b42feba82cb4e6\batt.dll to C:\Windows\WinSxS\x86_microsoft.windows.h..battery-driverclass_31bf3856ad364e35_6.1.7600.16385_none_19b42feba82cb4e6\batt.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-wrp-integrity-api_31bf3856ad364e35_6.1.7600.16385_none_088f110a3b39d681\wrpintapi.dll to C:\Windows\WinSxS\x86_microsoft-windows-wrp-integrity-api_31bf3856ad364e35_6.1.7600.16385_none_088f110a3b39d681\wrpintapi.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-wordpad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_ace0003bc099b3c3\wordpad.exe.mui to C:\Windows\WinSxS\x86_microsoft-windows-wordpad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_ace0003bc099b3c3\wordpad.exe.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-tapicore_31bf3856ad364e35_6.1.7600.16385_none_e4102eada7ea2fc8\dialer.exe to C:\Windows\WinSxS\x86_microsoft-windows-tapicore_31bf3856ad364e35_6.1.7600.16385_none_e4102eada7ea2fc8\dialer.exe.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-tapicore.resources_31bf3856ad364e35_6.1.7600.16385_en-us_f9be7955bd5be58b\tapiui.dll.mui to C:\Windows\WinSxS\x86_microsoft-windows-tapicore.resources_31bf3856ad364e35_6.1.7600.16385_en-us_f9be7955bd5be58b\tapiui.dll.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-tabletpc-softkeyboard_31bf3856ad364e35_6.1.7601.18512_none_d3b70289afa0d233\base.xml to C:\Windows\WinSxS\x86_microsoft-windows-tabletpc-softkeyboard_31bf3856ad364e35_6.1.7601.18512_none_d3b70289afa0d233\base.xml.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows Logon Sound.wav to C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows Logon Sound.wav.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows User Account Control.wav to C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows User Account Control.wav.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-previewhost_31bf3856ad364e35_6.1.7601.17562_none_450cbede5f4b17f1\prevhost.exe to C:\Windows\WinSxS\x86_microsoft-windows-shell-previewhost_31bf3856ad364e35_6.1.7601.17562_none_450cbede5f4b17f1\prevhost.exe.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_im.cur to C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_im.cur.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_l.cur to C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_l.cur.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_m.cur to C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_m.cur.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_r.cur to C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_r.cur.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_rl.cur to C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_rl.cur.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\wait_il.cur to C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\wait_il.cur.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_3433e83a0b8461a2\diagER.dll to C:\Windows\WinSxS\x86_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_3433e83a0b8461a2\diagER.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-scripting_31bf3856ad364e35_6.1.7601.18283_none_4a22f0c95ed5d6f2\wshom.ocx to C:\Windows\WinSxS\x86_microsoft-windows-scripting_31bf3856ad364e35_6.1.7601.18283_none_4a22f0c95ed5d6f2\wshom.ocx.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-s..nboxgames-cardgames_31bf3856ad364e35_6.1.7600.16385_none_3c6a25d915120391\CardGames.dll to C:\Windows\WinSxS\x86_microsoft-windows-s..nboxgames-cardgames_31bf3856ad364e35_6.1.7600.16385_none_3c6a25d915120391\CardGames.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-s..inboxgames-shanghai_31bf3856ad364e35_6.1.7600.16385_none_c07a51d9507d9398\MahjongMCE.png to C:\Windows\WinSxS\x86_microsoft-windows-s..inboxgames-shanghai_31bf3856ad364e35_6.1.7600.16385_none_c07a51d9507d9398\MahjongMCE.png.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-s..icsprovider-library_31bf3856ad364e35_6.1.7600.16385_none_51984cf051dc48e0\sdiagprv.dll to C:\Windows\WinSxS\x86_microsoft-windows-s..icsprovider-library_31bf3856ad364e35_6.1.7600.16385_none_51984cf051dc48e0\sdiagprv.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-s..engine-nativeengine_31bf3856ad364e35_6.1.7600.16385_none_f4460c4cd64316f7\sdiageng.dll to C:\Windows\WinSxS\x86_microsoft-windows-s..engine-nativeengine_31bf3856ad364e35_6.1.7600.16385_none_f4460c4cd64316f7\sdiageng.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-runas_31bf3856ad364e35_6.1.7600.16385_none_5fbe9f67bec0f818\runas.exe to C:\Windows\WinSxS\x86_microsoft-windows-runas_31bf3856ad364e35_6.1.7600.16385_none_5fbe9f67bec0f818\runas.exe.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-restartmanager_31bf3856ad364e35_6.1.7600.16385_none_800bbdee85723191\RstrtMgr.dll to C:\Windows\WinSxS\x86_microsoft-windows-restartmanager_31bf3856ad364e35_6.1.7600.16385_none_800bbdee85723191\RstrtMgr.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_6.1.7600.16385_none_372e6d4f633963b8\msra.exe to C:\Windows\WinSxS\x86_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_6.1.7600.16385_none_372e6d4f633963b8\msra.exe.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-r..stion-resolver-core_31bf3856ad364e35_6.1.7600.16385_none_a0d3e1f9d1911d15\radarrs.dll to C:\Windows\WinSxS\x86_microsoft-windows-r..stion-resolver-core_31bf3856ad364e35_6.1.7600.16385_none_a0d3e1f9d1911d15\radarrs.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-r..eak-diagnostic-core_31bf3856ad364e35_6.1.7600.16385_none_5ae7f926deb5de01\rdrleakdiag.exe to C:\Windows\WinSxS\x86_microsoft-windows-r..eak-diagnostic-core_31bf3856ad364e35_6.1.7600.16385_none_5ae7f926deb5de01\rdrleakdiag.exe.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_pref.ico to C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_pref.ico.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_property.ico to C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_property.ico.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_queue.ico to C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_queue.ico.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-powershell_31bf3856ad364e35_6.1.7601.17514_none_ff381cd004fd6e1a\PowerShellTrace.format.ps1xml to C:\Windows\WinSxS\x86_microsoft-windows-powershell_31bf3856ad364e35_6.1.7601.17514_none_ff381cd004fd6e1a\PowerShellTrace.format.ps1xml.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-photoviewer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1f351a21979e0848\PhotoViewer.dll.mui to C:\Windows\WinSxS\x86_microsoft-windows-photoviewer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1f351a21979e0848\PhotoViewer.dll.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-p..play-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_ba2f6da79b0ba28f\pnpts.dll to C:\Windows\WinSxS\x86_microsoft-windows-p..play-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_ba2f6da79b0ba28f\pnpts.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-p..ormancebasecounters_31bf3856ad364e35_6.1.7600.16385_none_314993e6be6d6809\perfnet.dll to C:\Windows\WinSxS\x86_microsoft-windows-p..ormancebasecounters_31bf3856ad364e35_6.1.7600.16385_none_314993e6be6d6809\perfnet.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-p..ment-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_85fb12491b62c9e3\pots.dll to C:\Windows\WinSxS\x86_microsoft-windows-p..ment-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_85fb12491b62c9e3\pots.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-p..ll-preloc.resources_31bf3856ad364e35_6.1.7600.16385_en-us_c188a87b02c13257\Microsoft.PowerShell.Commands.Management.dll-Help.xml to C:\Windows\WinSxS\x86_microsoft-windows-p..ll-preloc.resources_31bf3856ad364e35_6.1.7600.16385_en-us_c188a87b02c13257\Microsoft.PowerShell.Commands.Management.dll-Help.xml.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-o..sc-style-rectangles_31bf3856ad364e35_6.1.7600.16385_none_c9707da10c25466b\1047x576_91n92.png to C:\Windows\WinSxS\x86_microsoft-windows-o..sc-style-rectangles_31bf3856ad364e35_6.1.7600.16385_none_c9707da10c25466b\1047x576_91n92.png.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page.wmv to C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page.wmv.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page_PAL.wmv to C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page_PAL.wmv.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-notepad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1dbc2e35304db501\notepad.exe.mui to C:\Windows\WinSxS\x86_microsoft-windows-notepad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1dbc2e35304db501\notepad.exe.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-nettrace-netsh-helper_31bf3856ad364e35_6.1.7600.16385_none_9b03b67ad1a770af\nettrace.dll to C:\Windows\WinSxS\x86_microsoft-windows-nettrace-netsh-helper_31bf3856ad364e35_6.1.7600.16385_none_9b03b67ad1a770af\nettrace.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-n..ecenforcementclient_31bf3856ad364e35_6.1.7600.16385_none_99876efdaff63d60\napipsec.dll to C:\Windows\WinSxS\x86_microsoft-windows-n..ecenforcementclient_31bf3856ad364e35_6.1.7600.16385_none_99876efdaff63d60\napipsec.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-mspaint.resources_31bf3856ad364e35_6.1.7600.16385_en-us_bc3d05c5f545b326\mspaint.exe.mui to C:\Windows\WinSxS\x86_microsoft-windows-mspaint.resources_31bf3856ad364e35_6.1.7600.16385_en-us_bc3d05c5f545b326\mspaint.exe.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-m..-management-console_31bf3856ad364e35_6.1.7600.16385_none_0f49a133d6f5d42b\mmcshext.dll to C:\Windows\WinSxS\x86_microsoft-windows-m..-management-console_31bf3856ad364e35_6.1.7600.16385_none_0f49a133d6f5d42b\mmcshext.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-m..-downlevelmanifests_31bf3856ad364e35_6.1.7601.17514_none_04801f69e1dbd8e6\WMIMigrationPlugin.dll to C:\Windows\WinSxS\x86_microsoft-windows-m..-downlevelmanifests_31bf3856ad364e35_6.1.7601.17514_none_04801f69e1dbd8e6\WMIMigrationPlugin.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-l..omebasicn.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1bd9ea5878454455\license.rtf to C:\Windows\WinSxS\x86_microsoft-windows-l..omebasicn.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1bd9ea5878454455\license.rtf.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-iologgingdll.resources_31bf3856ad364e35_6.1.7601.18386_en-us_f6c8ceda380b51c3\iologmsg.dll.mui to C:\Windows\WinSxS\x86_microsoft-windows-iologgingdll.resources_31bf3856ad364e35_6.1.7601.18386_en-us_f6c8ceda380b51c3\iologmsg.dll.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-ime-korean-hwresource_31bf3856ad364e35_6.1.7600.16385_none_502bcdd40d7e6385\mshwkorrIME.dll to C:\Windows\WinSxS\x86_microsoft-windows-ime-korean-hwresource_31bf3856ad364e35_6.1.7600.16385_none_502bcdd40d7e6385\mshwkorrIME.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-i..hinese-imepadapplet_31bf3856ad364e35_6.1.7600.16385_none_faff6acb5cd29b45\MSHWCHTRIME.dll to C:\Windows\WinSxS\x86_microsoft-windows-i..hinese-imepadapplet_31bf3856ad364e35_6.1.7600.16385_none_faff6acb5cd29b45\MSHWCHTRIME.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-help-ics.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6124e455020a18a1\ics.h1s to C:\Windows\WinSxS\x86_microsoft-windows-help-ics.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6124e455020a18a1\ics.h1s.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c\settings.js to C:\Windows\WinSxS\x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c\settings.js.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-g..howgadget.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6d7d60ea24be809c\slideShow.js to C:\Windows\WinSxS\x86_microsoft-windows-g..howgadget.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6d7d60ea24be809c\slideShow.js.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdlgs.dll to C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdlgs.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdskres2.dll to C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdskres2.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e\amstream.dll to C:\Windows\WinSxS\x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e\amstream.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-content-filter-mime_31bf3856ad364e35_7.0.7601.17514_none_4a78bd97fed17642\mimefilt.dll to C:\Windows\WinSxS\x86_microsoft-windows-content-filter-mime_31bf3856ad364e35_7.0.7601.17514_none_4a78bd97fed17642\mimefilt.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709\azroles.dll.mui to C:\Windows\WinSxS\x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709\azroles.dll.mui.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\msil_microsoft_vsavb_b03f5f7f11d50a3a_6.1.7601.18523_none_3b5ab9738a91e02a\Microsoft_VsaVb.dll to C:\Windows\WinSxS\msil_microsoft_vsavb_b03f5f7f11d50a3a_6.1.7601.18523_none_3b5ab9738a91e02a\Microsoft_VsaVb.dll.
Successfully copied file C:\Users\tjs\AppData\Local\niemiro\Archive\WinSxS\msil_iiehost_b03f5f7f11d50a3a_6.1.7601.18523_none_55e6327b480ed436\IIEHost.dll to C:\Windows\WinSxS\msil_iiehost_b03f5f7f11d50a3a_6.1.7601.18523_none_55e6327b480ed436\IIEHost.dll.

Successfully restored ownership for C:\Windows\WinSxS\x86_security-malware-windows-defender_31bf3856ad364e35_6.1.7601.18170_none_597f1ba5b6a5991f\MpSvc.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_security-malware-windows-defender_31bf3856ad364e35_6.1.7601.18170_none_597f1ba5b6a5991f\MpSvc.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_scsidev.inf_31bf3856ad364e35_6.1.7600.16385_none_c3cad7bc2f55ee3b\scsidev.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_scsidev.inf_31bf3856ad364e35_6.1.7600.16385_none_c3cad7bc2f55ee3b\scsidev.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_rawsilo.inf_31bf3856ad364e35_6.1.7600.16385_none_16c2c1f3f951f6ab\rawsilo.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_rawsilo.inf_31bf3856ad364e35_6.1.7600.16385_none_16c2c1f3f951f6ab\rawsilo.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnxx002.inf_31bf3856ad364e35_6.1.7600.16385_none_5ad632810fefc3dc\prnxx002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnxx002.inf_31bf3856ad364e35_6.1.7600.16385_none_5ad632810fefc3dc\prnxx002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnsv004.inf_31bf3856ad364e35_6.1.7600.16385_none_060d446e3a1ef57d\prnsv004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnsv004.inf_31bf3856ad364e35_6.1.7600.16385_none_060d446e3a1ef57d\prnsv004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnsv003.inf_31bf3856ad364e35_6.1.7600.16385_none_058432392100b914\prnsv003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnsv003.inf_31bf3856ad364e35_6.1.7600.16385_none_058432392100b914\prnsv003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnso002.inf_31bf3856ad364e35_6.1.7600.16385_none_e57e4519b998adb2\prnso002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnso002.inf_31bf3856ad364e35_6.1.7600.16385_none_e57e4519b998adb2\prnso002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnsa002.inf_31bf3856ad364e35_6.1.7600.16385_none_a6848f451d050fc0\prnsa002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnsa002.inf_31bf3856ad364e35_6.1.7600.16385_none_a6848f451d050fc0\prnsa002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc00c.inf_31bf3856ad364e35_6.1.7600.16385_none_def33cd972c0b400\prnrc00c.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc00c.inf_31bf3856ad364e35_6.1.7600.16385_none_def33cd972c0b400\prnrc00c.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc00b.inf_31bf3856ad364e35_6.1.7600.16385_none_de6a2aa459a27797\prnrc00b.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc00b.inf_31bf3856ad364e35_6.1.7600.16385_none_de6a2aa459a27797\prnrc00b.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc007.inf_31bf3856ad364e35_6.1.7600.16385_none_c7641bb9218e51f4\prnrc007.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc007.inf_31bf3856ad364e35_6.1.7600.16385_none_c7641bb9218e51f4\prnrc007.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc006.inf_31bf3856ad364e35_6.1.7600.16385_none_c6db09840870158b\prnrc006.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc006.inf_31bf3856ad364e35_6.1.7600.16385_none_c6db09840870158b\prnrc006.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc005.inf_31bf3856ad364e35_6.1.7600.16385_none_c651f74eef51d922\prnrc005.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc005.inf_31bf3856ad364e35_6.1.7600.16385_none_c651f74eef51d922\prnrc005.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc004.inf_31bf3856ad364e35_6.1.7600.16385_none_c5c8e519d6339cb9\prnrc004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc004.inf_31bf3856ad364e35_6.1.7600.16385_none_c5c8e519d6339cb9\prnrc004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc003.inf_31bf3856ad364e35_6.1.7600.16385_none_c53fd2e4bd156050\prnrc003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc003.inf_31bf3856ad364e35_6.1.7600.16385_none_c53fd2e4bd156050\prnrc003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnrc002.inf_31bf3856ad364e35_6.1.7600.16385_none_c4b6c0afa3f723e7\prnrc002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnrc002.inf_31bf3856ad364e35_6.1.7600.16385_none_c4b6c0afa3f723e7\prnrc002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnok002.inf_31bf3856ad364e35_6.1.7600.16385_none_717101322a99525a\prnok002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnok002.inf_31bf3856ad364e35_6.1.7600.16385_none_717101322a99525a\prnok002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnod002.inf_31bf3856ad364e35_6.1.7600.16385_none_51f42647dc4f8361\prnod002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnod002.inf_31bf3856ad364e35_6.1.7600.16385_none_51f42647dc4f8361\prnod002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnnr003.inf_31bf3856ad364e35_6.1.7600.16385_none_5d85737927277fe5\prnnr003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnnr003.inf_31bf3856ad364e35_6.1.7600.16385_none_5d85737927277fe5\prnnr003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnnr002.inf_31bf3856ad364e35_6.1.7600.16385_none_5cfc61440e09437c\prnnr002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnnr002.inf_31bf3856ad364e35_6.1.7600.16385_none_5cfc61440e09437c\prnnr002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx00v.inf_31bf3856ad364e35_6.1.7600.16385_none_0fed4676b9c169ac\prnlx00v.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx00v.inf_31bf3856ad364e35_6.1.7600.16385_none_0fed4676b9c169ac\prnlx00v.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx00c.inf_31bf3856ad364e35_6.1.7600.16385_none_05c0ec85dc82ede1\prnlx00c.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx00c.inf_31bf3856ad364e35_6.1.7600.16385_none_05c0ec85dc82ede1\prnlx00c.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx00a.inf_31bf3856ad364e35_6.1.7600.16385_none_04aec81baa46750f\prnlx00a.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx00a.inf_31bf3856ad364e35_6.1.7600.16385_none_04aec81baa46750f\prnlx00a.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx009.inf_31bf3856ad364e35_6.1.7600.16385_none_ef43efcfbd8d04a7\prnlx009.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx009.inf_31bf3856ad364e35_6.1.7600.16385_none_ef43efcfbd8d04a7\prnlx009.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx008.inf_31bf3856ad364e35_6.1.7600.16385_none_eebadd9aa46ec83e\prnlx008.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx008.inf_31bf3856ad364e35_6.1.7600.16385_none_eebadd9aa46ec83e\prnlx008.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx004.inf_31bf3856ad364e35_6.1.7600.16385_none_ec9694c63ff5d69a\prnlx004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx004.inf_31bf3856ad364e35_6.1.7600.16385_none_ec9694c63ff5d69a\prnlx004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\prnlx002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\prnlx002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\I386\LEXC524.PPD
Successfully restored permissions on C:\Windows\WinSxS\x86_prnlx002.inf_31bf3856ad364e35_6.1.7600.16385_none_eb84705c0db95dc8\I386\LEXC524.PPD
Successfully restored ownership for C:\Windows\WinSxS\x86_prnle004.inf_31bf3856ad364e35_6.1.7600.16385_none_e043b04a46e45bad\prnle004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnle004.inf_31bf3856ad364e35_6.1.7600.16385_none_e043b04a46e45bad\prnle004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnle003.inf_31bf3856ad364e35_6.1.7600.16385_none_dfba9e152dc61f44\prnle003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnle003.inf_31bf3856ad364e35_6.1.7600.16385_none_dfba9e152dc61f44\prnle003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnky009.inf_31bf3856ad364e35_6.1.7600.16385_none_e4644b18cb991fcf\prnky009.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnky009.inf_31bf3856ad364e35_6.1.7600.16385_none_e4644b18cb991fcf\prnky009.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnky008.inf_31bf3856ad364e35_6.1.7600.16385_none_e3db38e3b27ae366\prnky008.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnky008.inf_31bf3856ad364e35_6.1.7600.16385_none_e3db38e3b27ae366\prnky008.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnky005.inf_31bf3856ad364e35_6.1.7600.16385_none_e240024467202e2b\prnky005.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnky005.inf_31bf3856ad364e35_6.1.7600.16385_none_e240024467202e2b\prnky005.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\prnky004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\prnky004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\I386\KYFS1030.GPD
Successfully restored permissions on C:\Windows\WinSxS\x86_prnky004.inf_31bf3856ad364e35_6.1.7600.16385_none_e1b6f00f4e01f1c2\I386\KYFS1030.GPD
Successfully restored ownership for C:\Windows\WinSxS\x86_prnky003.inf_31bf3856ad364e35_6.1.7600.16385_none_e12dddda34e3b559\prnky003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnky003.inf_31bf3856ad364e35_6.1.7600.16385_none_e12dddda34e3b559\prnky003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnky002.inf_31bf3856ad364e35_6.1.7600.16385_none_e0a4cba51bc578f0\prnky002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnky002.inf_31bf3856ad364e35_6.1.7600.16385_none_e0a4cba51bc578f0\prnky002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnkm003.inf_31bf3856ad364e35_6.1.7600.16385_none_f457d4488a1c0965\prnkm003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnkm003.inf_31bf3856ad364e35_6.1.7600.16385_none_f457d4488a1c0965\prnkm003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnkm002.inf_31bf3856ad364e35_6.1.7600.16385_none_f3cec21370fdccfc\prnkm002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnkm002.inf_31bf3856ad364e35_6.1.7600.16385_none_f3cec21370fdccfc\prnkm002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnin004.inf_31bf3856ad364e35_6.1.7600.16385_none_b60fc6ee466c831f\prnin004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnin004.inf_31bf3856ad364e35_6.1.7600.16385_none_b60fc6ee466c831f\prnin004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp005.inf_31bf3856ad364e35_6.1.7600.16385_none_d4cb0a8de67cd3af\prnhp005.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp005.inf_31bf3856ad364e35_6.1.7600.16385_none_d4cb0a8de67cd3af\prnhp005.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\prnhp004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\prnhp004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpb8500t.exp
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpb8500t.exp
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc4500t.exp
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc4500t.exp
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc5500t.exp
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpc5500t.exp
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpd7500t.exp
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp004.inf_31bf3856ad364e35_6.1.7600.16385_none_d441f858cd5e9746\I386\hpd7500t.exp
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\prnhp003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\prnhp003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpd5300t.exp
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpd5300t.exp
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpj3500t.xml
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp003.inf_31bf3856ad364e35_6.1.7600.16385_none_d3b8e623b4405add\I386\hpj3500t.xml
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\prnhp002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\prnhp002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\I386\HPO4PG3L.XML
Successfully restored permissions on C:\Windows\WinSxS\x86_prnhp002.inf_31bf3856ad364e35_6.1.7600.16385_none_d32fd3ee9b221e74\I386\HPO4PG3L.XML
Successfully restored ownership for C:\Windows\WinSxS\x86_prngt004.inf_31bf3856ad364e35_6.1.7600.16385_none_4497d606461c9d6b\prngt004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prngt004.inf_31bf3856ad364e35_6.1.7600.16385_none_4497d606461c9d6b\prngt004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prngt002.inf_31bf3856ad364e35_6.1.7600.16385_none_4385b19c13e02499\prngt002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prngt002.inf_31bf3856ad364e35_6.1.7600.16385_none_4385b19c13e02499\prngt002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnge001.inf_31bf3856ad364e35_6.1.7600.16385_none_daf11370e548513f\prnge001.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnge001.inf_31bf3856ad364e35_6.1.7600.16385_none_daf11370e548513f\prnge001.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnep00l.inf_31bf3856ad364e35_6.1.7600.16385_none_5669836d0b6e34b9\prnep00l.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnep00l.inf_31bf3856ad364e35_6.1.7600.16385_none_5669836d0b6e34b9\prnep00l.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnep00d.inf_31bf3856ad364e35_6.1.7600.16385_none_5220f1c4427c5171\prnep00d.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnep00d.inf_31bf3856ad364e35_6.1.7600.16385_none_5220f1c4427c5171\prnep00d.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnep00b.inf_31bf3856ad364e35_6.1.7600.16385_none_510ecd5a103fd89f\prnep00b.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnep00b.inf_31bf3856ad364e35_6.1.7600.16385_none_510ecd5a103fd89f\prnep00b.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnep005.inf_31bf3856ad364e35_6.1.7600.16385_none_38f69a04a5ef3a2a\prnep005.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnep005.inf_31bf3856ad364e35_6.1.7600.16385_none_38f69a04a5ef3a2a\prnep005.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnep004.inf_31bf3856ad364e35_6.1.7600.16385_none_386d87cf8cd0fdc1\prnep004.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnep004.inf_31bf3856ad364e35_6.1.7600.16385_none_386d87cf8cd0fdc1\prnep004.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnep003.inf_31bf3856ad364e35_6.1.7600.16385_none_37e4759a73b2c158\prnep003.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnep003.inf_31bf3856ad364e35_6.1.7600.16385_none_37e4759a73b2c158\prnep003.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnep002.inf_31bf3856ad364e35_6.1.7600.16385_none_375b63655a9484ef\prnep002.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnep002.inf_31bf3856ad364e35_6.1.7600.16385_none_375b63655a9484ef\prnep002.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnca00i.inf_31bf3856ad364e35_6.1.7600.16385_none_84dfcb26d4e62cdf\prnca00i.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnca00i.inf_31bf3856ad364e35_6.1.7600.16385_none_84dfcb26d4e62cdf\prnca00i.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnca00h.inf_31bf3856ad364e35_6.1.7600.16385_none_8456b8f1bbc7f076\prnca00h.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnca00h.inf_31bf3856ad364e35_6.1.7600.16385_none_8456b8f1bbc7f076\prnca00h.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_prnca00g.inf_31bf3856ad364e35_6.1.7600.16385_none_83cda6bca2a9b40d\prnca00g.inf
Successfully restored permissions on C:\Windows\WinSxS\x86_prnca00g.inf_31bf3856ad364e35_6.1.7600.16385_none_83cda6bca2a9b40d\prnca00g.inf
Successfully restored ownership for C:\Windows\WinSxS\x86_napcrypt_31bf3856ad364e35_6.1.7601.17514_none_3ddcec1cf275a12b\NAPCRYPT.DLL
Successfully restored permissions on C:\Windows\WinSxS\x86_napcrypt_31bf3856ad364e35_6.1.7601.17514_none_3ddcec1cf275a12b\NAPCRYPT.DLL
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft.windows.h..xtender-driverclass_31bf3856ad364e35_6.1.7600.16385_none_8ab56edf13a91923\McxDriv.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft.windows.h..xtender-driverclass_31bf3856ad364e35_6.1.7600.16385_none_8ab56edf13a91923\McxDriv.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_61fb5d958d233bde\bthci.dll.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_61fb5d958d233bde\bthci.dll.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_23b113d1670f540b\batt.dll.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft.windows.h..iverclass.resources_31bf3856ad364e35_6.1.7600.16385_en-us_23b113d1670f540b\batt.dll.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft.windows.h..battery-driverclass_31bf3856ad364e35_6.1.7600.16385_none_19b42feba82cb4e6\batt.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft.windows.h..battery-driverclass_31bf3856ad364e35_6.1.7600.16385_none_19b42feba82cb4e6\batt.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-wrp-integrity-api_31bf3856ad364e35_6.1.7600.16385_none_088f110a3b39d681\wrpintapi.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-wrp-integrity-api_31bf3856ad364e35_6.1.7600.16385_none_088f110a3b39d681\wrpintapi.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-wordpad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_ace0003bc099b3c3\wordpad.exe.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-wordpad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_ace0003bc099b3c3\wordpad.exe.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-tapicore_31bf3856ad364e35_6.1.7600.16385_none_e4102eada7ea2fc8\dialer.exe
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-tapicore_31bf3856ad364e35_6.1.7600.16385_none_e4102eada7ea2fc8\dialer.exe
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-tapicore.resources_31bf3856ad364e35_6.1.7600.16385_en-us_f9be7955bd5be58b\tapiui.dll.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-tapicore.resources_31bf3856ad364e35_6.1.7600.16385_en-us_f9be7955bd5be58b\tapiui.dll.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-tabletpc-softkeyboard_31bf3856ad364e35_6.1.7601.18512_none_d3b70289afa0d233\base.xml
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-tabletpc-softkeyboard_31bf3856ad364e35_6.1.7601.18512_none_d3b70289afa0d233\base.xml
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows Logon Sound.wav
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows Logon Sound.wav
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows User Account Control.wav
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-sounds_31bf3856ad364e35_6.1.7600.16385_none_16e8d25616dd2c98\Windows User Account Control.wav
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-previewhost_31bf3856ad364e35_6.1.7601.17562_none_450cbede5f4b17f1\prevhost.exe
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-previewhost_31bf3856ad364e35_6.1.7601.17562_none_450cbede5f4b17f1\prevhost.exe
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_im.cur
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_im.cur
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_l.cur
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_l.cur
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_m.cur
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_m.cur
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_r.cur
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_r.cur
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_rl.cur
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\up_rl.cur
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\wait_il.cur
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-shell-acccursors_31bf3856ad364e35_6.1.7600.16385_none_e447d9a2dda6527e\wait_il.cur
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_3433e83a0b8461a2\diagER.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_3433e83a0b8461a2\diagER.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-scripting_31bf3856ad364e35_6.1.7601.18283_none_4a22f0c95ed5d6f2\wshom.ocx
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-scripting_31bf3856ad364e35_6.1.7601.18283_none_4a22f0c95ed5d6f2\wshom.ocx
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-s..nboxgames-cardgames_31bf3856ad364e35_6.1.7600.16385_none_3c6a25d915120391\CardGames.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-s..nboxgames-cardgames_31bf3856ad364e35_6.1.7600.16385_none_3c6a25d915120391\CardGames.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-s..inboxgames-shanghai_31bf3856ad364e35_6.1.7600.16385_none_c07a51d9507d9398\MahjongMCE.png
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-s..inboxgames-shanghai_31bf3856ad364e35_6.1.7600.16385_none_c07a51d9507d9398\MahjongMCE.png
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-s..icsprovider-library_31bf3856ad364e35_6.1.7600.16385_none_51984cf051dc48e0\sdiagprv.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-s..icsprovider-library_31bf3856ad364e35_6.1.7600.16385_none_51984cf051dc48e0\sdiagprv.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-s..engine-nativeengine_31bf3856ad364e35_6.1.7600.16385_none_f4460c4cd64316f7\sdiageng.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-s..engine-nativeengine_31bf3856ad364e35_6.1.7600.16385_none_f4460c4cd64316f7\sdiageng.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-runas_31bf3856ad364e35_6.1.7600.16385_none_5fbe9f67bec0f818\runas.exe
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-runas_31bf3856ad364e35_6.1.7600.16385_none_5fbe9f67bec0f818\runas.exe
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-restartmanager_31bf3856ad364e35_6.1.7600.16385_none_800bbdee85723191\RstrtMgr.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-restartmanager_31bf3856ad364e35_6.1.7600.16385_none_800bbdee85723191\RstrtMgr.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_6.1.7600.16385_none_372e6d4f633963b8\msra.exe
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-remoteassistance-exe_31bf3856ad364e35_6.1.7600.16385_none_372e6d4f633963b8\msra.exe
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-r..stion-resolver-core_31bf3856ad364e35_6.1.7600.16385_none_a0d3e1f9d1911d15\radarrs.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-r..stion-resolver-core_31bf3856ad364e35_6.1.7600.16385_none_a0d3e1f9d1911d15\radarrs.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-r..eak-diagnostic-core_31bf3856ad364e35_6.1.7600.16385_none_5ae7f926deb5de01\rdrleakdiag.exe
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-r..eak-diagnostic-core_31bf3856ad364e35_6.1.7600.16385_none_5ae7f926deb5de01\rdrleakdiag.exe
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_pref.ico
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_pref.ico
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_property.ico
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_property.ico
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_queue.ico
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-printing-fdprint_31bf3856ad364e35_6.1.7600.16385_none_580666dae6966716\print_queue.ico
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-powershell_31bf3856ad364e35_6.1.7601.17514_none_ff381cd004fd6e1a\PowerShellTrace.format.ps1xml
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-powershell_31bf3856ad364e35_6.1.7601.17514_none_ff381cd004fd6e1a\PowerShellTrace.format.ps1xml
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-photoviewer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1f351a21979e0848\PhotoViewer.dll.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-photoviewer.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1f351a21979e0848\PhotoViewer.dll.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-p..play-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_ba2f6da79b0ba28f\pnpts.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-p..play-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_ba2f6da79b0ba28f\pnpts.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-p..ormancebasecounters_31bf3856ad364e35_6.1.7600.16385_none_314993e6be6d6809\perfnet.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-p..ormancebasecounters_31bf3856ad364e35_6.1.7600.16385_none_314993e6be6d6809\perfnet.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-p..ment-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_85fb12491b62c9e3\pots.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-p..ment-troubleshooter_31bf3856ad364e35_6.1.7600.16385_none_85fb12491b62c9e3\pots.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-p..ll-preloc.resources_31bf3856ad364e35_6.1.7600.16385_en-us_c188a87b02c13257\Microsoft.PowerShell.Commands.Management.dll-Help.xml
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-p..ll-preloc.resources_31bf3856ad364e35_6.1.7600.16385_en-us_c188a87b02c13257\Microsoft.PowerShell.Commands.Management.dll-Help.xml
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-o..sc-style-rectangles_31bf3856ad364e35_6.1.7600.16385_none_c9707da10c25466b\1047x576_91n92.png
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-o..sc-style-rectangles_31bf3856ad364e35_6.1.7600.16385_none_c9707da10c25466b\1047x576_91n92.png
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page.wmv
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page.wmv
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page_PAL.wmv
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-o..c-style-performance_31bf3856ad364e35_6.1.7600.16385_none_c16c5132b9454c6f\Title_Page_PAL.wmv
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-notepad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1dbc2e35304db501\notepad.exe.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-notepad.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1dbc2e35304db501\notepad.exe.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-nettrace-netsh-helper_31bf3856ad364e35_6.1.7600.16385_none_9b03b67ad1a770af\nettrace.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-nettrace-netsh-helper_31bf3856ad364e35_6.1.7600.16385_none_9b03b67ad1a770af\nettrace.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-n..ecenforcementclient_31bf3856ad364e35_6.1.7600.16385_none_99876efdaff63d60\napipsec.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-n..ecenforcementclient_31bf3856ad364e35_6.1.7600.16385_none_99876efdaff63d60\napipsec.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-mspaint.resources_31bf3856ad364e35_6.1.7600.16385_en-us_bc3d05c5f545b326\mspaint.exe.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-mspaint.resources_31bf3856ad364e35_6.1.7600.16385_en-us_bc3d05c5f545b326\mspaint.exe.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-m..-management-console_31bf3856ad364e35_6.1.7600.16385_none_0f49a133d6f5d42b\mmcshext.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-m..-management-console_31bf3856ad364e35_6.1.7600.16385_none_0f49a133d6f5d42b\mmcshext.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-m..-downlevelmanifests_31bf3856ad364e35_6.1.7601.17514_none_04801f69e1dbd8e6\WMIMigrationPlugin.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-m..-downlevelmanifests_31bf3856ad364e35_6.1.7601.17514_none_04801f69e1dbd8e6\WMIMigrationPlugin.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-l..omebasicn.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1bd9ea5878454455\license.rtf
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-l..omebasicn.resources_31bf3856ad364e35_6.1.7600.16385_en-us_1bd9ea5878454455\license.rtf
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-iologgingdll.resources_31bf3856ad364e35_6.1.7601.18386_en-us_f6c8ceda380b51c3\iologmsg.dll.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-iologgingdll.resources_31bf3856ad364e35_6.1.7601.18386_en-us_f6c8ceda380b51c3\iologmsg.dll.mui
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-ime-korean-hwresource_31bf3856ad364e35_6.1.7600.16385_none_502bcdd40d7e6385\mshwkorrIME.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-ime-korean-hwresource_31bf3856ad364e35_6.1.7600.16385_none_502bcdd40d7e6385\mshwkorrIME.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-i..hinese-imepadapplet_31bf3856ad364e35_6.1.7600.16385_none_faff6acb5cd29b45\MSHWCHTRIME.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-i..hinese-imepadapplet_31bf3856ad364e35_6.1.7600.16385_none_faff6acb5cd29b45\MSHWCHTRIME.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-help-ics.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6124e455020a18a1\ics.h1s
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-help-ics.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6124e455020a18a1\ics.h1s
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c\settings.js
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-g..s-weather.resources_31bf3856ad364e35_6.1.7600.16385_en-us_36bc61b12dcec80c\settings.js
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-g..howgadget.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6d7d60ea24be809c\slideShow.js
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-g..howgadget.resources_31bf3856ad364e35_6.1.7600.16385_en-us_6d7d60ea24be809c\slideShow.js
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdlgs.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdlgs.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdskres2.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-diskmanagement_31bf3856ad364e35_6.1.7600.16385_none_016e0bdad110d4d1\dmdskres2.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e\amstream.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-directshow-other_31bf3856ad364e35_6.1.7601.17514_none_0f58f1e53efca91e\amstream.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-content-filter-mime_31bf3856ad364e35_7.0.7601.17514_none_4a78bd97fed17642\mimefilt.dll
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-content-filter-mime_31bf3856ad364e35_7.0.7601.17514_none_4a78bd97fed17642\mimefilt.dll
Successfully restored ownership for C:\Windows\WinSxS\x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709\azroles.dll.mui
Successfully restored permissions on C:\Windows\WinSxS\x86_microsoft-windows-azman.resources_31bf3856ad364e35_6.1.7600.16385_en-us_118be04ccbb88709\azroles.dll.mui
Successfully restored ownership for C:\Windows\WinSxS\msil_microsoft_vsavb_b03f5f7f11d50a3a_6.1.7601.18523_none_3b5ab9738a91e02a\Microsoft_VsaVb.dll
Successfully restored permissions on C:\Windows\WinSxS\msil_microsoft_vsavb_b03f5f7f11d50a3a_6.1.7601.18523_none_3b5ab9738a91e02a\Microsoft_VsaVb.dll
Successfully restored ownership for C:\Windows\WinSxS\msil_iiehost_b03f5f7f11d50a3a_6.1.7601.18523_none_55e6327b480ed436\IIEHost.dll
Successfully restored permissions on C:\Windows\WinSxS\msil_iiehost_b03f5f7f11d50a3a_6.1.7601.18523_none_55e6327b480ed436\IIEHost.dll
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 358 datablocks.
Finish time: 2017-01-12 12:08:56.735
Script hash: +R3gZQ5A/2txpDndF0aos3ACnysOmQ9O1N3EoN2+NRk=
----------------------EOF-----------------------
/CODE
 

Attachments

Wow! That is great news :)
It looks like there might be only one file that wasn't repaired:

Code:
2017-01-12 12:30:02, Info                  CSI    000001ee [SR] Beginning Verify and Repair transaction
2017-01-12 12:30:04, Info                  CSI    000001ef Hashes for file member \SystemRoot\WinSxS\x86_microsoft.vc90.mfcloc_1fc8b3b9a1e18e3b_9.0.30729.1_none_da4695fc507e16e1\MFC90CHS.DLL do not match actual file [l:24{12}]"MFC90CHS.DLL" :
  Found: {l:20 b:L/D/uZvxq5cemM6qfP6rWbzt8FE=} Expected: {l:20 b:2iLz0S1xhfB9aCHPpvpu0DU1Ve8=}
  Found: {l:20 b:L/D/uZvxq5cemM6qfP6rWbzt8FE=} Expected: {l:20 b:k5u9+uC+D6DMEZ+/HJw6zjSSkdk=}
2017-01-12 12:30:04, Info                  CSI    000001f0 [SR] Cannot repair member file [l:24{12}]"MFC90CHS.DLL" of Microsoft.VC90.MFCLOC, Version = 9.0.30729.1, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, hash mismatch

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.

  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.

View attachment SFCFix.zip

SFC Scan

  1. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each

    sfc /scannow

    Wait for this to finish before you continue

    copy %windir%\logs\cbs\cbs.log %userprofile%\Desktop\cbs.txt

  4. This will create a file, cbs.txt on your Desktop. Please zip and attach this to your next post.
 
Back
Top