[SOLVED] Windows 10 error when running sfc

The affected registry key comes from kb3176931. Let's try applying it with DISM.


Install Update with DISM

  1. Download the update MSU here: http://download.windowsupdate.com/c..._d28f260835859577040c854819902c66a3172d79.msu
  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.
    Restart Windows to complete this operation.
    Do you want to restart the computer now (Y/N)?

  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) it into your next post please.
 
OK that seemed to work OK:
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>cd \temp

C:\temp>expand windows10.0-kb3176931-x64_d28f260835859577040c854819902c66a3172d79.msu -f:* c:\temp
Microsoft (R) File Expansion Utility
Copyright (c) Microsoft Corporation. All rights reserved.

Adding c:\temp\WSUSSCAN.cab to Extraction Queue
Adding c:\temp\Windows10.0-KB3176931-x64.cab to Extraction Queue
Adding c:\temp\Windows10.0-KB3176931-x64-pkgProperties.txt to Extraction Queue
Adding c:\temp\Windows10.0-KB3176931-x64.xml to Extraction Queue

Expanding Files ....

Expanding Files Complete ...
4 files total.

C:\temp>dism /online /add-package /packagepath:c:\temp\Windows10.0-KB3176931-x64.cab

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0

Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.67.1.0
[==========================100.0%==========================]
The operation completed successfully.

C:\temp>

I then tried the other dism command again:
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0

[===                        6.5%                           ]
Error: 87

An error occurred while processing the command.
Ensure that the command-line arguments are valid. For more information, review the log file.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:\WINDOWS\system32>

Should I do it again with procmon?
 

Attachments

Let's try SFC first and see if it reports something different.

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.
 
I closed the window before copying, but sfc command failed at 14% percent. Log file is attached.
 

Attachments

Ok, that did help.

Code:
2016-11-08 16:04:43, Error                 CSI    00000be9 (F) STATUS_OBJECT_NAME_NOT_FOUND #1962430# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = (AllowSharingViolation), handle = {provider=NULL, handle=0, name= ("null")}, da = (SYNCHRONIZE|FILE_READ_ATTRIBUTES), oa = @0x2f2f3fb260->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[123]'\??\C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..iagnostic.resources_31bf3856ad364e35_10.0.14393.187_ko-kr_c2d23862d8cbf2ce'; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0x2f2f3fb240, as = (null), fa = 0, sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = FILE_OPEN, co = (FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid)
[gle=0xd0000034]
2016-11-08 16:04:43, Error                 CSI    00000bea@2016/11/8:21:04:43.224 (F) onecore\base\wcp\sil\merged\ntu\ntsystem.cpp(2898): Error STATUS_OBJECT_NAME_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null)
[gle=0x80004005]

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.
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-11-08 16:13:51.964
Microsoft Windows 10 Build 14393 - amd64
Using .zip script file at C:\Users\meltdown\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\WINDOWS\WinSxS

Successfully created directory tree \\?\C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..iagnostic.resources_31bf3856ad364e35_10.0.14393.187_ko-kr_c2d23862d8cbf2ce.

Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-b..iagnostic.resources_31bf3856ad364e35_10.0.14393.187_ko-kr_c2d23862d8cbf2ce\memtest.efi.mui to C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..iagnostic.resources_31bf3856ad364e35_10.0.14393.187_ko-kr_c2d23862d8cbf2ce\memtest.efi.mui.

Successfully restored ownership for C:\WINDOWS\WinSxS
Successfully restored permissions on C:\WINDOWS\WinSxS
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3713 datablocks.
Finish time: 2016-11-08 16:13:56.113
Script hash: 3jDX5ICWZrNqfFFIaPpWmvW8xDILBg+bz0KHgx1C1Jg=
----------------------EOF-----------------------
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 14% 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. Note that logging is currently not
supported in offline servicing scenarios.

C:\WINDOWS\system32>
 

Attachments

