电脑任务栏不知道为什么怎么点击都没有反应怎么办
1、在屏幕左下角 Windows 徽标处单击右键。
2、在弹出菜单中选择 “Windows PowerShell (管理员)”。
3、在弹出的页面中粘贴上述的两条命令:
$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}
单击回车键即可。