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.
- Click on the Start button and in the search box, type Notepad and click on it
- 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
- 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 (*.*)
- 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