Code:
2016-11-08 16:15:06, Error                 CSI    00000be9 (F) STATUS_OBJECT_NAME_NOT_FOUND #1966363# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = (AllowSharingViolation), handle = {provider=NULL, handle=0, name= ("null")}, da = (SYNCHRONIZE|FILE_READ_ATTRIBUTES), oa = @0xf80b7b6f0->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[122]'\??\C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lt-lt_472f87afc5dd34a2'; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0xf80b7b6d0, as = (null), fa = 0, sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = FILE_OPEN, co = (FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid)
[gle=0xd0000034]
2016-11-08 16:15:06, Error                 CSI    00000bea@2016/11/8:21:15:06.333 (F) onecore\base\wcp\sil\merged\ntu\ntsystem.cpp(2898): Error STATUS_OBJECT_NAME_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null)
[gle=0x80004005]

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.
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-11-08 16:25:45.189
Microsoft Windows 10 Build 14393 - amd64
Using .zip script file at C:\Users\meltdown\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\WINDOWS\WinSxS

Successfully created directory tree \\?\C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lt-lt_472f87afc5dd34a2.

Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lt-lt_472f87afc5dd34a2\bootmgfw.efi.mui to C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lt-lt_472f87afc5dd34a2\bootmgfw.efi.mui.
Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lt-lt_472f87afc5dd34a2\bootmgr.efi.mui to C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lt-lt_472f87afc5dd34a2\bootmgr.efi.mui.

Successfully restored ownership for C:\WINDOWS\WinSxS
Successfully restored permissions on C:\WINDOWS\WinSxS
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3713 datablocks.
Finish time: 2016-11-08 16:25:48.267
Script hash: JiQTmO5Ra3hj7IgXVfmiPL9p9k21oOmeeI93pYPEQbI=
----------------------EOF-----------------------
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 14% 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. Note that logging is currently not
supported in offline servicing scenarios.

C:\WINDOWS\system32>
 

Attachments

Code:
2016-11-08 16:27:04, Error                 CSI    00000be9 (F) STATUS_OBJECT_NAME_NOT_FOUND #1966468# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = (AllowSharingViolation), handle = {provider=NULL, handle=0, name= ("null")}, da = (SYNCHRONIZE|FILE_READ_ATTRIBUTES), oa = @0x43b72fb080->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[122]'\??\C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lv-lv_47fcf633c55b7592'; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0x43b72fb060, as = (null), fa = 0, sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = FILE_OPEN, co = (FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid)
[gle=0xd0000034]
2016-11-08 16:27:04, Error                 CSI    00000bea@2016/11/8:21:27:04.352 (F) onecore\base\wcp\sil\merged\ntu\ntsystem.cpp(2898): Error STATUS_OBJECT_NAME_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null)
[gle=0x80004005]

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.
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-11-08 16:51:08.072
Microsoft Windows 10 Build 14393 - amd64
Using .zip script file at C:\Users\meltdown\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\WINDOWS\WinSxS

Successfully created directory tree \\?\C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lv-lv_47fcf633c55b7592.

Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lv-lv_47fcf633c55b7592\bootmgfw.efi.mui to C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lv-lv_47fcf633c55b7592\bootmgfw.efi.mui.
Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lv-lv_47fcf633c55b7592\bootmgr.efi.mui to C:\WINDOWS\WinSxS\amd64_microsoft-windows-b..nager-efi.resources_31bf3856ad364e35_10.0.14393.67_lv-lv_47fcf633c55b7592\bootmgr.efi.mui.

Successfully restored ownership for C:\WINDOWS\WinSxS
Successfully restored permissions on C:\WINDOWS\WinSxS
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3713 datablocks.
Finish time: 2016-11-08 16:51:11.104
Script hash: 6XU27ozajBSI6YQCQVPjtPX4SR+/7xLkm/7PfxkixcM=
----------------------EOF-----------------------
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 77% 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. Note that logging is currently not
supported in offline servicing scenarios.

C:\WINDOWS\system32>

Up to 77% this time so it seems like we're making progress?
 

Attachments

Yes, slow progress.

Code:
2016-11-08 16:56:21, Error                 CSI    00004316 (F) STATUS_OBJECT_NAME_NOT_FOUND #8606209# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = (AllowSharingViolation), handle = {provider=NULL, handle=0, name= ("null")}, da = (SYNCHRONIZE|FILE_READ_ATTRIBUTES), oa = @0x2abb87b040->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[109]'\??\C:\WINDOWS\WinSxS\wow64_microsoft-windows-mfnetcore_31bf3856ad364e35_10.0.14393.187_none_d2d759bcbf7e225f'; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0x2abb87b020, as = (null), fa = 0, sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = FILE_OPEN, co = (FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid)
[gle=0xd0000034]
2016-11-08 16:56:21, Error                 CSI    00004317@2016/11/8:21:56:21.028 (F) onecore\base\wcp\sil\merged\ntu\ntsystem.cpp(2898): Error STATUS_OBJECT_NAME_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null)
[gle=0x80004005]

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

