Windows 11作業系統工作列「時間」跟「電池狀態」消失?
透過控制台也無法恢復正常設定,跟著小編一起來透過指令設定吧!
一、開啟Windows Powershell的cmd指令模式
二、輸入以下的指令
$Path = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" Remove-ItemProperty -Path $Path -Name "HideClock" -ErrorAction SilentlyContinue Remove-ItemProperty -Path $Path -Name "HideSCAPower" -ErrorAction SilentlyContinue Stop-Process -Name explorer -Force Start-Process explorer.exe