Srikanth2013 :
PyroRaider :
I would suggest you to run SFC scan.
To run the System File Checker tool, follow these steps:
1. Click Start and then type cmd in the Start Search box.
2. Right-click cmd in the Programs list, and then click Run as administrator.
3. If you are prompted for an administrator password or confirmation, type your password or click Continue.
4. At the command prompt, type the following line, and then press ENTER:
sfc /scannow
When the scan is complete, test to see whether the issue that you are experiencing is resolved.
Ya i did it yesterday and i got a message like file corrupted i dont remember it properly checked it on net but didt get any proper solution (Or i was not able to understand it properly)...
Did it again there you go this message comes after the scan is complete....
https://gyazo.com/c9cad57863cffcab62d13f57596b8f98
What should i do now..
And thx for the fast reply..
1] Boot into Safe Mode. Open an elevated command prompt windows, type sfc/scannow and hit Enter. More on this here. Just make sure that the PendingDeletes and PendingRenames folders exist under %WinDir%\WinSxS\Temp. This may help if some start-up programs are creating a problem.
2] If you wish to or need to, you may run System File Checker at Boot Time. This is one option which may help you as it will run System File Checker before Windows loads. Go here to learn how to run sfc /scannow at Boot Time in Windows 8. See if this helps.
3] Use DISM. Open an elevated command prompt and run the following command and hit Enter:
Dism /Online /Cleanup-Image /RestoreHealth
This command checks for component store corruption, records the corruption and FIXES the corruption. It may take a while though! Useful if System File Checker is not working.
4] On Windows 8, carry out a Refresh or a Reset operation. Automatic Repair is also an option you may want to consider, if you think it applies in your situation. On Windows 7, carry out a Startup Repair or Repair Install or an In-place Upgrade as you think may best suit your situation.
To perform an In-place upgrade in Windows 7 or Windows Vista, back up your documents, close all open applications and then insert the Windows DVD in the DVD drive. In the Setup window, click Install Now. Click Go online to obtain the latest updates for installation (recommended). Type the CD key if you are prompted to do this. Next, select the operating system in Install Windows page you want to Upgrade or In-place and click Yes to accept the Microsoft Software License Terms. Next click Upgrade when asked Which type of installation do you want. Once the process is completed, restart your PC.
5] You may also want to consider this option. Open the CBS.log file and view details of the corrupted files and replace the corrupted file with a known good copy manually. Navigate to C:\Windows\Logs\CBS you will be able to see and open the SBS.log file.
sfc-failed-log
Check if it shows some errors or a message. That may give you a direction to proceed.
Hope something helps you