answersLogoWhite

0

Short answer:

sfc /SCANONCE

Longer answer:

It might not work as expected. You'll need the installation CD for your computer, and it'll need to be the latest Service Pack that's installed on your system (so if you have an XP SP2 CD, and have SP3 installed, good luck). There's ways of managing around that, but that's a much larger post. Good luck!

Hope this helps!

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the command to execute it sfc?

that is the command for system file checker.


How can you restart the system through command line?

shutdown -r


When would you use system file checker what is the command to execute it?

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.


What does the sfc scanboot command do?

The sfc scanboot command launches system file checker every time computer boots.


Which command line can be used to restart a running Linux system immediately?

shutdown -r now


What the purpose of the edit command in the system file checker?

Edit allows a user to view, create, or modify their computer files.


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


What should you do if the start menu won't come up?

If the Start menu won't open, try pressing the Windows key on your keyboard or right-clicking the taskbar and selecting "Task Manager." If that doesn't work, you can restart Windows Explorer through Task Manager by finding it in the Processes tab, right-clicking, and choosing "Restart." If the issue persists, consider running a system file checker by opening Command Prompt as an administrator and typing sfc /scannow.


What is the program filename for System File Checker?

Sfc.exe


What is path system file checker win 2000?

but


Which command line utility that scan files that are corrupeted?

The command line function you want is: sfc /scannow The scannow switch makes it run....now. You may need your windows Xp disk, so that sfc (system file checker) can restore files it finds are corrupted.


What is the command to restart Server Core?

To shut down a Windows 2008 Server Core System, at the command prompt type: Shutdown -s -t xx where -s = shut down -t xx = time to wait before shutting down in seconds, where xx =0 to 600 To shut down a Windows 2008 Server Core System immediately, at the command prompt type: Shutdown -s -t 0 where 0 = wait zero seconds (shut down immediately) To restart a Windows 2008 Server Core System, at the command prompt type: Shutdown -r -t xx where -r = reboot -t xx = time to wait before shutting down in seconds, where xx = 0 to 600 To restart a Windows 2008 Server Core System immediately, at the command prompt type: Shutdown -r -t 0 where 0 = wait zero seconds (reboot immediately)