After the SFCFix script has completed, try running SFCFix without any script (just double click on SFCFix.exe).
It can detect and create missing folders, so this may speed the process.

After that, run SFC again.

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.
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-11-09 13:05:59.604
Microsoft Windows 10 Build 14393 - amd64
Using .zip script file at C:\Users\meltdown\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\WINDOWS\WinSxS

Successfully created directory tree \\?\C:\WINDOWS\WinSxS\wow64_microsoft-windows-mfnetcore_31bf3856ad364e35_10.0.14393.187_none_d2d759bcbf7e225f.

Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\wow64_microsoft-windows-mfnetcore_31bf3856ad364e35_10.0.14393.187_none_d2d759bcbf7e225f\mfnetcore.dll to C:\WINDOWS\WinSxS\wow64_microsoft-windows-mfnetcore_31bf3856ad364e35_10.0.14393.187_none_d2d759bcbf7e225f\mfnetcore.dll.

Successfully restored ownership for C:\WINDOWS\WinSxS
Successfully restored permissions on C:\WINDOWS\WinSxS
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3713 datablocks.
Finish time: 2016-11-09 13:06:02.821
Script hash: ZbvkWo+B7rkq4qB8JqZC2hKPYLfejheoHn7oDH1D0uk=
----------------------EOF-----------------------
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 85% 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. Note that logging is currently not
supported in offline servicing scenarios.

C:\WINDOWS\system32>
 

Attachments

Code:
2016-11-09 13:27:56, Error                 CSI    00004a51 (F) STATUS_OBJECT_NAME_NOT_FOUND #9241215# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = (AllowSharingViolation), handle = {provider=NULL, handle=0, name= ("null")}, da = (SYNCHRONIZE|FILE_READ_ATTRIBUTES), oa = @0x8c681fb0a0->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[121]'\??\C:\WINDOWS\WinSxS\x86_microsoft-windows-b..ager-pcat.resources_31bf3856ad364e35_10.0.14393.187_lt-lt_73173b3bad7b3175'; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0x8c681fb080, as = (null), fa = 0, sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = FILE_OPEN, co = (FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid)
[gle=0xd0000034]
2016-11-09 13:27:56, Error                 CSI    00004a52@2016/11/9:18:27:56.453 (F) onecore\base\wcp\sil\merged\ntu\ntsystem.cpp(2898): Error STATUS_OBJECT_NAME_NOT_FOUND originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null)
[gle=0x80004005]

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.
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-11-09 13:50:13.429
Microsoft Windows 10 Build 14393 - amd64
Using .zip script file at C:\Users\meltdown\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\x86_microsoft-windows-b..ager-pcat.resources_31bf3856ad364e35_10.0.14393.187_lt-lt_73173b3bad7b3175\bootmgr.exe.mui

Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-b..ager-pcat.resources_31bf3856ad364e35_10.0.14393.187_lt-lt_73173b3bad7b3175\bootmgr.exe.mui to C:\WINDOWS\WinSxS\x86_microsoft-windows-b..ager-pcat.resources_31bf3856ad364e35_10.0.14393.187_lt-lt_73173b3bad7b3175\bootmgr.exe.mui.

Successfully restored ownership for C:\WINDOWS\WinSxS\x86_microsoft-windows-b..ager-pcat.resources_31bf3856ad364e35_10.0.14393.187_lt-lt_73173b3bad7b3175\bootmgr.exe.mui
Successfully restored permissions on C:\WINDOWS\WinSxS\x86_microsoft-windows-b..ager-pcat.resources_31bf3856ad364e35_10.0.14393.187_lt-lt_73173b3bad7b3175\bootmgr.exe.mui
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3714 datablocks.
Finish time: 2016-11-09 13:50:13.818
Script hash: 8Cms8i0muZxBqHTf5Ap2Py631122I6YfSRGmRckGZMg=
----------------------EOF-----------------------
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

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. Note that logging is currently not
supported in offline servicing scenarios.

C:\WINDOWS\system32>
 

Attachments

