win11任务栏bug(通知、日期点击无反应解决方法)

右键点击win键>点击windows终端(管理员)或win+r打开运行,输入“powershell”右键win、打开终端管理员模式输入以下代码Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose }回车执行点击后等个几分钟修复完就可以了

相似资源

foreach() argument must be of type array|object, string given