Forum Discussion
Chr53
Jul 29, 2021Copper Contributor
Windows 11 start menu is missing Explorer bug?
Hello, I have been using the new Windows 11 Insider Preview with satisfaction for several weeks. Unfortunately, bugs since the last update, probably the Explorer process, every time after logging i...
go4nat
Sep 03, 2021Copper Contributor
Use CTRL-ALT-DEL and choose to open Task Manager.
Choose "More details" at the bottom of Task Manager to expand Task Manager.
Go to "File" and choose "Run new task".
Type "cmd" in the "Open" field.
Paste the following: reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0
It should restart the machine and you will see the start menu
C_C_B_2020
Sep 03, 2021Copper Contributor
That seems to have worked, thanks --