📎 AI Summary:
The thread discusses a Windows 8.1 user experiencing freezing issues when opening the Control Panel, which can only be resolved by restarting. Responders suggest running system diagnostic tools like SFC and DISM to identify potential system file corruption, and advise checking the Event Viewer for related errors. The original poster reports that these steps haven’t identified any integrity violations, and hints at potential deeper issues such as installation corruption or registry problems, indicating the problem may require reinstalling Windows or more advanced troubleshooting.

nichosi

Fantastic Member
Member details
Joined
Aug 1, 2014
Messages
80
Thread Author #1
Hi,

When I open Cntrol Panel in w8.1 it freezes unusable, & the only way to get rid of its window is to restart.

Any help please? ................nick
 

Solution
OK, the next step is to use DISM to see if it might find some problem. So open the administrative command prompt again and type the following:

Dism /online /Cleanup-Image /RestoreHealth

Because of your other thread, there may be a possibility of install media corruption. You may end up needing to reinstall using verified media, or you may find whatever is causing your situation, hard to say.

You might check this thread and see if it might apply. If the problem is being caused by some registry entry, it may be hard to find.

http://answers.microsoft.com/en-us/...crashing/baf0c48c-f985-4682-915b-7a0568a51d1f

Saltgrass

Excellent Member
Microsoft Community Contributor
Member details
Joined
Oct 16, 2009
Messages
15,153
You might want to start by running a System File Check. Open an Administrative command prompt window and type SFC /scannow.

Let us know what the results were.

Also check the Event Viewer to see if any messages show up at the time you attempt to open the panel.

Have you noticed anything else strange happening or having problems in other areas?
 

nichosi

Fantastic Member
Member details
Joined
Aug 1, 2014
Messages
80
Thread Author #3
SFC /scannow is checking now but nothing is happening yet, will wait.

What, where is Event Viewer
 

Saltgrass

Excellent Member
Microsoft Community Contributor
Member details
Joined
Oct 16, 2009
Messages
15,153
Event Viewer is the utility to view system logs. Use the Winkey+X menu and open it from that.

Check for Errors or Warnings to see if anything might be related to your problem. Checking the time may help narrow down possibilities.
 

Saltgrass

Excellent Member
Microsoft Community Contributor
Member details
Joined
Oct 16, 2009
Messages
15,153
OK, the next step is to use DISM to see if it might find some problem. So open the administrative command prompt again and type the following:

Dism /online /Cleanup-Image /RestoreHealth

Because of your other thread, there may be a possibility of install media corruption. You may end up needing to reinstall using verified media, or you may find whatever is causing your situation, hard to say.

You might check this thread and see if it might apply. If the problem is being caused by some registry entry, it may be hard to find.

http://answers.microsoft.com/en-us/...crashing/baf0c48c-f985-4682-915b-7a0568a51d1f
 
Solution