Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>TAKEOWN /F C:\Windows\winsxs\Temp\pendingdeletes /A /R
SUCCESS: The file (or folder): "C:\Windows\winsxs\Temp\pendingdeletes" now owned
by the administrators group.
SUCCESS: The file (or folder): "C:\Windows\winsxs\Temp\pendingdeletes\$$DeleteMe
.sortkey.nlp.01cd2dbd122c48d3.0007" now owned by the administrators group.
SUCCESS: The file (or folder): "C:\Windows\winsxs\Temp\pendingdeletes\$$DeleteMe
.sorttbls.nlp.01cd2dbd1227dbf2.0006" now owned by the administrators group.
C:\Windows\system32>ICACLS C:\Windows\winsxs\Temp\pendingdeletes /grant Administ
rators:(F) /T
processed file: C:\Windows\winsxs\Temp\pendingdeletes
processed file: C:\Windows\winsxs\Temp\pendingdeletes\$$DeleteMe.sortkey.nlp.01c
d2dbd122c48d3.0007
processed file: C:\Windows\winsxs\Temp\pendingdeletes\$$DeleteMe.sorttbls.nlp.01
cd2dbd1227dbf2.0006
Successfully processed 3 files; Failed processing 0 files
C:\Windows\system32>DEL C:\Windows\winsxs\Temp\pendingdeletes\*.* /Q
C:\Windows\winsxs\Temp\pendingdeletes\$$DeleteMe.sortkey.nlp.01cd2dbd122c48d3.00
07
Access is denied.
C:\Windows\winsxs\Temp\pendingdeletes\$$DeleteMe.sorttbls.nlp.01cd2dbd1227dbf2.0
006
Access is denied.
C:\Windows\system32>
actually what's odd is there isn't a PendingDeletes folder, but there is a PendingRenames...not sure how there could be successful operations on a folder that doesn't exist?
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 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 th
em.
Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For example
C:\Windows\Logs\CBS\CBS.log
C:\Windows\system32>
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>dir catroot*
Volume in drive C is System
Volume Serial Number is F240-5C20
Directory of C:\Windows\system32
11/29/2012 08:09 AM <DIR> catroot
11/25/2012 09:25 PM <DIR> catroot2
11/29/2012 08:50 AM <DIR> CATROOT2OLD
08/07/2012 07:35 PM <DIR> CatRoot2_2012111221298
11/23/2012 08:36 PM <DIR> CatRoot2_2012112510542
0 File(s) 0 bytes
5 Dir(s) 429,840,687,104 bytes free
C:\Windows\system32>NET STOP CRYPTSVC
The Cryptographic Services service is stopping..
The Cryptographic Services service was stopped successfully.
C:\Windows\system32>REN C:\WINDOWS\SYSTEM32\CATROOT2 CATROOT2OLD
A duplicate file name exists, or the file
cannot be found.
C:\Windows\system32>REN C:\WINDOWS\SYSTEM32\CATROOT2 CATROOT2OLDTOO
C:\Windows\system32>NET START CRYPTSVC
The Cryptographic Services service is starting.
The Cryptographic Services service was started successfully.
C:\Windows\system32>