Things to try when the start menu stops responding

このサイトを検索 | Search this site
,start
Thank you for accessing.

This article has been removed.

The content of this blog can be searched by keyword.

Use the search window in the sidebar or at the top. Alternatively, please translate the original article using Google or other means.

Please find alternative content.



Remnants of articles that had been published

When the Windows 10 start menu stops responding, you're frustrated.

At that time, it suddenly comes.

In my case, when I edit the DCOM component and restart it, the start menu stops responding.

Until now, the Start Menu has never stopped responding after operating a DCOM component, so the causal relationship is unknown.

When the start menu is disabled, GUI-dependent operations cannot be used, so you can't do anything horribly.

GUI: Graphical User Interface

For example,

I need a command prompt or Windows PowerShell to run "System File Checker", but I can't do anything unless I know another way to start it because the Start menu is unresponsive.

[System File Checker]

  • DISM
  • SFC

Well, the main subject.

Since the start menu of the PC stopped responding, DISM and SFC were executed.

I ran DISM and SFC by making full use of keyboard shortcuts, so I will share the procedure I executed.

It's a good idea to remember the keyboard shortcut to launch the "Run" dialog.

  • Win + R

Steps to repair the start menu

DISM and SFC are executed from Windows PowerShell (or command prompt) started with administrator privileges.

The key point is the command used in "Step 3".

[procedure]
  1. Start "Run" from the keyboard
  2. Start Windows PowerShell
  3. Start in administrator mode using normally started Windows PowerShell
  4. Run DISM
  5. Run SFC
  6. Restart your PC
  7. End of procedure

1. Start the execution by specifying the file name from the keyboard

  • Windows + R

rundialog

2. Start Windows PowerShell

  1. Type powershell in the box next to your name
  2. OK Click on the

run-powershell

3. Start in administrator mode using Windows PowerShell that was started normally

After Windows PowerShell starts, run the following command.

Start-Process powershell.exe -Verb runas

>_
Windows PowerShellー □ × 
PS C:\Users\LoginUser >Start-Process powershell.exe -Verb runas

Since the user account control is displayed Yes click.

UAC-yes

4. Run DISM

Make sure that "Administrator" is displayed in the title bar of Windows PowerShell.
Run the following command.

DISM /Online /Cleanup-image /Restorehealth

>_
Administrator: Windows PowerShellー □ × 
PS C:\WINDOWS\system32 >DISM /Online /Cleanup-image /Restorehealth

Deployment image servicing and management tools
Version: 10.0.18362.1

Image version: 10.0.18362.239

[========================== 100.0%===================== =====] Restore operation completed successfully.
The operation completed successfully.

Wait for a while until the message "Operation completed successfully." Is displayed.

5. Run SFC

Then run the following command:

SFC /scannow

>_
Administrator: Windows PowerShellー □ × 
PS C:\WINDOWS\system32 >SFC /scannow

System scan is starting. This will take some time.

The system scan verification phase is starting.
Verification 100%complete.

Windows Resource Protection found corrupted files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log (for example C:\Windows\Logs\CBS\CBS.log). For offline repair,
Details are contained in the log file specified by the /OFFLOGFILE flag.

6. Restart your PC

Shut down Windows by running the following command:

>_
Administrator: Windows PowerShellー □ × 
PS C:\WINDOWS\system32 >shutdown /s /t 0

After the PC shuts down, press the power button to start the PC.

7. End of procedure

Verify that the Start Menu is now responsive.

CMD (command prompt)

The same result can be obtained with a command prompt started with administrator privileges.

[procedure]

  1. Ctrl + Shift + Esc : Start Task Manager
  2. File> Run New Task
taskmgr-newtask
  1. ☑ Create this task with administrator privileges
  2. Type cmd in the box next to Open
  3. OK Click on the
  4. End of procedure

taskmgr_cmd_ok

...

As you may have noticed,

If you type powershell instead of cmd, Windows PowerShell will start with administrator privileges.

This was easier.

Summary

When GUI-dependent features such as the start button and taskbar freeze, it suggests that the Windows shell is not working.

[Plan A to C]

  1. Press and hold the power button to forcefully shut down the PC → restart
  2. Recovery options
  3. System File Checker (DISM, SFC)

If you can solve it with "Plan A", you will be lucky.
Since "Plan B" returns to the previous environment, the current environment will be lost.

So,

"Plan C" is the easiest and most effective method, but if it still doesn't work, try "Plan B".

Validation: Windows 10 Pro May 2019 Update, v1903.18362.239

SC2
ブログサークルSNS
クリックして応援してね!
人気ブログランキングPVアクセスランキング にほんブログ村ブログランキング・にほんブログ村へ

このサイトを検索 | Search this site

コメントを投稿

0 コメント