Windows Library Problem or DLL corrupted
If you encounter any windows library problem, or dll corrupted then use following command to restore the files.
Perform the procedure to repair the system files:Follow these instructions: press the Windows + X keys and select Command Prompt (Administrator) or Windows PowerShell (Administrator), in the window that will open, you must type the commands in their respective order:
? DISM.exe /Online /Cleanup-image /Scanhealth
? DISM.exe /Online /Cleanup-image /Restorehealth
? DISM.exe /online /cleanup-image /startcomponentcleanup
? sfc /scannow
systemreset -factoryreset
Each of these actions can take a few minutes, so it is important to execute one at a time. When finished, you must restart the PC.