1.Win10个性化设置最小化任务栏后不能弹出怎么办
1.打开任务管理器(或者点击CTRL+Shift+ESC)2.点击“文件” - “运行新任务”3.请确保勾选”使用管理员身份创建这个任务“4.输入”Powershell“ (忽略“”)xitonghe.com5.在Powershell中,输入以下两条命令:(第二条命令需要点击回车)$manifest =(Get-AppxPackage Microsoft.WindowsStore).InstallLocation + '\AppxManifest.xml'; Add-AppxPackage - -Register $manifestGet-AppXPackage-AllUsers |Where-Object {$_.InstallLocation -like ”*SystemApps*“}6.完成后关闭Powershell7.重启您的计算机即可。
转载请注明出处windows之家 » win10应用最小化后任务栏不显示