
Quote: Originally Posted by
bertie11
Thanks for the quick reply. The sfcdetails on my desktop was completely empty though! I ran SFC again, and saw that it was OK. Did another findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails and saw the details scrolling down the screen but nothing in the sfcdetails!
I'm still puzzled about the Command Prompt though. If I go to All Programs\Accessories\Command Prompt (r click Run as Admin) I get C:\Users\Mike, not C:\Windows\system32. Why is that? I can only run SFC by using Start\Run which does take me to C:\Windows\system32.
In any event, it seems my system is OK, just puzzled really!
THanks.
In regards to the command prompt; the difference is simply the default location for each method used to display it. You can easily change the location yourself by using DOS commands; ie, c:\users\mike (change it to the Windows system 32 directory, as follows)
c:\users\mike>cd c:\Windows\system32
(the above assumes you have used the accessories menu to access the DOS prompt) and from there you add "cd c:\Windows\system32" (without the quotes)
OR
Just cut and paste the following; cd c:\windows\system32