Code:
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-n..datastore.resources_31bf3856ad364e35_10.0.14393.0_en-us_588878fd92ea150b\iasdatastore.dll.mui
Expected iM+R0JkB/aCWr+dZwJiRFPVcCJRDeAQ4mBjpfte+UeA=
CORRUPT: C:\Windows\WinSxS\amd64_microsoft-windows-shell32_31bf3856ad364e35_10.0.14393.187_none_a5d7e6f4b00503c2\OEMDefaultAssociations.xml
Expected I5F92qKJdDFKB3Ty5BYHe/IZNhbytru3/6IbNAteRj4=
CORRUPT: C:\Windows\WinSxS\amd64_microsoft-windows-ui-shell-component_31bf3856ad364e35_10.0.14393.187_none_87503d77a89118d4\DefaultLayouts.xml
Expected KJxWlmvcFTAYhtdvHrV46ZatG3GYxEbGNo/BaHpEFHs=
CORRUPT: C:\Windows\WinSxS\amd64_msports.inf.resources_31bf3856ad364e35_10.0.14393.0_en-us_3580d95d49e964ea\serial.sys.mui
Expected GBIa1+R7ZgMh70C346R0jqzil3+a8zbdPqo9/UlTcpY=
CORRUPT: C:\Windows\WinSxS\wow64_microsoft-windows-d..es-picker-component_31bf3856ad364e35_10.0.14393.0_none_1970c4cd6360e332\Windows.Devices.Picker.dll
Expected 8x/E0evmWZ9CXNOfgfNQJc/xgntTkMGmKET7skRCRao=

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.
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-11-09 15:19:57.790
Microsoft Windows 10 Build 14393 - amd64
Using .zip script file at C:\Users\meltdown\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\x86_microsoft-windows-n..datastore.resources_31bf3856ad364e35_10.0.14393.0_en-us_588878fd92ea150b\iasdatastore.dll.mui
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\wow64_microsoft-windows-d..es-picker-component_31bf3856ad364e35_10.0.14393.0_none_1970c4cd6360e332\Windows.Devices.Picker.dll
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\amd64_msports.inf.resources_31bf3856ad364e35_10.0.14393.0_en-us_3580d95d49e964ea\serial.sys.mui
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\amd64_microsoft-windows-ui-shell-component_31bf3856ad364e35_10.0.14393.187_none_87503d77a89118d4\defaultlayouts.xml
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\amd64_microsoft-windows-shell32_31bf3856ad364e35_10.0.14393.187_none_a5d7e6f4b00503c2\oemdefaultassociations.xml

Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-n..datastore.resources_31bf3856ad364e35_10.0.14393.0_en-us_588878fd92ea150b\iasdatastore.dll.mui to C:\WINDOWS\WinSxS\x86_microsoft-windows-n..datastore.resources_31bf3856ad364e35_10.0.14393.0_en-us_588878fd92ea150b\iasdatastore.dll.mui.
Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\wow64_microsoft-windows-d..es-picker-component_31bf3856ad364e35_10.0.14393.0_none_1970c4cd6360e332\Windows.Devices.Picker.dll to C:\WINDOWS\WinSxS\wow64_microsoft-windows-d..es-picker-component_31bf3856ad364e35_10.0.14393.0_none_1970c4cd6360e332\Windows.Devices.Picker.dll.
Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_msports.inf.resources_31bf3856ad364e35_10.0.14393.0_en-us_3580d95d49e964ea\serial.sys.mui to C:\WINDOWS\WinSxS\amd64_msports.inf.resources_31bf3856ad364e35_10.0.14393.0_en-us_3580d95d49e964ea\serial.sys.mui.
Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-ui-shell-component_31bf3856ad364e35_10.0.14393.187_none_87503d77a89118d4\defaultlayouts.xml to C:\WINDOWS\WinSxS\amd64_microsoft-windows-ui-shell-component_31bf3856ad364e35_10.0.14393.187_none_87503d77a89118d4\defaultlayouts.xml.
Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\amd64_microsoft-windows-shell32_31bf3856ad364e35_10.0.14393.187_none_a5d7e6f4b00503c2\oemdefaultassociations.xml to C:\WINDOWS\WinSxS\amd64_microsoft-windows-shell32_31bf3856ad364e35_10.0.14393.187_none_a5d7e6f4b00503c2\oemdefaultassociations.xml.

