- Thread Author
- #1
Solution
To find out which files may be involved you can open an Administrative command prompt (Winkey and type cmd then CTRL+Shift+Enter) and enter the following. You can type it or copy and paste to the command window by right clicking and selecting paste.
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >%userprofile%\Desktop\sfcdetails.txt
The command will produce a text file and place it on your desktop. You can zip it and attach if you want. If you would prefer to check the log yourself, look near the end and see if it lists which files cannot be replaced/repaired.
This website goes into how to replace files if you need to do so. This process can be complicated but having another Windows 7 install might help in...
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >%userprofile%\Desktop\sfcdetails.txt
The command will produce a text file and place it on your desktop. You can zip it and attach if you want. If you would prefer to check the log yourself, look near the end and see if it lists which files cannot be replaced/repaired.
This website goes into how to replace files if you need to do so. This process can be complicated but having another Windows 7 install might help in...
- Joined
- Oct 16, 2009
- Messages
- 15,152
According to my registry entries, the number on the top appears to be the AppsUpdateFolder
::{26EE0668-A00A-44D7-9371-BEB064C98683}\0\::{7b81be6a-ce2b-4676-a29e-eb907a5126c5}\::{d450a8a1-9568-45c7-9c0e-b4f9fb4537bd}
The other numbers appear to be for the control panel, and an Icon for it, but not certain.
Have you been doing any registry cleaning lately, or any other type of system cleaning?
Have you tried opening an Administrative Command Prompt window and using the SFC /scannow command to check your system files?
::{26EE0668-A00A-44D7-9371-BEB064C98683}\0\::{7b81be6a-ce2b-4676-a29e-eb907a5126c5}\::{d450a8a1-9568-45c7-9c0e-b4f9fb4537bd}
The other numbers appear to be for the control panel, and an Icon for it, but not certain.
Have you been doing any registry cleaning lately, or any other type of system cleaning?
Have you tried opening an Administrative Command Prompt window and using the SFC /scannow command to check your system files?
Trouble
Noob Whisperer
- Joined
- Nov 30, 2009
- Messages
- 13,722
Click the start orb and type
C:\Windows\System32\control.exe
and hit enter
What happens when you do that?
Click the start orb
Then
All Programs
Then
Accessories
Right click "Command Prompt" and choose "Run As Administrator"
then in the black box looking window type
sfc /scannow
hit enter
and let it run
let everyone know what the results of having done that is.
C:\Windows\System32\control.exe
and hit enter
What happens when you do that?
Click the start orb
Then
All Programs
Then
Accessories
Right click "Command Prompt" and choose "Run As Administrator"
then in the black box looking window type
sfc /scannow
hit enter
and let it run
let everyone know what the results of having done that is.
- Thread Author
- #11
Hello folks,
Below is the result when I run a sfc /scannow.
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>
Please advice what's going on my computer system.
Great thanks
Below is the result when I run a sfc /scannow.
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>
Please advice what's going on my computer system.
Great thanks
- Joined
- Oct 16, 2009
- Messages
- 15,152
To find out which files may be involved you can open an Administrative command prompt (Winkey and type cmd then CTRL+Shift+Enter) and enter the following. You can type it or copy and paste to the command window by right clicking and selecting paste.
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >%userprofile%\Desktop\sfcdetails.txt
The command will produce a text file and place it on your desktop. You can zip it and attach if you want. If you would prefer to check the log yourself, look near the end and see if it lists which files cannot be replaced/repaired.
This website goes into how to replace files if you need to do so. This process can be complicated but having another Windows 7 install might help in obtaining replacement files.
How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7
findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >%userprofile%\Desktop\sfcdetails.txt
The command will produce a text file and place it on your desktop. You can zip it and attach if you want. If you would prefer to check the log yourself, look near the end and see if it lists which files cannot be replaced/repaired.
This website goes into how to replace files if you need to do so. This process can be complicated but having another Windows 7 install might help in obtaining replacement files.
How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or on Windows 7
Similar threads
- Article
- Replies
- 0
- Views
- 345
- Article
- Replies
- 0
- Views
- 3K
- Article
- Replies
- 0
- Views
- 390
- Article
- Replies
- 0
- Views
- 519
- Article
- Replies
- 0
- Views
- 393