当前位置:网站首页>Win10 start key click no response
Win10 start key click no response
2022-07-19 10:45:00 【North Gate Makino】
problem :win10 There is no response after clicking the start key , But like win+r win+s win+d Everything can be used normally , Occasionally, the blue screen , what memory_managerment, what page_fault_in_nonpaged_area. Press win View after key windows Error log , You can find SearchApp.exe and StartMenuExperienceHost.exe Report errors .
I read a lot of solutions given by others, or I don't understand what it is ( The people who reprint or crawl it probably don't know what it's written , despise !), There are also some donkeys whose lips are not right for the horse's mouth . Finally, I found a piece written better , And the personal test is useful . Here's the solution
terms of settlement :
1. Open with administrator privileges powershell, Enter the following command , The order will Win10 Reinstall the built-in default application . If there is an error prompt , Don't pay any attention to , Wait for execution to complete , Restart the computer .
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
2. Open with administrator privileges powershell, Enter the following commands in turn , And press enter after each command input .
Dism /Online /Cleanup-Image /ScanHealth ( Scan all system files and compare them with official system files )
Dism /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-image /RestoreHealth ( Restore the file that is different from the official system source file )
Restart the computer after execution , Once again into the PowerShell And enter the sfc /scannow And press enter . This command will scan the integrity of system files , And repair the problematic files .
3. Another possibility is that you don't know when to modify the performance under the system properties without authorization 
After clicking settings , Choose to let windows Choose the best settings for your computer , After setting, click Apply , determine , determine . The system will prompt you to restart , After restarting, the problem may be solved .
4. If none of the above methods can solve your problem , Then you can consider reinstalling the system . Remember to back up data before reinstalling the system .
边栏推荐
- R language ggplot2 visualization: use the ggstripchart function of ggpubr package to visualize dot strip plot, and set the add parameter to mean_ SD add the mean standard deviation vertical line and s
- mysql 查询报错
- 6G智慧内生:技术挑战、架构和关键特征
- 37. flex布局
- Scala在Idea中的配量
- Pytorch手动实现多层感知机
- LeetCode 2249. 统计圆内格点数目
- Beego框架实现文件上传+七牛云存储
- Stream stream
- unity3d中的旋转
猜你喜欢

vulnhub inclusiveness: 1

如何在双链笔记软件中建立仪表盘和知识库?以嵌入式小组件库 NotionPet 为例

因果学习将开启下一代AI浪潮?九章云极DataCanvas正式发布YLearn因果学习开源项目

c# treeView 树形结构递归处理(企业集团型层次树形展示)

Redis集群、一主二从三哨兵的搭建

欧拉角,轴角,四元数与旋转矩阵详解

从“被动”到“主动”,ZETA技术助力“RFID2.0”升级该如何实现?

Know what it is, and know why, JS object creation and inheritance

How to build dashboard and knowledge base in double chain note taking software? Take the embedded widget library notionpet as an example

Virtual CPU and memory in yarn (CDH)
随机推荐
SAP AppGyver 简介
知其然,而知其所以然,JS 对象创建与继承
树的基本操作
Transplant Wu Enda's deep learning 01 machine learning and neural network second week neural network basic programming homework elective homework to pycharm
About hping streaming test tool
The R language uses the plot function in the native package (basic import package, graphics) to visualize the scatter plot
MFC|框架下自绘CEdit控件
【CSP-J 2021】总结
unity3d中的旋转
从预测到决策,九章云极DataCanvas推出YLearn因果学习开源项目
Design of the multi live architecture in different places of the king glory mall
c# treeView 树形结构递归处理(企业集团型层次树形展示)
Autojs learning - multi function treasure chest - bottom
antd表单设置数组字段
[makefile] some notes on the use of makefile
c语言指针的有关总结
AutoJs学习-动态解密
Custom complex logic verification during adding and modifying -2022 new project
读已提交级别下 注解事务+分布式锁结合引起的事故--活动购买机会的错乱
创建虚拟机第一章(vmvare虚拟机)