answersLogoWhite

0


Best Answer

Use system file checker to verify the version of all system files when Windows loads. Useful when you suspect system files are corrupted, but you can still access the Windows desktop. Command to execute it: Sfc with parameters.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When would you use system file checker what is the command to execute it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What sfc command sets the system to scan system files at the next reboot?

To use System File Checker, you can type sfc.exe or sfc in a command prompt window or in the run dialog box. To scan the system at the next reboot, you would use the /scanonce switch (sfc/scanonce).


How do you compile and execute Java program in which we find the highest of any five numbers?

In the same way as you would compile and execute any other Java program. Compile: use the "javac" command. Or use the built-in "compile" command in your favorite IDE. Execute: Use the "java" command. Or use the built-in "run" command in your favorite IDE.


Why UNIX commands are divided into internal and external commands?

An internal command is one that is built in to the shell interpreter and is likely to be used quite a bit. An external command is a file in a directory that can be searched, loaded, and executed. The reason for having internal commands is for performance; it takes a lot less time to have the shell just execute the given internal command than it would take to find it on the system, load it into memory, and then execute it.


The command used to execute a BASIC programme?

Assuming a BASIC program is loaded into memory, the correct command to execute a BASIC program is: RUN. If you would like to start your program at a particular point in the execution, you may use RUN [#], where [#] is the line number you would like to start execution at.


What tool would you use to verify and replace system files for essential hardware devices?

System file checker


Which tool would be sued to scan windows critical system files and replace any corrupted files?

System File Checker. wish you got good grade, cos now I'm doing this exam in cisco too


What would you type at a command prompt to execute a program called sampleprog in your current directory if the current directory is not in your path statement?

./sampleprog


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


What economic system would be the worst for competition between producers of command or market or traditional or mixed?

command


How execute a movie in loop through mplayer?

with command `mplayer -loop number-of-repeatsfilename`if number-of-repeats is set to 0, the movie would loop for ever.


What words would a spell checker not correct?

Generally, a spell checker will not correct words that are misspelled in context. A grammar checker might catch 'there' vs. 'they're' - but since both are words, a spell checker wouldn't care.


How do you execute files?

Typically, to execute files through the command line, you would first type the name of the application you want to execute the file with, followed by a space, then the path to the file. If administrator privileges are required to open the file, then you would put "sudo" before all that, hit Enter, and enter the administrator password.