Skip to main content

Repair Windows 10 Tips

Repair Windows 10 Tips




                        If Windows is experiencing blue-screen or other crashes, applications are failing, or some Windows features just aren’t working properly, there are two system tools that might be able to help. The System File Checker (SFC) tool built into Windows will scan your Windows system files for corruption or any other changes. If a file has been modified, it will automatically replace that file with the correct version. If the SFC command doesn’t work, you can also try the Deployment Image Servicing and Management (DISM) command on Windows 10 or Windows 8 to repair the underlying Windows system image. On Windows 7 and earlier, Microsoft offers a downloadable “System Update Readiness Tool” instead. Let’s take a look at how to use them.

Run the SFC Command to Repair System Files

                  Run the SFC command when troubleshooting a buggy Windows system. SFC works by scanning for and replacing system files that are corrupt, missing, or changed. Even if the SFC command doesn’t repair any files, running it will at least confirm that no system files are corrupted and then you can continue to troubleshoot your system with other methods. You can use the SFC command as long as the computer itself will start. If Windows will start normally, you can run it from an administrative command prompt. If Windows won’t start normally, you can try starting it in Safe Mode or in the recovery environment by booting from your installation media or recovery disc. However you get to the Command Prompt  normally, Safe Mode, or recovery environment, you’ll use the command the same way. Just remember that if you start Windows normally, you will need to open the Command Prompt with administrative privileges. To do this, right-click the Start button and select “Command Prompt (Admin)”.

At the Command Prompt, type the following command and press Enter to run a full system scan and have SFC attempt repairs:
Leave the Command Prompt window open until the command completes, which may take some time. If everything is fine, you’ll see the message “Windows Resource Protection did not find any integrity violations.”

            If you see a “Windows Resource Protection found corrupt files but was unable to fix some of them” message, try restarting your PC in Safe Mode and running the command again. And if that fails, you can also try booting with your installation media or recovery disc and trying the command from there.

Read Also : windows or ubuntu
Run the DISM Command to Fix SFC Problems

              You shouldn’t normally have to run the DISM command. However, if the SFC command fails to run properly or can’t replace a corrupted file with the correct one, the DISM command—or System Update Readiness Tool in Windows 7—can sometimes fix the underlying Windows system and make SFC run correctly. To run the DISM command in Windows 8 and 10, open a Command Prompt with administrative privileges. Type the following command and then press Enter to have DISM check your Windows component store for corruption and automatically fix any problems it finds.

DISM /Online /Cleanup-Image /RestoreHealth

             Allow the command to finish running before closing the Command Prompt window. This may take five to ten minutes. It’s normal for the progress bar to stay at 20 percent for a while, so don’t worry about that. If the results of the DISM command state that anything was changed, restart your PC and you should then be able to run the SFC command successfully.

On Windows 7 and earlier, the DISM command isn’t available. Instead, you can download and run the System Update Readiness Tool from Microsoft and use it to scan your system for problems and attempt to fix them.

Try a System Restore or System Reset Next
If you’re still experiencing system problems and the SFC and DISM commands don’t help, you can try more drastic actions.

                   Running the System Restore tool will restore your Windows operating system files, settings, and applications to an earlier state. This may fix system corruption problems if the operating system wasn’t also damaged at the earlier point when the restore point was created. An if all else fails, you could always resort to performing a system reset or reinstalling Windows. On Windows 8 and 10, you can perform a “Reset this PC” operation to reset Windows to its default state. You’ll have the option to keep your personal files in place—though you’ll have to reinstall programs—or to remove everything and do a complete reinstall. Whichever you choose, make sure you’ve backed up your PC first! On Windows 7 and earlier, this will require using your computer’s manufacturer-provided recovery partition or reinstalling Windows from scratch. If you encounter other errors while running any of the commands we’ve covered, try searching the web for the specific errors you encounter. The commands will often point you to log files with more information if they fail—check the logs for more details about specific problems. Ultimately, it may not be worth troubleshooting serious Windows corruption problems when you can just reset Windows to its default state or reinstall it. That decision will be up to you.

Comments

Popular posts from this blog

To Fix Memory Problem

To Fix Memory Problem Symptoms of a RAM Problem                     When you first turn on your computer it runs fine, but as you go about your business you notice that its performance diminishes. By lunch time, websites take minutes to load and local programs run at a snail's pace. This type of gradual deterioration of PC performance, especially with memory-intensive programs, may be caused by a RAM problem. Your computer randomly restarts while you are in the middle of something or freeze sporadically. It may also reboot almost immediately upon opening the desktop. This could be a sign of faulty RAM. A blue screen with white text flashes before restarting. Blue-screen errors are annoying because you don't even have a chance to read the error message. Bad RAM is one thing that cause them.Files—particularly ones you frequently access and save—seem to be inexplicably corrupted. RAM issues can lead to this problem, wh...

10 practical software testing

10 practical software testing 1) Learn to analyze your test results thoroughly. Do not ignore the test result. The final test result may be ‘pass’ or ‘fail’ but troubleshooting the root cause of ‘fail’ will lead you to the solution on it. Tester will be respected if they not log the bugs but also provide solutions. 2) Learn to maximize the test coverage every time you test any application. Though 100 percent test coverage might not be possible still you can always try to reach near it. 3) To ensure maximum test coverage break your application under test (AUT) into smaller functional types. Then Just write test cases on such individual unit of types. Also if possible break these type into smaller parts. E.g: Lets assume you have divided your website application in modules and ‘accepting user information’ is one of the modules. You can also break this ‘User information’ screen into smaller parts for writing test cases: Parts such like UI test, security test, functional test o...

Twitter Tips

Twitter Tips                  Below is a listing of our top 10 favorite Twitter tips and tricks. These tips help make your Twitter experience more enjoyable and can help increase your followers. Customize            Change your profile picture. Use a picture of yourself to make it seem more personalized if this is your personal Twitter account. Utilize as much of the 160-character limit Twitter BIO space allows. Include keywords your followers or potential followers may be trying to find.Create a background image. However, do not make the image too much like an ad or sales pitch. The background image must be less than 800 k and we recommend a size of 1600x1200 for a large image or smaller if you plan on tiling the image or just having it on the left-hand side. Finally, keep in mind that smaller resolutions and monitor sizes hide much of the background. Third-party tools     ...