-
Partition Wizard
-
Partition Magic
- [Full Guide] StartMenuExperienceHost.exe Error 1000/1002
By Vega | Follow |
Last Updated November 11, 2022
Are you bothered by the StartMenuExperienceHost.exe error 1000, 1002? If so, this article from MiniTool Partition Wizard will introduce what StartMenuExperienceHost.exe is and how to fix this problem in several ways.
StartMenuExperienceHost.exe is the Windows menu core operating system executable. It was introduced in MS Windows 10 Build 1903 and later included in Windows 10 2004 Build. It helps the Start menu in Windows 10 computers to function smoothly and independently, eliminating the possibility of all Start menu related errors or crashes.
The file is located in:
%SystemDrive%WindowsSystemAppsMicrosoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy
If the Start Menu is not working, opening, freezing, or not responding after a system update/upgrade, and you see StartMenuExperienceHost.exe errors 1000, and 1002 in Event Viewer, the following solutions we recommend are designed to help you resolve this question.
Here we summarized several ways to solve the StartMenuExperienceHost.exe error 1000, and 1002, and you can try them one by one until the error gets solved.
Before proceeding with the complicated method, we recommend that you restart the Start menu and do the same.
Way 1: Re-register the Start Menu
If restarting the Start menu does not work for you, then we recommend that you re-register the start menu and follow the instructions below:
Step 1: Press the Win + X keyboard shortcut to open the Power Users menu, and then select Windows PowerShell (Admin) to run it as administrator.
Step 2: In the elevated PowerShell window, type the following command, and then press Enter:
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “appxmetadataappxbundlemanifest.xml”)}
Once done, see if this help solves the error.
Way 2: Repair Corrupt System Files
You will most likely encounter StartMenuExperienceHost.exe error 1000, 1002 due to corrupted system files, so in this method, we recommend that you run the SFC utility to repair the corrupted file.
To do so, here is the guide.
Step 1: Press the Win + R keys to open the Run dialog box. Then type cmd in the box and press Ctrl + Shift + Enter to open Command Prompt. When prompted by the UAC (User Account Control), click Yes to grant administrator privileges.
Step 2: In the elevated Command Prompt window, type the following command and press Enter to initiate the SFC scan: sfc /scannow.
Note: Once you start this process, do not close the CMD prompt or restart/shutdown the computer under any circumstances. Because doing so exposes your system to further file corruption.
Once the scanning process is complete, restart your computer.
Way 3: Re-register the Twinapi.appcore.dll File
When this error occurs on your Windows 11/10 computer, in Event Viewer, the twinapi.appcore.dll file is referenced as the faulty module. In this case, you can try to re-register system files.
To re-register the DLL file, follow these steps:
Step 1: Open the Command Prompt as an administrator.
Step 2: At an elevated CMD prompt, type the following command and press Enter:
regsvr32 twinapi.appcore.dll
Step 3: Exit the CMD prompt after the successful execution of the command.
Way 4: Uninstall the Update or Roll Back the Upgrade
If the issue you’re currently facing started after installing a recent Windows update or upgrading to a newer version of Windows, in that case, to resolve the issue, you can uninstall the update or roll back the upgrade as appropriate.
If all the above methods failed, you should try the following fixed of StartMenuExperienceHost.exe error 1000, 1002.
- Run System Restore
- Reset Windows 10/11
About The Author
Position: Columnist
Vega joined MiniTool as an editor after graduation. She enjoys helping people with computer problems, including disk management, data recovery, and more. She is constantly expanding her knowledge in related fields. And she will continue to bring more easy-to-understand professional articles to help people solve various problems on the PC.
In her daily life, Vega enjoys hanging out with friends, shopping online and listening to music. She is someone who knows how to enjoy life.
If after a system update/upgrade and the Start Menu is not working, opening, freezing, or not responding, and you see the StartMenuExperienceHost.exe error with Event ID 1000, 1002 in Event Viewer or logged under Critical events in Reliability Monitor on your Windows 11 or Windows 10 PC, then this post is intended to help you with the most suitable solutions you can apply to resolve the issue.
What is StartMenuExperienceHost.exe?
StartMenuExperienceHost.exe with the friendly name Start is an executable baked into the core OS that manages the Windows 11/10 Start menu. Before Windows 10 v1903, the Start menu was handled by the Windows Shell Experience Host (ShellExperienceHost.exe). Due to instability, for example, if there’s an issue with the Start menu, the whole explorer.exe could crash and need a restart.
So, to improve the Start menu performance, StartMenuExperienceHost.exe was introduced. With this, if the Start menu encounters problems, you will only need to restart the StartMenuExperienceHost.exe process and not the whole system or explorer.exe. the file is located in the %SystemDrive%WindowsSystemAppsMicrosoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy folder
If you’re having Start Menu issues, and you see the StartMenuExperienceHost.exe error 1000, 1002 in Event Viewer or Reliability Monitor on your Windows 11/10 PC, then our recommended solutions presented below are intended to help you resolve any Start Menu issues that are triggering this event on your device.
- Run SFC and DISM scan
- Restart Start Menu
- Re-register the Shell experience
- Re-register twinapi.appcore.dll file
- Uninstall Update or Rollback Upgrade
- Use System Restore Point
- Reset/Reinstall Windows 11/10
Let’s look at the description of the process as it relates to each of the listed solutions.
1] Run SFC and DISM scan
There has been debate concerning which scan to run first, SFC or DISM. Which of the scan goes first depends – you may run the SFC scan first to repair system files, but if you get the following message:
Windows Resource Protection found corrupt files but was unable to fix some of them. Details are included in the CBS.Log windirLogsCBSCBS.log.
It’s likely the WinSxS folder where SFC pulls files to run a repair is corrupted. So, in this case, you can now run the DISM scan to restore health.
Once you get a clean bill of health after the scan, you can now rerun SFC. Every other thing being equal, the SFC scan should be able to successfully repair any corrupted system files. Otherwise, there could be other underlying issues, and possibly a bad Windows system image.
Read: How to repair Windows 11 without losing data or programs
2] Restart Start Menu
First, restart Start Menu and see if that helps. If it does not, then you should re-register the Start Menu as shown in the next step and see if that helps.
You can also restart StartMenuExperienceHost.exe using Command Prompt or PowerShell.
Read: Critical Error Your Start Menu not working
3] Re-register the Shell experience
Open an elevated PowerShell window and execute the following command:
Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “appxmetadataappxbundlemanifest.xml”)}
See if this has helped.
Read: How to add Restart Start Menu to Context Menu on Desktop
4] Re-register twinapi.appcore.dll file
When this error occurs on your Windows 11/10 computer, in Event Viewer, a particular DLL file is referenced as the faulting module, in this our case-scenario the DLL file is twinapi.appcore.dll. So, it could be a case of a corrupted DLL file, in which case, you can try re-registering the system file or replace the file with a fresh copy downloaded from Winbindex short for Windows Binaries Index – make sure to place the file in the System32 or SysWOW64 folder as the case may be.
To re-register a DLL file, follow these steps:
- Open command prompt as an administrator.
- In the elevated CMD prompt, type the command below and hit Enter. Substitute the PathToModule placeholder with the full path to the DLL file.
regsvr32 twinapi.appcore.dll
- Exit the CMD prompt when the command executes successfully. If you get the RegSvr32 The module failed to load error, see this post to resolve the issue.
Read: Faulty Module Name Kernelbase.dll causing application crashes
5] Uninstall Update or Rollback Upgrade
If the issue you’re currently facing started after installing a recent Windows update or after you upgraded to a newer version of Windows, then, in this case, to resolve the issue, you can uninstall the update or roll back the upgrade as the case may be.
To uninstall the recent update on your system, you can do so either via the command line or the Settings app. To uninstall Windows Updates via the command line, do the following:
- Open Command Prompt in admin mode.
- In the elevated CMD prompt, type or copy and paste the command below and hit Enter to see the Windows Update History:
wmic qfe list brief /format:table
- From the output, make a note of the update installed recently.
- To uninstall the Windows Updates, type the command below and hit Enter – substitute 1234567 placeholders with the actual number of the Update you identified earlier that you wish to uninstall.
wusa /uninstall /kb:1234567
- Exit CMD prompt when done.
Read:
- Uninstall Windows Updates marked as Permanent without Uninstall option
- How to rollback or downgrade Windows 11 Feature Update
6] Use System Restore Point
If the issue started recently, then you can restore your system to an earlier point by following these steps:
- Press Windows key + R. to invoke the Run dialog.
- In the Run dialog box, type rstrui and hit Enter to launch the System Restore Wizard.
- At the initial screen of System Restore, click Next.
- At the next screen, check the box associated with Show more restore points.
- Now, select a restore point before noticing the issue on your device.
- Click Next to advance to the next menu.
- Click Finish and confirm at the final prompt.
Read: Start Menu is corrupted, Tile Database is corrupt
7] Reset Windows 11/10
At this point, if you’re still having Start menu issues resulting from the logged Event 1000 or 1002, your only option is to perform a PC reset first and see if that resolves the issue.
Hopefully, this post helps!
Related post: Windows Error Reporting Event ID 1001 [Fixed
Is StartMenuExperienceHost a virus?
The StartMenuExperienceHost.exe is not a virus. If you are running Windows 11/10 and the latest updates, you don’t need to worry about StartMenuExperienceHost.exe. The Start (StartMenuExperienceHost.exe) is an executable created by Microsoft and built into the core OS. If your system is behaving erratically or you suspect your PC might be infected, you can run a full system AV scan.
What is Microsoft Search Protocol Host?
The SearchProtocolHost.exe is a process required by a built-in Windows function called Windows Search Indexer. The function helps quickly render search results on your Windows PC, but when it turns into a resource hog, it can hurt your PC’s performance.
Read: Fix SearchProtocolHost.exe Application Error
What is the Microsoft Windows Search indexer?
The SearchIndexer.exe is the Windows service that handles indexing of your files for Windows Search, which powers the file search engine built into Windows that the Start Menu search box, Windows Explorer, and even the Libraries feature run on. To stop the indexing of all files, you can disable indexing by turning off the Windows Search service. You can still search on your PC, but It will take longer since it has to search through your files every time.
Read: Fix Search Indexer High Disk or CPU usage.
Question
Issue: How to fix StartMenuExperienceHost.exe error in Windows?
Hello. Suddenly I cannot open the Start Menu on my Windows computer and I get the StartMenuExperienceHost.exe error. What should I do?
Solved Answer
Windows is used by many people around the world in different environments. It is a complicated operating system that relies on thousands of processes to keep running smoothly. Unfortunately, if even one component goes rogue, people can start experiencing glitches, bugs, errors, and even crashes.
The Start Menu is one of the most used functions in Windows. It is the place where people can find anything they want to access on the system – files, folders, applications, etc. So it is a crucial part of Windows. However, recently some users started experiencing the StartMenuExperienceHost.exe error when trying to open or launch it.
In the Event Viewer, it is shown as a Critical event and the faulting package is shown as KERNELBASE.dll. Applications rely on DLLs[1] to work properly, so when they malfunction, users can experience issues with one or multiple apps. It is unknown why exactly StartMenuExperienceHost.exe won’t run or start but in this guide, you will find 5 steps that can help you solve the problem.
Manual troubleshooting can be a lengthy process, so you can also scan your machine with a maintenance tool like RestoroMac Washing Machine X9. It can fix various system errors, BSODs,[2] corrupted files, and registry[3] issues. Otherwise, follow the step-by-step instructions below.
Solution 1. Fix Corrupted System Files
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Restoro Mac Washing Machine X9.
Use Command Prompt commands to repair system file corruption:
- Open Command Prompt as administrator
- Use the following command and press Enter:
sfc /scannow
- Reboot your system
- If SFC returned an error, then use the following command lines, pressing Enter after each:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Solution 2. Install Windows Updates
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Restoro Mac Washing Machine X9.
- Type Updates in Windows search
- Click Check for updates and wait till the process is finished
- If optional updates are available, install them too
- Once done, restart your system
Solution 3. Re-register the Start Menu
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Restoro Mac Washing Machine X9.
- Press Ctrl + Shift + Esc to open Task Manager
- Select File and then Run new task
- In the Open field, type PowerShell, check Create this task with administrative privileges, and click OK
- Paste the following command and press Enter:
Get-AppxPackage -AllUsers Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
- If you get a red message, you will need to kill the Windows Shell Experience Host process in Task Manager and run the command again
- Restart the PC
Solution 4. Modify Registry Keys
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Restoro Mac Washing Machine X9.
- Open the Registry Editor
- Go to the users HKU hive
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
- Right-click on the User Shell Folders key
- Select Permissions
- Click the Advanced button
- Check the Replace all child object permission entries with inheritable permission entries from this object
- Click on Enable inheritance
- Click OK
- Restart the PC
Solution 5. Run System Restore
Fix it now!
Fix it now!
To repair damaged system, you have to purchase the licensed version of Restoro Mac Washing Machine X9.
- Go to the Start menu, type
restore
, and click on Create a restore point - Click System Restore, then follow the prompts until you can select a restore point
- Select the one you want (ideally before the StartMenuExperienceHost.exe error appeared) and go ahead with the process
Repair your Errors automatically
ugetfix.com team is trying to do its best to help users find the best solutions for eliminating their errors. If you don’t want to struggle with manual repair techniques, please use the automatic software. All recommended products have been tested and approved by our professionals. Tools that you can use to fix your error are listed bellow:
do it now!
Download Fix
Happiness
Guarantee
do it now!
Download Fix
Happiness
Guarantee
Compatible with Microsoft Windows
Compatible with OS X
Still having problems?
If you failed to fix your error using RestoroMac Washing Machine X9, reach our support team for help. Please, let us know all details that you think we should know about your problem.
Restoro — a patented specialized Windows repair program. It will diagnose your damaged PC. It will scan all System Files, DLLs and Registry Keys that have been damaged by security threats.Mac Washing Machine X9 — a patented specialized Mac OS X repair program. It will diagnose your damaged computer. It will scan all System Files and Registry Keys that have been damaged by security threats.
This patented repair process uses a database of 25 million components that can replace any damaged or missing file on user’s computer.
To repair damaged system, you have to purchase the licensed version of Restoro malware removal tool.To repair damaged system, you have to purchase the licensed version of Mac Washing Machine X9 malware removal tool.
Private Internet Access is a VPN that can prevent your Internet Service Provider, the government, and third-parties from tracking your online and allow you to stay completely anonymous. The software provides dedicated servers for torrenting and streaming, ensuring optimal performance and not slowing you down. You can also bypass geo-restrictions and view such services as Netflix, BBC, Disney+, and other popular streaming services without limitations, regardless of where you are.
Malware attacks, particularly ransomware, are by far the biggest danger to your pictures, videos, work, or school files. Since cybercriminals use a robust encryption algorithm to lock data, it can no longer be used until a ransom in bitcoin is paid. Instead of paying hackers, you should first try to use alternative recovery methods that could help you to retrieve at least some portion of the lost data. Otherwise, you could also lose your money, along with the files. One of the best tools that could restore at least some of the encrypted files – Data Recovery Pro.
In this post, we are going to discuss on How to fix StartMenuExperienceHost.exe Error 1000, 1002 Windows 11/10. You are provided with easy steps/methods to resolve the issue. Let’s starts the discussion.
‘StartMenuExperienceHost.exe Error 1000, 1002’ issue:
It is common Windows Problem considered as StartMenuExperienceHost.exe Error. This error is usually appeared in Windows Event Viewer app in Windows 10/11 computer. When you open Windows Event Viewer app in Windows computer in order to check why you are facing Start menu not working, freezing, or not responding issue, you may experience StartMenuExperienceHost.exe error with Event ID 1000 and/or 1002 in the Event Viewer app. This error can also be appeared under ‘Critical Events’ in ‘Reliability Monitor’ in computer.
If you are not aware, StartMenuExperienceHost.exe is executable baked into the core OS that manages Windows 10/11 Start menu. Before Windows 10 V1903, the start menu was handled by ShellExperienceHost.exe or Windows Shell Experience Host, and then to improve start menu performance, StartMenuExperienceHost.exe was introduced. However, several users reported they faced StartMenuExperienceHost.exe Error 1000, 1002 in Event Viewer app in Windows computer when they experience start menu crashes issue, not working/responding issue.
The possible reasons behind the issue can be the corruption in system files and system registry, issue with update/upgrade recently installed, and other issues in computer. One possible way to fix the issue is to run SFC scan and DISM scan in computer, but there is also some other possible solutions to fix the issue as mentioned in the post. Let’s go for the solution.
How to fix StartMenuExperienceHost.exe Error 1000, 1002 Windows 11/10?
Method 1: Fix StartMenuExperienceHost.exe Error 1000, 1002 with ‘PC Repair Tool’
‘PC Repair Tool’ is quick & easy ways to find and fix BSOD errors, DLL errors, EXE errors, problems with programs/applications, malware or viruses infections in computer, system files or registry issues, and other system issues with just few clicks.
Method 2: Run SFC scan and DISM scan
You can run SFC scan and DISM scan in computer to repair corruption in system files and system image to fix the issue.
Step 1: Type ‘cmd’ in Windows Search Box and press ‘CTRL + SHIFT + ENTER’ keys on keyboard to open ‘Command Prompt as Administrator’
Step 2: Type the following commands and hit ‘Enter’ key to execute.
sfc /scannow
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
Step 3: Once executed, restart your computer and check if the issue is resolved.
Method 3: Restart Start menu
One possible way to fix the issue is to restart/re-register Start menu in computer.
Step 1: Press ‘CTRL + SHIFT + ESC’ keys on keyboard to open ‘Task Manager’ app
Step 2: Select ‘File’ and select ‘Run new task’.
Step 3: Type ‘Powershell’ in textbox and check ‘Create this with administrative privileges’, and hit ‘Ok’ button
Step 4: Now, type or copy & paste the following command and hit ‘Enter’ key to execute.
Get-AppxPackage -AllUsers Microsoft.Windows.ShellExperienceHost | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”}
Step 5: Once executed, restart your computer and check if the issue is resolved.
Method 4: Fix StartMenuExperienceHost.exe Error 1000, 1002 using Registry Editor
Step 1: Open ‘Registry Editor’ app in Windows PC via Windows Search Box and go to following path in left-pane
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerUser Shell Folders
Step 2: Right-click ‘User Shell Folders’ key and select ‘Permissions’
Step 3: Click ‘Advanced’ button in the opened window, check ‘Replace all child object permission entries with inheritable permission entries from this object’, and click ‘Enable inheritance’
Step 4: Click ‘Ok’ button to save the changes and restart your computer, and check if the issue is resolved.
Method 5: Perform System Restore
If the issue is still persist, you can try to fix the issue by performing System restore in computer.
Step 1: Press ‘Windows + R’ keys on keyboard, type ‘rstrui’ in ‘Run’ window and hit ‘Ok’ button to open ‘System Restore’ app
Step 2: Click ‘Next’, select a valid restore point according to date & time when there was no issue at all in computer, and then click ‘Next > Finish’ to start restoring process and once finished, check if the issue is resolved.
Method 6: Re-register twinapi.appcore.dll file
Another way to fix the issue is to re-register twinapi.appcore.dll file in computer.
Step 1: Open ‘Command Prompt as Administrator’ using above methods
Step 2: Type the following command and hit ‘Enter’ key to execute.
regsvr32 twinapi.appcore.dll
Step 3: Once executed, restart your computer and check if the issue is resolved.
Method 7: Uninstall update or rollback upgrade
This issue can be occurred due to some problematic Windows update/upgrade installed in computer. You can uninstall problematic update or rollback upgrade to fix.
Step 1: Open ‘Command Prompt as Administrator’ using above methods
Step 2: Type the following command and hit ‘Enter’ key to execute.
wmic qfe list brief /format:table
Step 3: From the result, make a note of update installed recently. Now, type the below command and hit ‘Enter’ substitute 1234567 placeholders with the actual number of the Update you identified earlier that you wish to uninstall.
wusa /uninstall /kb:1234567
Step 4: Once executed, check if the issue is resolved.
Conclusion
I hope this post helped you on How to fix StartMenuExperienceHost.exe Error 1000, 1002 Windows 11/10. You can read & follow our instructions to do so. That’s all. For any suggestions or queries, please write on comment box below.
Иногда кнопка «Пуск», панель задач и значки в области уведомлений могут застревать или зависать; щелчок по ним ничего не делает. Когда элементы в области уведомлений заморожены, вы не сможете получить доступ к Центру уведомлений, настройкам сети Wi-Fi и т. Д.if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-medrectangle-3-0′)};if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-box-3-0’)};
Если меню «Пуск» Windows 10 зависло, не реагирует и не работает или показывает сообщение о критической ошибке, вот список шагов по устранению неполадок, которым вы можете следовать. Исправления включают запуск средства устранения неполадок меню «Пуск» или ручную регистрацию пакетов ShellExperienceHost и StartMenuExperienceHost с помощью PowerShell или восстановление меню «Пуск» по умолчанию путем перестройки базы данных меню «Пуск».
В этой статье объясняется, как восстановить, сбросить или переустановить меню Пуск в Windows 10.
Восстановить меню Пуск Windows 10
- Переустановите меню Пуск (StartMenuExperienceHost и ShellExperienceHost)
- Запустите средство устранения неполадок меню «Пуск»
- Критическая ошибка: не работает меню «Пуск».
- Запустите Windows 10 в безопасном режиме, а затем перезапустите его в обычном режиме.
- Восстановить базу данных меню Пуск или переустановить ВСЕ встроенные приложения
Переустановите меню «Пуск» (ShellExperienceHost и StartMenuExperienceHost) вручную.
- Откройте диспетчер задач и перейдите на вкладку «Подробности».
- Найдите StartMenuExperienceHost.exe процесс и выберите его.
- Щелкните правой кнопкой мыши StartMenuExperienceHost.exe и щелкните Завершить задачу. Процесс StartMenuExperienceHost.exe существует только в Windows 10 v1903 и выше.
Примечание. На вкладке «Процессы» он будет отображаться как «Пуск». - Запустите проводник и просмотрите эту папку:
C: Windows System32 WindowsPowerShell v1.0
- Щелкните правой кнопкой мыши PowerShell.exe и выберите Запуск от имени администратора.
- Скопируйте следующую командную строку, вставьте в окно PowerShell и нажмите ВХОДИТЬ:
Get-AppxPackage Microsoft.Windows.StartMenuExperienceHost | Для каждого {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) AppXManifest.xml"}
Примечание. Если StartMenuExperienceHost.exe запущен при выполнении указанной выше команды, вы получите следующую ошибку:Add-AppxPackage: Ошибка развертывания с HRESULT: 0x80073D02. Пакет не может быть установлен, поскольку ресурсы, которые он изменяет, в настоящее время используются. ошибка 0x80073D02: невозможно установить, поскольку необходимо закрыть следующие приложения Microsoft.Windows.StartMenuExperienceHost.
- Аналогичным образом выполните следующую команду:
Get-AppxPackage Microsoft.Windows.ShellExperienceHost | Для каждого {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) AppXManifest.xml"}
На выходе должно отображаться сообщение «Ход операции развертывания».
if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-medrectangle-4-0’)};
Примечание. Если после выполнения указанной выше команды вы видите сообщение «Get-AppxPackage: доступ запрещен», значит, вы не запустили PowerShell. как администратор.
Это переустанавливает или восстанавливает меню «Пуск» и панель задач (на базе StartMenuExperienceHost и ShellExperienceHost).
Запустите средство устранения неполадок меню «Пуск»
Microsoft запустила диагностический пакет средства устранения неполадок меню «Пуск», который находит и устраняет проблемы с меню «Пуск» и Кортаной. Этот замечательный инструмент выполняет всестороннюю проверку, чтобы определить, что именно мешает правильной работе меню «Пуск».if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-box-4-0’)};
Загрузите средство устранения неполадок меню «Пуск» (startmenu.diagcab) от Microsoft и запустите его.
Чтобы применить исправления автоматически, нажмите кнопку «Дополнительно» и включите параметр «Применить исправления автоматически». Но если вы просто хотите сначала выполнить пробный запуск, снимите флажок.
Средство устранения неполадок меню Пуск в первую очередь проверяет наличие следующих потенциальных проблем:
1. Необходимые приложения устанавливаются некорректно.
if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-banner-1-0’)};Проверяет, правильно ли установлены приложения «Microsoft.Windows.ShellExperienceHost» и «Microsoft.Windows.Cortana», и при необходимости автоматически переустанавливает пакеты.
Если средство устранения неполадок не может переустановить пакеты, попробуйте переустановить ShellExperienceHost вручную. Прокрутите статью до конца, чтобы получить инструкции.
2. Проблемы с разрешениями в разделах реестра.
Проверяет, есть ли у текущего пользователя разрешения на доступ к следующему разделу реестра, и при необходимости исправляет списки управления доступом:
HKEY_CURRENT_USER Программное обеспечение Microsoft Windows CurrentVersion DeviceAccess Global
3. База данных плиток повреждена.if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-leader-1-0’)};
Файл базы данных плиток находится здесь:
% localappdata% TileDataLayer Database vedatamodel.edb
Средство устранения неполадок проверяет, существует ли этот файл и в настоящее время используется вошедшим в систему пользователем. Если да, то это хороший знак. В противном случае он удаляет поврежденный файл базы данных плиток и создает новую копию.
4. Манифест приложения поврежден.
Проверяет, отсутствует ли следующий файл манифеста и пусто ли его содержимое.if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-large-leaderboard-2-0’)};
C: Windows ImmersiveControlPanel Application.manifest
Если этот файл отсутствует или поврежден, это может вызвать проблемы с пользовательским интерфейсом в нескольких областях Windows. В качестве примечания, запуск SFC и / или DISM должен восстановить исходную копию этого файла из источника.
Критическая ошибка: меню «Пуск» и Кортана
Иногда при запуске вы можете получить одно из следующих сообщений:
Меню «Пуск» и Кортана не работают. Мы постараемся исправить это, когда вы в следующий раз войдете в систему.
Критическая ошибка — не работает меню «Пуск». Мы постараемся исправить это, когда вы в следующий раз войдете в систему.
Следуйте методам устранения неполадок, описанным выше в этой статье. Если они не помогают, попробуйте следующее:
Запустите Windows 10 в безопасном режиме, а затем перезапустите его в обычном режиме.
Запустите Windows 10 в безопасном режиме, а затем перезапустите его в обычном режиме. Чтобы запустить в безопасном режиме:
- Выйдите из своей учетной записи.
- Удерживая нажатой клавишу Shift, нажмите значок питания и выберите «Перезагрузить».
- После входа в среду восстановления Windows нажмите Устранение неполадок.
- Щелкните Дополнительные параметры, Параметры запуска и Перезагрузка.
- Когда вы увидите несколько вариантов запуска, нажмите 5 или F5 для безопасного режима с сетью.
- После входа в свою учетную запись в безопасном режиме перезагрузите систему, чтобы вернуться к нормальной загрузке.
В некоторых случаях это работает. Но если этого не происходит и проблема повторяется при каждом запуске, выполните следующие действия:
Восстановить базу данных меню Пуск или переустановить ВСЕ встроенные приложения
Восстановите новую копию базы данных меню «Пуск» с именем vedatamodel.edb. Вы можете найти больше информации об этом в статье Как сделать резервную копию макета меню «Пуск» в Windows 10 ?. Если восстановление новой копии базы данных меню «Пуск» не помогает, переустановите все встроенные приложения с помощью PowerShell. Когда вы это сделаете, он автоматически перестроит базу данных меню «Пуск».
Запустите PowerShell от имени администратора и выполните эту команду:
Get-AppxPackage –все пользователи | Для каждого {Add-AppxPackage -DisableDevelopmentMode -Register "$ ($ _. InstallLocation) AppXManifest.xml"}
Перезагрузите Windows.
if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-large-mobile-banner-1-0′)};if(typeof __ez_fad_position!=’undefined’){__ez_fad_position(‘div-gpt-ad-winhelponline_com-large-mobile-banner-1-0_1’)};.large-mobile-banner-1-multi-154{border:none!important;display:block!important;float:none!important;line-height:0;margin-bottom:15px!important;margin-left:0!important;margin-right:0!important;margin-top:15px!important;min-height:250px;min-width:250px;padding:0;text-align:center!important}
Надеюсь, что это исправит невосприимчивое меню «Пуск» и панель задач Windows 10, а также исправит «Критическую ошибку».
(Последний раз статья пересматривалась в августе 2020 года. Windows 10 v2004 является текущей версией на момент этого обзора.)