Forum Discussion
holger1405
6 months agoHero+
- Press the Windows key > Write "CMD" (Without the quotation marks.)
- Right click on "Command prompt" in the search results > Run as administrator.
- Copy and paste the following line into the CMD window: (With the quotation marks.)
findstr /c:"[SR]" %windir%\LOGS\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt" - Press ENTER.
- Upload the "sfcdetails.txt" that is now on your desktop.
autumnkinloch
6 months agoSeasoned Novice
When copying: findstr /c:"[SR]" %windir%\LOGS\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt" into the Command prompt, I receive the message "The system cannot find the path specified."