answersLogoWhite

0

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

17y ago

What else can I help you with?

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).


Which command from JDK should be used to execute the main method of a class named smallprog?

To execute the main method of a class named smallprog using the JDK, you would use the java command in the terminal or command prompt. The command would be: java smallprog. Ensure that the class is compiled and available in the classpath before executing this command.


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.


What is the command to put a server into install mode?

To put a Windows server into install mode, you would use the command change user /install in the Command Prompt. This command prepares the server for the installation of applications that require per-user installations. After completing the installations, you would typically return to execute mode with change user /execute.


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.