win10左下角打不开

$manifest = (Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml' ;
Add-AppxPackage -DisableDevelopmentMode -Register $manifest 
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"}


我是全新安装的Win 10 ,忽然出现了开始菜单打不开的问题。
我的解决办法如下:


>右键点击 '此电脑' 
>右键选择 管理--服务和应用程序--服务 
>找到 User Manager 确保此服务为启动
>勾选 User Manager服务‘登陆’标签下,'允许服务与桌面交互(W)' 
>重启计算机

你可能感兴趣的:(win10左下角打不开)