ฉันพยายามแก้ไขปัญหาเกี่ยวกับการลงทะเบียนและบริการของ Windows ฉันลองใช้คำสั่ง sfc แล้ว แต่นี่เป็นข้อความแสดงข้อผิดพลาดที่ฉันได้รับ?
C:\Windows>sfc /scannow
Beginning system scan. This process will take some time.
There is a system repair pending which requires reboot to complete. Restart
Windows and run sfc again.
C:\Windows>
แต่ฉันรีบูตหลายครั้งตั้งแต่ข้อความนี้ปรากฏขึ้นครั้งแรกและฉันก็ลองใช้คำสั่งในเซฟโหมดและในโหมดคอนโซล แต่ฉันยังคงได้รับข้อความเดียวกัน ฉันจะกำจัดมันได้อย่างไร
มีไฟล์นี้ในโฟลเดอร์ winsxs: C: \ Windows \ winsxs \ cleanup.xml
นี่คือเนื้อหา:
<?xml version='1.0' encoding='utf-16'?>
<PendingTransaction >
<POQ postAction="NoReboot">
<DeleteFile path="\??\D:\$$DeleteMe.CbsMsg.dll.01c85bd2f5893b40.0000"/>
</POQ>
</PendingTransaction>
นี่อาจเป็นอะไรไหม นี่เป็นสาเหตุหรือไม่ การลบไฟล์นี้ปลอดภัยหรือไม่?
ปรับปรุง
ฉันพยายามเปลี่ยนชื่อ แต่การดำเนินการล้มเหลว
ฉันใช้งาน explorer.exe ด้วยสิทธิ์ยกระดับและไปยังที่ตั้ง ฉันได้รับพรอมต์การยืนยันจาก UAC แล้วข้อผิดพลาดด้านล่าง
Destination Folder Access Denied
You need permission to perform this action
ฉันจะเปลี่ยนชื่อหรือลบไฟล์นี้ได้อย่างไร ฉันจำเป็นต้องใช้ cmd หรืออยู่ในเซฟโหมดหรือไม่
อัปเดต 2
ฉันเริ่มเซฟโหมดด้วยพรอมต์คำสั่งและพยายามเป็นเจ้าของไฟล์แล้วเปลี่ยนชื่อ การเปลี่ยนชื่อล้มเหลว
C:\Windows\winsxs>ren cleanup.xml cleanup.xml.old
Access is denied.
C:\Windows\winsxs>takeown /f "cleanup.xml"
SUCCESS: The file (or folder): "C:\Windows\winsxs\cleanup.xml" now owned by user
"mycomputername\username".
C:\Windows\winsxs>ren cleanup.xml cleanup.xml.old
Access is denied.
C:\Windows\winsxs>
ฉันยังออกคำสั่งดังต่อไปนี้
C:\Windows\system32>icacls "C:\Windows\winsxs\cleanup.xml" /grant username:F
processed file: C:\Windows\winsxs\cleanup.xml
Successfully processed 1 files; Failed processing 0 files
C:\Windows\system32>cd ..\winsxs
C:\Windows\winsxs>ren cleanup.xml cleanup.xml.old
Access is denied.
C:\Windows\winsxs>
มันยังคงไม่อนุญาตให้ฉันเปลี่ยนชื่อ ฉันออกคำสั่งสองคำสั่งสุดท้ายในโหมด Windows ปกติ มันเป็นเรื่องสำคัญหรือไม่ ... ฉันจะลองรีบูต
cleanup.xml
ไฟล์ดังนั้นฉันไม่คิดว่าเป็นสาเหตุ