Successfully restored ownership for C:\WINDOWS\WinSxS\x86_microsoft-windows-n..datastore.resources_31bf3856ad364e35_10.0.14393.0_en-us_588878fd92ea150b\iasdatastore.dll.mui
Successfully restored permissions on C:\WINDOWS\WinSxS\x86_microsoft-windows-n..datastore.resources_31bf3856ad364e35_10.0.14393.0_en-us_588878fd92ea150b\iasdatastore.dll.mui
Successfully restored ownership for C:\WINDOWS\WinSxS\wow64_microsoft-windows-d..es-picker-component_31bf3856ad364e35_10.0.14393.0_none_1970c4cd6360e332\Windows.Devices.Picker.dll
Successfully restored permissions on C:\WINDOWS\WinSxS\wow64_microsoft-windows-d..es-picker-component_31bf3856ad364e35_10.0.14393.0_none_1970c4cd6360e332\Windows.Devices.Picker.dll
Successfully restored ownership for C:\WINDOWS\WinSxS\amd64_msports.inf.resources_31bf3856ad364e35_10.0.14393.0_en-us_3580d95d49e964ea\serial.sys.mui
Successfully restored permissions on C:\WINDOWS\WinSxS\amd64_msports.inf.resources_31bf3856ad364e35_10.0.14393.0_en-us_3580d95d49e964ea\serial.sys.mui
Successfully restored ownership for C:\WINDOWS\WinSxS\amd64_microsoft-windows-ui-shell-component_31bf3856ad364e35_10.0.14393.187_none_87503d77a89118d4\defaultlayouts.xml
Successfully restored permissions on C:\WINDOWS\WinSxS\amd64_microsoft-windows-ui-shell-component_31bf3856ad364e35_10.0.14393.187_none_87503d77a89118d4\defaultlayouts.xml
Successfully restored ownership for C:\WINDOWS\WinSxS\amd64_microsoft-windows-shell32_31bf3856ad364e35_10.0.14393.187_none_a5d7e6f4b00503c2\oemdefaultassociations.xml
Successfully restored permissions on C:\WINDOWS\WinSxS\amd64_microsoft-windows-shell32_31bf3856ad364e35_10.0.14393.187_none_a5d7e6f4b00503c2\oemdefaultassociations.xml
PowerCopy:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3719 datablocks.
Finish time: 2016-11-09 15:19:59.243
Script hash: R93kxI8MKi2cyLqTnq+0LaZyenrtIwWK36itpdMLf0Q=
----------------------EOF-----------------------
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

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. Note that logging is currently not
supported in offline servicing scenarios.

C:\WINDOWS\system32>

It seems like it's so close now!
 

Attachments

Code:
CORRUPT: C:\Windows\WinSxS\wow64_microsoft-windows-vssapi-core_31bf3856ad364e35_10.0.14393.0_none_1202d0e566dc39f8\vssapi.dll
Expected: ikL2l1s1J65ALAwiIuy3p/0w2fob7P28J57Qm6+sAaI=
CORRUPT: C:\Windows\WinSxS\wow64_windows-applicationmodel-clipboardserver_31bf3856ad364e35_10.0.14393.187_none_d282a844b4d7c952\ClipboardServer.dll
Expected: BCBVMLgkQ7Tayb0F2Zcc0ekYZFbW8IVhXlAGWSfPgc4=
CORRUPT: C:\Windows\WinSxS\x86_microsoft-windows-com-complus.res_31bf3856ad364e35_10.0.14393.0_none_fe06aacf44870c54\comres.dll
Expected: Mg4Ivuco/Gt962WP8TJgjoV5H/WzlK7goeakwsZvmQA=

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.
 
Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2016-11-09 16:10:42.361
Microsoft Windows 10 Build 14393 - amd64
Using .zip script file at C:\Users\meltdown\Desktop\SFCFix.zip [0]




