Installing a Windows 10 upgrade is definitely not an easy task since the process is not always smooth sailing and you could encounter some errors when doing so. This isn’t unusual since there are various software configurations and hardware configurations as well as services it depends on in order to properly work. So if any of them malfunctions or becomes corrupted, it will affect the process which will result in errors like the error code 0x80300002. When you encounter this kind of Windows Update error, you will see the following error message on your screen:
“We couldn’t install Windows in the location you choose. Please check your media drive. Here’s more info about what happened: 0x80300002”
You can encounter this kind of error if there is corruption in the partition table of the drive where the installation is in progress. In addition, corruption on the Media device could also cause this problem. So if you encounter this error when running Windows Setup, read on as this post will guide you in fixing it.
There are several ways to resolve this issue. The first thing you can do is to verify the compatibility between the BIOS and the installation media. You could also try recreating all the partitions as well as recreating the bootable USB drive. For more detailed information, follow the given options below.
Option 1 – Check if the BIOS is compatible with the installation media
The first thing you can do to fix the error is to check if there are any compatibility issues between the BIOS and the installation media you’re using. This is actually one of the most likely reasons why you’re getting the error since this is a complicated point for the Windows installation process. If the installation media is based on GPT, then your BIOS must be based on UEFI. So if you have your bootable media with the MBR partitioning, you need to set your BIOS to Legacy.
In the Windows Search box, type “command prompt” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
After that, execute this command: exe /convert /allowfullOS
Now, wait until the process is completed since you can track its process on your screen.
Once it’s done, go to Settings > Update & Security > Advanced Startup options and from there, click on Restart Now. This will restart your computer and give you advanced options.
Next, select Troubleshoot > Advanced Options where you will see further options including System Restore, Startup Repair, Go back to the previous version, Command Prompt, System Image Recovery, and UEFI Firmware Settings.
Now select the “Legacy” option. This will take you to the BIOS. Boot Mode is typically available under Boot > Boot Configuration. Once you’re there, set it to Legacy and then save the changes you’ve made. After that, your computer will restart.
Option 2 – Try recreating a new bootable drive
Insert your USB drive into your PC.
Tap the Win + R keys to open the Run dialog box and type in “cmd” and tap Enter to open the Command Prompt. Alternatively, you can also search for “cmd” in the Cortana search box to open Command Prompt.
Once you’ve opened CMD, type in this command to open the DISPART utility – diskpart
After that, you should see a new black and white window that would say, “DISKPART>”.
Next, type in “list disk” in the command line and tap Enter to see the list of all the Storage devices as well as your hard disk connected to your PC. Here, you have to identify your disk’s number.
Type in this command where “X” is the disk number you have identified and then tap Enter – disk X
Type in this command and hit Enter to clear the table records and all the visible data on the drive – clean
Now you have to recreate a new primary partition of the drive so you’ll have to type in this command and tap Enter right after – create part pri
A new primary partition has been created so you have to select it by typing this command and tapping Enter – select part 1
Now you have to format it to make it visible to normal users by typing – format fs=ntfs quick
Note: If your platform supports the Unified Extensible Firmware Interface or UEFI, replace the “NTFS” with “FAT32” in the command on Step 10.
After that, type in this command and tap Enter after – active
Finally, type this command and hit Enter to exit the utility – exit
After you prepare the image for the operating system, save it to the root of your USB Storage device.
Option 3 – Try to recreate all the partitions
If none of the first two options given above worked, then you can try to recreate all the partitions instead. All you have to do is restart the Windows installation process and wait until you get to the part that says, “Where do you want to install Windows?”. From there, you will see options like delete, format, extend, create new partitions, and many more. Now you have to select the Delete all the partitions options and then use the “New” button to create new partitions. Just make sure that you have one primary partition at least where you can install Windows 10. After that, continue the installation of Windows on the new partition. Keep in mind that when you create a new partition, it also recreates the partition table configuration which means that the chances of getting an error are very unlikely.
Windows 11 has brought some new features and changed some of the existing ones. One of these changes includes quick switching of audio devices which will play audio.
Audio switching can still be done under the taskbar, it is just a little different and one could say even hidden. Follow this quick guide and you will be switching from your headphones to speakers as an example in a matter of seconds.
Click on the speaker icon located in the far-right part of the taskbar.
After the quick settings menu appears click on the right arrow located right of the volume slider. If the arrow is not present, instead of click on the pencil icon, then on add, and finally select Volume from the list.
After clicking on the arrow icon, a list of all enabled audio devices on the system will replace the volume slider. Click on the desired audio device in order to make it active.
Click anywhere outside the quick setting menu to save changes and close it.
Note: in the Quick settings menu if you choose More Volume Settings it will bring you to System > Sound where you can access more sound input and output options.
Microsoft is trying to make Windows into a personalized OS, more and more features and parts can be customized to user liking. From larger things to smaller ones nowadays you can almost personalize every detail of Windows itself. In this article, we will tackle how to bring back the names of running applications on the taskbar.
Placing names beside icons on the taskbar is a pretty simple and straightforward task easily done.
First, right-click the Taskbar and select Taskbar settings.
In Taskbar settings, click the menu labeled Combine taskbar buttons.
Select Never.
That's it, now all of your running applications have a name beside them.
If you change your mind, you can always undo it by selecting Always hide labels in the Combine taskbar buttons menu.
Rstrui.exe is a service assigned to controlling system restore, it is considered an essential part of the Windows system and without it working you will not be able to perform a system restore operation.
Without system restore working you will not be able to "rewind" Windows into a working state if needed which can create in itself many new complications. Luckily we have working solutions for this specific problem, so get ready, and let's start.
SFC scan
Sfc scan is a built-in Windows tool that scans and repairs system corrupted and missing files. To run it open up the command prompt in administrator mode and type in it:
SFC /SCANNOW
then, let the whole process finish, do not interrupt it, and reboot after it is done.
DISM scan
Similar to SFC scan, DISM is also a built-in tool for fixing files linked to Windows essential working. Start a command prompt in administrator mode and type in:
DISM /Online /Cleanup-Image /RestoreHealth
Again let the process completely finish and then reboot your system.
Scan for viruses and other malware
Viruses and other malware can seriously damage the system and with it rstrui.exe along with it. Scan your system with Windows defender or even better with some other dedicated security suite to eliminate malicious threats if they exist.
Update Windows
Keeping Windows updated can bring you more good than harm, it is very advisable to keep it up to date all the time so all security leaks and bugs are repaired and that you have your OS in top-notch working order. Updating can also fix corrupted system files or replace them with newer versions so if your Windows is not updated go to update central and do it.
Congratulations, you have just Fixed the Rstrui.exe error in Windows 10 all by yourself. If you would like to read more helpful articles and tips about various software and hardware visit errortools.com daily.
Your Rstrui.exe error in Windows 10 should have been fixed now.
If you are trying to restore your computer using a System Image that has been created by the Windows Backup and Restore tool but encountered an error message instead that says, “Windows cannot find a system image on this computer”, you’ve come to the right place as this post will walk you through in fixing this error. Here’s the complete context of the error message:
“Windows cannot find a system image on this computer, Attach the backup hard disk or insert the final DVD from a backup set and click Retry. Alternatively, close this dialog for more options.”
In the error message, you are offered two choices – to either Retry or Cancel the operation. You can try to select Retry to try again but you will most likely get the same error if you do so. This kind of error can occur if the name of the WindowsImageBackup folder or any of its sub-folders has been modified. On the other hand, this error can also pop up if this folder or any of its sub-folders have gone missing or have become corrupted. To resolve the error, you can try to move the WindowsImageBackup folder or check its sub-folders. You can also try to isolate the System Image file or rename the System Image folder or remove all the unwanted sub-folders as well as use Command Prompt in Repair mode.
Option 1 – Try to move the WindowsImageBackup folder
The WindowsImageBackup folder must be stored in the root of the volume where it is stored, in line with the functioning of the System Restore utility. For example, if the WindowsImageBackup folder is stored in the “C:/Backups/System Restore Backups/New” location, then you have to move it to the C: drive as well.
Option 2 – Try to check the subfolders of the WindowsImageBackup folder
The classification of folders and files plays an important part to restore in restoring a computer from a System Restore point. Thus, if have modified the names of any files or folders inside the WindowsImageBackup folder, then you need to set the defaults. After that, run System Restore again and check if it fixes the error.
Option 3 – Try to isolate the System Image file
If the System Image file is stored in a USB storage device along with various System Restore images, then it’s no wonder why you’re getting this error. To set things right, you have to make sure that the System Restore image you wish to restore your computer from, is the only one that’s present at the root of the USB storage device.
Option 4 – Try renaming the System Image folder
If you have renamed the System Image folder prior to running System Restore, then it is most likely the reason why you’re getting the “Windows cannot find a system image on this computer” error. This error pops up because the System Restore utility in Windows 10 looks out for the WindowsImageBackup folder so if you have renamed it, you need to change its name back to what it originally was to fix the error.
Option 5 – Try to remove all the sub-folders of the WindowsImageBackup folder
If you have stored some foreign files inside the WindowsImageBackup folder, you need to get rid of them right away and return the folder to its default state as this folder must be left alone and should not be meddled with if you want to run System Restore smoothly.
Option 6 – Try to use Command Prompt in Repair Mode
Open Command Prompt while your computer is in the Repair Mode.
Next, type and enter this command where you need to replace “<Partition Letter>” with your drive’s letter: dir <Partition Letter>
After you’ve found the WindowsImageBackup folder in any of the partitions, type and enter this command: dir <Parition Letter>WindowsImageBackup /s
The command you entered will display all the contents of the folder exceeding 10 GB in total size. You can check and confirm the integrity of the folder and if you find that the integrity is violated, then it is the reason why you’re getting the error.
In today's IT world, if you want a computer for typical day-to-day actions and gaming, there are 3 primary ways you can go. An Apple computer with its proprietary hardware and operating system or a typical machine with Windows or Linux operating system.
Each system has both advantages and disadvantages and picking the right one might be difficult for some users. From hardware differences to specific software and operating system, each system is aimed at a different type of work, and in this article, we will explore each one and help you in choosing the right one for you.
Apple ecosystem
Apple has managed to create a unique ecosystem of its own devices, from its iMac desktop computers to more professional MAC studio and power MAC and all the way to tablet iPad and iPhone are powered by Apple's own operating system that connects all of these devices into one large system. So if you really need one singular ecosystem this is a huge advantage.
The ecosystem on the side, MAC computer systems are great, some would argue best for coding, design, video work, and sound editing. MAC M2 chip is optimized for all of these tasks and a specially tailored operating system is just the icing on the cake. Specific Apple-made software like a logic pro or final cut also helps a lot to position MAC systems on top of the line.
Reading all of this you might think hey this is the computer for me, it does everything! Sadly the truth is not like that. The first thing that is difficult on MAC systems and a maybe big reason that it is not so adopted outside professional working environment is lack of games. If you are a gamer or plan on using MAC for gaming, well I have some bad news. The second big turn-off is that MAC systems tend to be more expensive than PC systems, yes components are of higher quality but rest assured that you will pay for also for branding.
Get MAC as your workstation for serious work and for good tech support, if you need a plain home computer keep reading.
Windows PC machine
There is no better feeling than assembling your own computer, tweaking hardware to make a monster and despite haters hating, Windows is the best all-around operating system on the market. It is supporting the largest variety of hardware and the largest variety of software.
The best platform for serious gaming and streaming Windows machine has cemented itself as a multimedia powerhouse. But, this kind of computer is not alien to being also a professional machine, you can practically do everything that you can do on Apple or Linux machine inside Windows, yes some things might require extra steps or will be slightly slower but in the end, being able to do anything is the greatest strength of Windows machine.
Of course, every system has its flaws and Windows is not immune to that. One of the biggest is being the operating system for every hardware ever made and every software as well while keeping legacy support for old software and hardware, basically, its biggest strength is in the same time its biggest weakness leading to sometimes stability issues. Also being able to place any kind of hardware can also lead to the same stability issues. Executing something a little slower than other systems and having some extra steps can also be looked upon as weaknesses.
Linux system
First and perhaps for some people, the biggest advantage of the Linux operating system is its price, it is completely free! Other advantages include the great server and networking included in the OS itself, the large amount of customization, and unmatched stability. The ability to write scripts inside the OS terminal is also a great thing and coding is much more streamlined and friendlier than on other machines.
The power of Linux is the ability to change anything, even on the system layer, no other operating system will let you change the basic functionality of the OS itself while Linux will let you do this. It is also the only operating system you can fully use by booting it up from a USB stick and having the same experience as it was installed on a local hard drive. Among other OS mentioned earlier, Linux is by far the lightest one, taking the smallest amount of memory among the three.
The bad side of the Linux machine is the steep learning curve, among the three mentioned operating systems rest assured Linux is the most difficult to learn and be comfortable in it. The operating system will require you to know the hardware and how computers work in order to fully use its potential. Other things that place it behind are not so wide hardware support compared to Windows and the somewhat confusing distro model.
Linux versions come in form of different distro packages and first-time users will face many of them being left in awe of which one to choose. Also installing drivers and software via a package system can also be a tedious task as well, often being that some version of the driver will not work on the newer version of the Linux distro.
Get a Linux machine if you are well versed in computer technology, if you want great customization of the OS itself or if you do not want to spend money on OS and software since almost entire Linux software is open source.
As you know, Microsoft Edge is the default web browser in Windows 10 operating system. It is a built-in browser that replaced the ancient Internet Explorer for its performance and features. Aside from being the default web browser, it is also set as a default PDF viewer in Windows 10. So if you open a PDF file, it will be automatically opened in the Edge browser even if you have installed a PDF reader on your computer. However, some users recently reported getting an error that says, “Couldn’t open PDF in Edge, Something’s keeping this PDF from the opening” when they tried to open a PDF file or view an internet link that has a downloadable PDF file in the Edge browser. If you are one of these users, read on as this post will help you troubleshoot the problem and fix it.
This kind of error mostly occurs if you have installed other PDF viewers on your computer. They could be interrupting Edge while it tries to open the PDF documents. To fix it, check if Microsoft Edge is set as the default PDF viewer or you could also try to clear its browsing cache. In addition, you could also reset or repair Edge. For detailed instructions, refer to the given options below.
Option 1 – Check if Microsoft Edge is set as the default PDF viewer
The first thing you can do is to check if Edge is set as the default PDF viewer. If it’s not, you have to set it as one to fix the problem.
Open Control Panel and go to Default Programs.
Then click on the “Associate a file type or protocol with a program” option.
Next, select the PDF file option and click on Change program.
After that, select Microsoft Edge in the pop-up window and then select the “Always use this app to open .pdf” option.
Now click the OK button to set Edge as the default PDF viewer and then check if you can now open the PDF file in the Edge browser.
Option 2 – Clear the browser cache of Microsoft Edge
Open Microsoft Edge.
Then click on the three horizontal dots to open the menu.
From there, click on Settings. And under Settings, click the “Choose what to clear” button under the Clear browsing data section.
Next, check all the checkboxes and then click the Clear button to clear the browsing data in the Edge browser.
Restart Edge.
Option 3 – Reset, repair or reinstall Microsoft Edge via Settings
You can reset, repair or reinstall the Edge browser through Settings.
If none of it helped, you can try the following:
Open File Explorer and then go to this path – C:/Users/YourUsername/AppData/Local/Packages
Note: Before you type in the path in the Address bar, make sure that you put your user account name in place with the “YourUsername”.
Tap Enter to proceed.
Next, look for the folder named “MicrosoftEdge_8wekyb3d8bbwe” then right-click on it.
Click on Properties and uncheck the option “Read-only” under the General tab in the Properties window.
Click on Apply and then OK to save the changes made.
After that, look for the MicrosoftEdge_8wekyb3d8bbwe folder again and delete it. And if a prompt stating “Folder Access Denied” appears on your screen, just click on the Continue button to proceed – doing so will delete most of the content inside the folder except for the folder named “AC”.
Restart your PC.
Now all you have to do is to re-register Microsoft Edge using PowerShell. In the Start Menu, search “Windows PowerShell”.
Right-click on Windows PowerShell from the search results and select the “Run as administrator” option.
Type in this command in the PowerShell windows and tap Enter – Cd C:/Users/YourUsername
Note: Once again, make sure that you key in your user account name in place of “YourUsername.
After that, type in this command and tap Enter – Get-AppXPackage -AllUsers -Name Microsoft.MicrosoftEdge | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)AppXManifest.xml" -Verbose}
Have you ever come across 0x8007043c error message pop up on your PC? If yes, then you should know that this error message is generated when any corresponding process or operation cannot be completed successfully by the application.
This is a critical Windows OS Error message that should be fixed immediately.
Solution
Error Causes
The 0x8007043c error code is usually triggered by the following reasons:
Missing or corrupt registry files
Failure to update Windows Installer
Viruses and Spyware
Common signs of this error code are pop-up messages, program lock-ups, problems with opening documents, and screen freeze.
Further Information and Manual Repair
As soon as you experience this error on your PC, it is advisable to repair it immediately because this error poses high-security risks. Malwares and viruses are notorious for data theft.
To fix the 0x8007043c error on your PC, you don’t need to take on the services of an IT professional. This error code is rated as easy to repair.
By following the instruction and repair solutions given below, you can easily fix this Window error 0x8007043c in a couple of minutes by yourself.
Here’s what you need to do:
Step 1: Scan for Viruses and Spyware
To stop hackers from sneaking into your PC and stealing your confidential data, you must first scan your computer for viruses and spyware on your PC. It is advisable to use a powerful antivirus to ensure your computer is totally virus and spyware clean.
Step 2: Download and Install a Registry Cleaner
After you scan for viruses, you should now download and install a registry cleaner. This is needed because an antivirus does not detect corrupt registry entries. To detect such entries, the registry cleaner tool is the best. After you download a registry cleaner on your system, click the scan button.
You will have to wait for a few seconds for the scanning to finish. Once the scanning is complete, click on the ‘Repair’ button to fix the errors.
After fixing all the errors, restart your computer. This is important because the registry changes will only come into effect after the system restarts.
By following these 2 simple steps, you can easily resolve the 0x8007043c error on your system. However, to prevent this error from occurring again, it is recommended to run the antivirus every time you use your PC.
Hello and welcome to our Increasing Virtual Memory tutorial. Before trying to raise the quantity of virtual memory in your pc system, it's important to get a comprehension of its goal and use.
This leads to the constant use of high-performing tasks in addition to keeping multitasking capability.
The downside to this process is the fact that relatively, the HDD accesses information slower than a RAM module.
Taking into consideration its use in a computer program and how virtual memory works, there isn't any amount of virtual memory allocation.
The quantity of virtual memory to be defined for a unique computer program would be determined by the kinds of programs that are started and the quantity of multitasking done. The Microsoft Windows operating system yet does supply a recommended baseline memory based on the number of RAM installed and storage space of the HDD.
Virtual memory allocation really indicates the upsurge in how big the paging file is. This file provides the pc program with all the essential instructions on the best way to act once all the installed RAM has been allotted to the running applications. In both Microsoft Windows XP (all variants) and Windows Vista environments, the method to control the paging file size is basically the same. To increase the quantity of virtual memory:
Click on the Start menu and choose the "Control Panel" alternative. When the Control Panel window is started, choose the "Operation and Maintenance" class.
Click on the "System" choice to create the Device Properties Window.
Click the "Advanced" tab and choose the "Settings" button under Operation. In the Operation alternative window, select the "Change" button under the Virtual Memory class.
Choose the hard disk where the Windows operating system is now installed. That can be the same place where in fact the paging file will be saved.
Test on the checkbox for the "Custom Size" to enable you to determine the number of virtual memory you need to use for your device.
Click the "OK" button thrice to shut all of the windows. Click the Start button and restart your machine to enable the upsurge in the number of virtual memory to be finished.
In establishing the number of virtual memory, you'll have to place a maximum value along with an initial. It is suggested that both values be equivalent in order to achieve the finest performance on your pc system.
If you suddenly encountered an error when you try to run the Windows Sandbox that says, “Windows Sandbox failed to start, Error 0xc030106, The virtual machine or container exited unexpectedly”, read on as this post will guide you on what you can do to resolve the problem.
According to security experts, this kind of error in Windows Sandbox is due to some issues with the supporting virtualization component. It could also be caused by other factors and to fix it, there are several potential fixes you need to check out. You can try running the Windows Sandbox as an administrator. You should also make sure that all the supporting processes are running properly, as well as try to install any pending Windows Updates.
Option 1– Try to run Windows Sandbox as an admin
In the Start Menu, scroll down until you see the entry for the Windows Sandbox.
Then right-click on it and select More and then select the “Run as administrator” option to open it with admin privileges.
Next, if a User Account Control or UAC prompt pops up, just click on Yes to proceed.
You should now be able to open the Windows Sandbox without the error. However, if the error persists, proceed to the next given options below.
Option 2 – Ensure that all the supporting processes and services are running properly
If running Windows Sandbox as an administrator didn’t fix the error, you have to ensure that all related processes for Windows Sandbox are running properly. To do that, follow these steps:
Tap the Win + R keys to launch the Run utility and type “services.msc” in the field and hit Enter to open the Windows Services Manager.
Next, from the list of services, look for the following services in the given order:
Network Virtualization Service
Virtual Disk
Hyper – V Virtual Machine
Hyper – V Host Compute Service
Container Manager Services
After you find the aforementioned services, restart each one of them.
Once done, try to open the Windows Sandbox again and see if the error is fixed or not.
Option 3 – Try to install any pending Windows Updates
If the second option still didn’t work, then you might want to check Windows Updates on your computer and see if there are any pending Windows Updates you have to install. All you have to do is go to the Windows 10 Settings app and then go to the Windows Updates section and click on the “Check for updates” button to check if there are any pending updates that are needed to be installed. This could fix the Windows Sandbox error.
If you encounter an error saying, “error accessing the registry” when you try to merge a registry key on your Windows 10 computer, you’re not alone as some users also experienced the same problem. According to these users, they encounter the error after they’ve re-installed their Windows version and tried to open a .reg file.
Based on the reports, this error could occur if the registry file does not have administrative privileges. Meaning to say, the program does not have the necessary permission to merge the .reg file. This is common with fresh installs as well as reinstalls. Moreover, this kind of issue could also occur due to system file corruption. Whichever the case may be, here are some troubleshooting tips you can check out to resolve the error.
Option 1 – Try to import the .reg file with admin privileges
As pointed out, the error may be due to a lack of admin privileges. It could be that the Registry Editor does not have admin privileges to merge the registry file. This is common with new Windows installations especially since the Registry Editor hasn’t been opened before. So you need to import the .reg file again and this time, with admin privileges.
Tap the Win + R keys to open the Run dialog box.
Then type “Regedit” in the field and tap the Ctrl + Shift + Enter keys to open the Registry Editor with admin privileges.
A User Account Control or UAC prompt will appear where you have to click Yes to proceed.
After opening the Registry Editor, go to File > Import using the ribbon bar at the top.
Next, use the import menu to go to the location of the file you were trying to merge. Once you’ve found it, click Open to merge it with your current registry. This should fix the problem. If not, refer to the next options below.
Option 2 – Try performing a System Restore
Running System Restore can also help you fix the error when accessing the Registry. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
Tap the Win + R keys to open the Run dialog box.
After that, type in “sysdm.cpl” in the field and tap Enter.
Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
Once the next startup is complete, you have to merge or import the file again and see if the error is now fixed or not.
Option 3 – Try to perform repair install by creating a Windows 10 installation media
Click this link and then click the Download Tool Now button.
Next, click the “Use the tool to create installation media (USB flash drive, DVD, or ISO file)…” option and follow the next given instructions on the screen.
Now select the ISO file option in step 5.
After that, you should now have an ISO file.
Next, go to the location where you’ve downloaded the ISO file.
Then right-click on the Windows 10 ISO file and select the Open with option and then select File Explorer.
Now click on “setup.exe” and follow the next instructions that appear on the screen. When asked, you have to select either Nothing (clean install) or Keep personal files only option. Take note that you must not select the “Keep personal files, apps, and Windows settings since it doesn’t really work.
Option 4 – Try running the System File Checker Scan
As mentioned, the error when accessing the Registry might be caused by file corruption. And that’s where the SFC scan comes in. The SFC or System File Checker scan could detect and automatically repair damaged system files. SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files with good system files. To run the SFC command, follow the steps given below.
Tap Win + R to launch Run.
Type in cmd in the field and tap Enter.
After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.