CBS Logs corrupt file(s) issue

Hello rotiboy and welcome to Sysnative!

I'm going to tackle your corruptions one by one. To begin with, here's how to fix ieframe.dll

Batch File

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. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Notepad and click on it
  2. Copy (Ctrl+C) all of the text in the following box and paste (Ctrl+V) it into Notepad
    Code:
    ::tom982 SFC Batch File Creator 2012
    if not exist %SYSTEMDRIVE%\tom982 mkdir %SYSTEMDRIVE%\tom982
    icacls C:\Windows\System32\ieframe.dll /save %SYSTEMDRIVE%\tom982\aclbackup
    takeown /f C:\Windows\System32\ieframe.dll
    icacls C:\Windows\System32\ieframe.dll /grant administrators:F
    ren C:\Windows\System32\ieframe.dll *.bak
    copy   C:\Windows\WinSxS\amd64_microsoft-windows-ieframe_31bf3856ad364e35_9.4.8112.16455_none_d9243c4580d78523\ieframe.dll  C:\Windows\System32\ieframe.dll
    icacls C:\Windows\System32 /restore %SYSTEMDRIVE%\tom982\aclbackup
    sfc /scannow
    copy %SYSTEMROOT%\Logs\CBS\CBS.log %USERPROFILE%\Desktop\CBS.txt
    start notepad.exe %USERPROFILE%\Desktop\CBS.txt
  3. Go to File > Save As... and save it to your Desktop named fix.bat. Make sure you change the Save as type to All Files (*.*)
  4. Locate fix.bat on your Desktop and right click then select Run as administrator


This will create a file on your Desktop, CBS.txt, please attach this to your next post :)

Tom
 
Hello rotiboy and welcome to Sysnative!

I'm going to tackle your corruptions one by one. To begin with, here's how to fix ieframe.dll

Batch File

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. Click on the Start
    Start%20Orb.jpg
    button and in the search box, type Notepad and click on it
  2. Copy (Ctrl+C) all of the text in the following box and paste (Ctrl+V) it into Notepad
    Code:
    ::tom982 SFC Batch File Creator 2012
    if not exist %SYSTEMDRIVE%\tom982 mkdir %SYSTEMDRIVE%\tom982
    icacls C:\Windows\System32\ieframe.dll /save %SYSTEMDRIVE%\tom982\aclbackup
    takeown /f C:\Windows\System32\ieframe.dll
    icacls C:\Windows\System32\ieframe.dll /grant administrators:F
    ren C:\Windows\System32\ieframe.dll *.bak
    copy   C:\Windows\WinSxS\amd64_microsoft-windows-ieframe_31bf3856ad364e35_9.4.8112.16455_none_d9243c4580d78523\ieframe.dll  C:\Windows\System32\ieframe.dll
    icacls C:\Windows\System32 /restore %SYSTEMDRIVE%\tom982\aclbackup
    sfc /scannow
    copy %SYSTEMROOT%\Logs\CBS\CBS.log %USERPROFILE%\Desktop\CBS.txt
    start notepad.exe %USERPROFILE%\Desktop\CBS.txt
  3. Go to File > Save As... and save it to your Desktop named fix.bat. Make sure you change the Save as type to All Files (*.*)
  4. Locate fix.bat on your Desktop and right click then select Run as administrator


This will create a file on your Desktop, CBS.txt, please attach this to your next post :)

Tom




I am appreciated for this tom, thank you , i am doing it now , give me some time to do it =D
 
okay! what's the next step?

Make sure you read the instructions carefully, skipping a step could cause problems in the future, but fortunately not in this case. From my previous post:

This will create a file on your Desktop, CBS.txt, please attach this to your next post :)

Tom


Opps, sorry , here's the CBS attachment
 

Attachments

Hi rotiboy,

Sorry for the delay! Your CBS log is showing a lot of file corruptions so I have asked for a second opinion. It didn't like my file replacement, and there's a lot more to replace so I have asked the others what they think the best course of action is.

Tom
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top