PowerCopy::
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\x86_microsoft-windows-com-complus.res_31bf3856ad364e35_10.0.14393.0_none_fe06aacf44870c54\comres.dll
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\wow64_windows-applicationmodel-clipboardserver_31bf3856ad364e35_10.0.14393.187_none_d282a844b4d7c952\clipboardserver.dll
Successfully took permissions for file or folder C:\WINDOWS\WinSxS\wow64_microsoft-windows-vssapi-core_31bf3856ad364e35_10.0.14393.0_none_1202d0e566dc39f8\vssapi.dll

Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\x86_microsoft-windows-com-complus.res_31bf3856ad364e35_10.0.14393.0_none_fe06aacf44870c54\comres.dll to C:\WINDOWS\WinSxS\x86_microsoft-windows-com-complus.res_31bf3856ad364e35_10.0.14393.0_none_fe06aacf44870c54\comres.dll.
Successfully copied file C:\Users\meltdown\AppData\Local\niemiro\Archive\WinSxS\wow64_windows-applicationmodel-clipboardserver_31bf3856ad364e35_10.0.14393.187_none_d282a844b4d7c952\clipboardserver.dll to C:\WINDOWS\WinSxS\wow64_windows-applicationmodel-clipboardserver_31bf3856ad364e35_10.0.14393.187_none_d282a844b4d7c952\clipboardserver.dll.
The file \\?\C:\WINDOWS\WinSxS\wow64_microsoft-windows-vssapi-core_31bf3856ad364e35_10.0.14393.0_none_1202d0e566dc39f8\vssapi.dll is in use and must be replaced over a reboot.

Successfully pended file for replace over reboot: \\?\C:\WINDOWS\WinSxS\wow64_microsoft-windows-vssapi-core_31bf3856ad364e35_10.0.14393.0_none_1202d0e566dc39f8\vssapi.dll

Successfully restored ownership for C:\WINDOWS\WinSxS\x86_microsoft-windows-com-complus.res_31bf3856ad364e35_10.0.14393.0_none_fe06aacf44870c54\comres.dll
Successfully restored permissions on C:\WINDOWS\WinSxS\x86_microsoft-windows-com-complus.res_31bf3856ad364e35_10.0.14393.0_none_fe06aacf44870c54\comres.dll
Successfully restored ownership for C:\WINDOWS\WinSxS\wow64_windows-applicationmodel-clipboardserver_31bf3856ad364e35_10.0.14393.187_none_d282a844b4d7c952\clipboardserver.dll
Successfully restored permissions on C:\WINDOWS\WinSxS\wow64_windows-applicationmodel-clipboardserver_31bf3856ad364e35_10.0.14393.187_none_d282a844b4d7c952\clipboardserver.dll
PowerCopy:: directive completed successfully.




Reboot:: directive completed successfully.




PostRebootCorruptionDetection::
No hash verification failures detected.
PostRebootCorruptionDetection:: directive completed successfully.




PostRebootRestorePermissions::
Successfully restored ownership for C:\WINDOWS\WinSxS\wow64_microsoft-windows-vssapi-core_31bf3856ad364e35_10.0.14393.0_none_1202d0e566dc39f8\vssapi.dll
Successfully restored permissions on C:\WINDOWS\WinSxS\wow64_microsoft-windows-vssapi-core_31bf3856ad364e35_10.0.14393.0_none_1202d0e566dc39f8\vssapi.dll
PostRebootRestorePermissions:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 3722 datablocks.
Finish time: 2016-11-09 16:28:58.995
----------------------EOF-----------------------
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

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. Note that logging is currently not
supported in offline servicing scenarios.

C:\WINDOWS\system32>
Almost there?
 

Attachments

Looks like only one file this time :)


Code:
2016-11-09 16:35:50, Info                  CSI    000056ec Hashes for file member \??\C:\WINDOWS\SysWOW64\WinMetadata\Windows.Gaming.winmd do not match actual file [l:20]'Windows.Gaming.winmd' :
  Found: {l:32 wODDpg6awUC5o/IFdXPIAb5tbabRegBuukkSsRgtgLY=} Expected: {l:32 iSft15bgP7RF38YZ5tgOEQtpUPPozs1QPuuvmDPm7jc=}
2016-11-09 16:35:50, Info                  CSI    000056ed Hashes for file member \SystemRoot\WinSxS\wow64_microsoft-windows-runtime-metadata_31bf3856ad364e35_10.0.14393.0_none_68bb511b52ed4c28\Windows.Gaming.winmd do not match actual file [l:20]'Windows.Gaming.winmd' :
  Found: {l:32 wODDpg6awUC5o/IFdXPIAb5tbabRegBuukkSsRgtgLY=} Expected: {l:32 iSft15bgP7RF38YZ5tgOEQtpUPPozs1QPuuvmDPm7jc=}
2016-11-09 16:35:50, Info                  CSI    000056ee [SR] Could not reproject corrupted file \??\C:\WINDOWS\SysWOW64\WinMetadata\Windows.Gaming.winmd; source file in store is also corrupted

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