麥克風在 Google Meet 中無法使用?嘗試這些常見的修復
發現解決 Google Meet 麥克風問題的有效方法,包括音頻設置、驅動程序更新等技巧。
自 Windows 11 發布以來,Windows 任務欄一直是所有關注的中心。您現在可以將任務欄居中,享受新的操作中心,更改其對齊方式並將其放置在屏幕的任一側。遺憾的是,隨著越來越多的用戶努力讓他們的任務欄在 Windows 11 上運行幾個月,此功能的部署並不成功。
雖然微軟已經承認了這個問題,發布了一個解決方法,並且目前正在修復,但用戶似乎仍然無法讓任務欄再次工作。如果您在同一條船上,那麼我們已經編制了一份所有可用修復程序的列表,以使您的任務欄在 Windows 11 上重新啟動和運行。請按照以下指南開始。
內容
為什麼我的任務欄不顯示?
Windows 11 任務欄的外觀煥然一新,其功能經過改進。任務欄現在依賴於多項服務和開始菜單本身才能正常工作。從 Windows 10 到 Windows 11 的升級過程似乎會弄亂任務欄,具體取決於您在系統上安裝的 Windows 10 版本以及要更新到的 Windows 11 版本。
此外,上個月發布的最近發布的 Windows 更新似乎也導致了一些用戶出現此問題,而其他用戶由於系統時間不匹配而面臨同樣的問題,儘管一切設置正確。修復任務欄的方法有很多種,我們建議您從下面的修復方法一一開始。
在 Windows 11 上修復任務欄問題的 12 種方法
使用以下方法開始修復 Windows 11 上的任務欄。如果您已經嘗試重新啟動系統,則可以跳過第一種方法。
修復 #1:重啟電腦
在嘗試任何花哨的東西之前,最好先嘗試一些更簡單的措施,例如重新啟動 PC 或 Windows 資源管理器(見下文)。這樣做將使您的系統軟重置,允許重新加載數據,並可能修復任務欄和開始菜單的問題。
修復 #2:確保禁用“自動隱藏任務欄”
按下Windows + i
鍵盤,然後單擊左側的“個性化”。
單擊“任務欄”。
現在單擊“任務欄行為”。
取消選中“自動隱藏任務欄”框。
現在關閉設置應用程序,如果你的任務欄被自動隱藏,那麼它現在應該在你的系統上被禁用。
修復 #3:重新啟動必要的服務
如前所述,Windows 11 改進了任務欄,這意味著它依賴於多種服務才能在任何系統上正常工作。讓我們重新啟動所有這些服務,以確保後台衝突不會阻止您的任務欄在您的系統上正常工作。
按Ctrl + Shift + Esc
您的系統啟動任務管理器。切換到頂部的“詳細信息”選項卡。
現在找到以下正在運行的服務並通過單擊它們來選擇它們。點擊鍵盤上的“刪除”並通過選擇“結束進程”確認您的選擇。
現在讓我們重新啟動 Windows 資源管理器。單擊左上角的“文件”,然後選擇“運行新任務”。
輸入“explorer.exe”,然後按鍵盤上的 Enter 鍵。如果需要,您也可以單擊“確定”。
重新啟動資源管理器後,只需重新啟動 PC 即可重新啟動系統上的其他服務。
如果後台服務衝突是您的問題的原因,現在應該恢復任務欄。
修復 #4:刪除註冊表中的 IrisService 並重新啟動
按Ctrl + Shift + Esc
打開任務管理器。然後點擊 左上角的文件 。
選擇 運行新任務。
鍵入 cmd並按 Enter。
這將打開命令提示符的提昇實例。現在復制以下命令並將其粘貼到命令提示符中:
reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0
然後按 Enter。這樣做後,您的 PC 將重新啟動。一旦它開始備份,事情應該會恢復正常,包括任務欄。
修復 #5:在註冊表中添加 UndockingDisabled
按Ctrl + Shift + Esc
打開任務管理器。然後單擊 File (左上角)並 Run a new task。
鍵入 regedit並按 Enter。
這將打開註冊表編輯器。現在導航到以下地址:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages
或者,只需複制以上內容並將其粘貼到註冊表編輯器的地址欄中,如下所示:
按 Enter 後,您將被定向到指定的鍵。在右側,右鍵單擊空格並選擇New > DWORD (32-bit) Value。
將此新創建的 DWORD UndockingDisabled命名為。
然後雙擊它並將“數值數據”更改為 1。然後單擊 確定。
重新啟動您的 PC 以使更改生效。
修復 #6:運行 SFC 和 DISM 命令
按開始,鍵入 cmd,然後單擊 以管理員身份運行。
現在輸入以下命令:
sfc /scannow
按 Enter。等待證監會完成掃描並修復發現的任何問題。
接下來,為部署映像服務和管理工具運行以下 DISM 命令:
dism /online /cleanup-image /scanhealth
然後按 Enter。再次等待掃描完成。
現在,運行以下 DISM 命令:
dism /online /cleanup-image /restorehealth
按 Enter。等待 DISM 恢復健康。
最後,運行 chkdsk 命令來運行檢查磁盤實用程序:
chkdsk c: /r
按 Enter。命令提示符將拋出一條消息,告訴您“無法鎖定當前驅動器……因為該卷正在被另一個進程使用”,並在下次啟動之前詢問您是否允許安排掃描。鍵入Y
以遵守。
然後按 Enter。現在重新啟動您的計算機,讓檢查磁盤工具完成它的工作,並檢查任務欄是否恢復正常運行。
修復 #7:重新安裝 UWP
按下Ctrl + Shift + Esc
鍵盤以啟動任務管理器。單擊“文件”並選擇“運行新任務”。
輸入“PowerShell”並按下Ctrl + Shift + Enter
鍵盤上的鍵。
PowerShell 現在將以管理員身份在您的系統上啟動。輸入以下命令:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$ ($ _. InstallLocation) \ AppXManifest.xml”}
按 Enter。PowerShell 將拋出一個紅色的正在運行的消息列表。不過不用擔心。只需等待命令完成執行即可。
修復 #8:檢查 UAC 並根據需要添加編輯註冊表
UAC 是所有現代應用程序和功能(包括開始菜單和任務欄)的必備工具。如果 UAC 被禁用,您應該首先啟用它並重新啟動系統。如果任務欄仍然無法為您工作,那麼我們建議您嘗試將 Xaml 開始菜單值添加到您的註冊表編輯器。
添加此值似乎會重新啟動並重新註冊 Taskbar 服務,這似乎使 Taskbar 在大多數係統上再次運行。請按照以下指南開始。
如果禁用,請檢查並啟用 UAC
按下Ctrl + Shift + Esc
鍵盤以啟動任務管理器。現在點擊屏幕左上角的“文件”,然後選擇“運行新任務”。
輸入“cmd”並按下Ctrl + Shift + Enter
鍵盤上的鍵。
現在輸入以下命令並按 Enter 執行命令。
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
現在將為您的系統啟用 UAC。重新啟動您的 PC 以使更改在您的系統上生效。重新啟動後,如果 UAC 是您的問題,任務欄應該會在您的系統上啟動並運行。如果沒有,請使用以下指南在您的系統上觸發任務欄的功能。
添加註冊表值
按Ctrl + Shift + Esc
啟動任務管理器。現在單擊左上角的“文件”並選擇“運行新任務”。
輸入“cmd”並按下Ctrl + Shift + Enter
鍵盤上的鍵。
現在輸入以下命令並按鍵盤上的 Enter 鍵。
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V EnableXamlStartMenu /T REG_DWORD /D 1 /F
現在返回任務管理器,在列表中找到 Windows 資源管理器,然後右鍵單擊它。選擇重新啟動以重新啟動 explorer.exe。
重新啟動後,嘗試訪問您的任務欄。任務欄現在應該在您的系統上可用。
修復 #9:編輯日期和時間以修復任務欄
日期和時間設置似乎是 Windows 11 中任務欄出現問題的主要原因。使用下面的指南嘗試以下時間修復,看看哪一個最適合你。
確保您的時間與時間服務器正確同步
按下Ctrl + Shift + Esc
鍵盤並單擊“文件”。選擇“運行新任務”。
輸入“Control”並按鍵盤上的 Enter 鍵。
單擊“日期和時間”。
從頂部選擇“互聯網時間”。
單擊“更改設置”。
取消選中“與 Internet 時間服務器同步”複選框。
完成後單擊“確定”。
此時重新啟動您的 PC 並檢查您的任務欄。如果它仍然被禁用,請不要擔心,按照上述步驟再次啟用與 Internet 時間服務器同步。
啟用後,按Ctrl + Shift + Esc
鍵盤上的 ,然後在屏幕上的列表中找到 Windows 資源管理器。右鍵單擊列表並選擇“重新啟動”。
資源管理器重新啟動後,請嘗試使用任務欄。如果同步是您的問題,那麼現在應該在您的系統上修復它。如果沒有,請繼續下面提到的其他時間修復。
將日期更改為提前 1 天
Ctrl + Shift + Esc
同時按打開任務管理器。然後點擊 文件。
單擊 運行新任務。
鍵入 控制面板 並按 Enter。
現在單擊 時鐘和區域。
在“日期和時間”下,單擊“ 設置時間和日期”。
單擊 Internet 時間 選項卡以切換到它。
Click on Change settings…
Uncheck Synchronize with an Internet time server, then click OK.
Now click on the Date and Time tab to switch back to it.
Here, click on Change date and time…
Now change the date and time to reflect tomorrow. As of writing this post, it is the 1st November so we will be changing the date to 2nd November.
Change Dates to last cumulative updates
If you are still unable to get the Taskbar working then you will have to jump through a few hoops to change your date and time multiple times and get the taskbar working on your system. Follow the guide below to get you started.
Press Ctrl + Shift + Esc
on your keyboard, click on ‘File’ and select ‘Run new task’.
Type in ‘Control’ and press Enter on your keyboard.
Select ‘Date and Time’.
Switch to ‘Internet time’.
Click on ‘Change Settings’.
Uncheck the box for ‘Synchronize with an Internet Time Server’.
Click on ‘Ok’.
Switch back to ‘Date and Time’. Click on ‘Change Date and Time’ and select your date as 2nd September.
Close all windows and restart your system. Once restarted, open the ‘Date and Time’ dialog box again and change your date to 7th October this time.
Restart your system again and Taskbar should now be back up and running on your system again. You can now enable synchronization for time again using the steps above on your system.
If synchronizing time does not work, move a month ahead to restore Taskbar
If you are still unable to get Taskbar up and running on your system again you can try the last date change fix. We recommend you use the steps above to change your date and time to a month ahead of your current date. Once changed, restart your system, and the taskbar should be up and running on your system now.
The downside of this fix is that if you revert to your normal date, Taskbar will stop working on your system. Having a mismatched date can cause issues with background syncs for various applications and cause some websites to malfunction. You will also have issues installing and getting the latest Windows Updates, so you will need to check all of these manually when updating in the future.
Fix #10: Uninstall the latest cumulative Windows Update ie: KB5006050
The cumulative update released in September for Windows 11 seems to also cause issues with the taskbar on some desktops and laptops. Use the guide below to uninstall the necessary update from your system.
Press Windows + i
and select Windows Update from the left.
Click on ‘Update history’.
Now select ‘Uninstall updates’.
Click and select Windows Cumulative update KB5006050 from the list.
Now click on ‘Uninstall’ at the top and confirm your choice to uninstall the selected update.
Restart your system and taskbar functionality should now be restored on your system.
Fix #11: Restore PC to a previous restore point
If you had the taskbar working at a previous point in time then we recommend you restore your PC to a previously available restore point on your system. Follow the guide below to get you started.
Press Ctrl + Shift + Esc
on your keyboard and click on ‘File’. Select ‘Run new task’ once you are done.
Type in CMD and press Ctrl + Shift + Enter on your keyboard.
Now type in ‘rstrui.exe’ and press Enter on your keyboard.
The system restore utility will now launch on your system. Click on ‘Next’.
Select the desired restore point from the list on your screen. Click on ‘Next’ once you are done.
Tip: Click on ‘Scan for affected programs’ to view a list of installed programs that will be removed from your system during the restore process.
Click on ‘Finish’ once the restore finishes and restart your system.
The taskbar should now be back up and running on your system again.
Fix #12: Last Resort: Create a new local admin account and transfer all your data
If by this point Taskbar still fails to work for you then it’s time for some drastic measures. You can create a new local admin account, check if Taskbar is working there, and then transfer all your data to the new account. This will be a tedious process but it is the next best way to get the taskbar working on your system without resetting your PC. Follow the guide below to get you started.
Create a new local admin account
Herre’s how you can create a new local admin account on your system.
Note: Most users facing the taskbar issue are unable to access the Settings app as well. Hence we will be using CMD to add a new local admin account to your PC. However, if the Settings app is available to you then you can use the same to add a new account as well.
Press Ctrl + Shift + Esc
on your keyboard, click on ‘File’ and select ‘Run new task’.
Type in ‘cmd’ and press Ctrl + Shift + Enter
on your keyboard.
CMD will now be launched as an administrator. Use the command below to add a new local admin account. Replace NAME with the Username of your choice for the new account. You can add a password later once you have confirmed that the taskbar is available in the new account.
net user /add NAME
Once you have added the new user, use the command below to convert it to an administrator account on your PC. As usual, replace NAME with the Username for the new account you created earlier.
net localgroup Administrators NAME /add
Now type in the following to log out of your current account.
logoff
Once logged out, click on the newly added account to log in to the same. Once logged in, check if the taskbar is available in the new account. If it is, you can use the next section to transfer all your data. However, if the taskbar is still missing then you have no choice but to perform a fresh install of Windows 11 on your PC from a removable USB media drive.
Transfer all your data
Press Windows + i
on your keyboard and click on ‘About’ on your right.
Click on ‘Advanced system settings’.
Click on ‘Settings’ under ‘User Profiles’.
Select your original profile by clicking on it and selecting ‘Copy To’.
Now enter the following path under ‘Copy profile to’. Rename NAME to the username of your previous profile from where you wish to copy all your data.
C:\Users\NAME
Click on ‘Change’.
Enter the name for your new user profile and press Enter on your keyboard.
Click on ‘Ok’ once you are done.
All your data will now be copied over to the new profile where the taskbar is functional on your PC. You can now delete your previous user account and set a password for your new account as well.
Frequently Asked Questions (FAQs):
With so many fixes, you are bound to have a few questions on your mind. Here are some commonly asked ones that should help you get up to speed.
How do I access Windows apps and Settings without a taskbar?
You can use the Task Manager to launch almost any program or Settings page on your system. To launch the desired program, launch the Taskbar > File > Run new task and enter the path to the program you wish to launch. Press Enter if you wish to launch the program normally or press Ctrl + Shift + Enter
if you wish to launch the program with administrator privileges.
Is it safe to edit the Registry?
Registry edits are never safe as they have the potential to break your system. Fixes from trusted sources can help you avoid such issues but a good rule of thumb is to always back up your registry before making any edits. This way you can easily restore your Registry values in case some get messed up when editing the Registry.
When will Microsoft fix this issue?
Sadly, Microsoft is yet to release a proper fix for this issue. The company has tried to release a fix in the past cumulative updates to Windows 11 but they have been a hit and miss. We expect Microsoft to completely fix this issue in the upcoming feature update to Windows 11 when the OS gets the ability to run Android apps officially.
Can I update my Windows 11 after fixing the taskbar?
This will depend on the fix that you’re currently using. If you are using a date fix then you won’t be able to install updates until you restore to the current time. This will, however, cause the taskbar to be disabled again and the changes will be carried over after you update your PC. However, if you are using any other fix then you can easily update Windows.
For users with the date fix, you should try updating with the modified time first. If the update gets stuck on ‘Installing 0%’ or ‘Downloading 100%’ then change your date and time to the current date and time and update your PC. Ensure that you do not restart explorer or your PC during this process to keep the current instance of the taskbar alive on your system during the update process. This should help fix the issue for you once Microsoft officially releases an update to fix the issue.
We hope you were able to easily get the taskbar back up and running on your system using the guide above. If you face any more issues, feel free to reach out to us using the comments section below.
Related:
發現解決 Google Meet 麥克風問題的有效方法,包括音頻設置、驅動程序更新等技巧。
解決 Twitter 上「出錯了,重試」錯誤的最佳方法,提升用戶體驗。
如果 YouTube 檢測到來自我的計算機的異常流量,這可能意味著系統懷疑這是自動流量。了解解決方法!
Steam Deck 可能會遇到無法正常工作的問題,本文提供有效的解決方案以修復各種問題,讓您的 Steam Deck 恢復正常運行。
使用集成到 Windows 計算機中的不同方法仔細按照這些步驟修復 Microsoft Edge 始終出現在桌面上的問題。
嘿 Siri 不能在 Mac 上運行嗎?以下是一些快速解決方案,可用於對 Siri 進行故障排除並且不響應。使用這些技巧後,您不僅可以解決 Siri 問題,還可以解決其他與 Mac 相關的問題
由於 gpedit.msc 未找到錯誤,群組原則編輯器可能無法在您的電腦上執行。這是一個常見問題,且相對容易解決。
微軟在 Windows 11 上做了很多工作,使用了一系列新舊設計元素,讓其栩栩如生。本文提供修復方案,幫助用戶獲得新的文件資源管理器。
TikTok 是否無法在您首選的網頁瀏覽器中運作?以下是修復 TikTok 無法在瀏覽器中運行的方法。
您是否面臨計算機上的 Windows Shell 主機進程 CPU 使用率高的問題?閱讀博客以找到解決 Windows Shell 體驗主機進程高 CPU 使用率的解決方案。
Threads 應用程式在 Android 與 iPhone 上無法運行或不斷崩潰?讓我們來看看可以幫助解決此問題的 9 種方法。
您在 PC 上打開 Telegram 視頻時遇到錯誤?以下是如何修復無法在 PC 上播放的 Telegram 視頻的有效方法。
如果您無法在 YouTube 上直播,請生成一個新的流密鑰並確保您的編碼器已更新。然後重啟路由器和電腦。
無法在手機上撥打或接聽 Instagram 電話?以下是如何修復 Instagram 通話在 Android 上無法使用的問題。
如果您的瀏覽器不顯示任何 YouTube 評論,很可能是您的緩存和 cookie 破壞了 YouTube 腳本。在這裡了解修復的方法。
如果 Microsoft Teams 無法顯示圖像且僅顯示灰色或紫色矩形,這裡有幾個解決方案來修復此問題。
在過去的幾個月裡,Zoom 成為了視頻通話的必要工具。了解如何解決 Zoom 中的死機和黑屏問題。
了解並修復 Google Meet 的“永遠加載”問題,提升您的視頻會議體驗。
如果 Microsoft Outlook 拼字檢查在 Windows 10 或 11 電腦上不起作用,本文將提供有效解決方案給您。
了解如何快速解決您的 MacBook 無法從睡眠狀態喚醒的問題,提供 9 種有效的修復法。
如果您的设备出现错误或崩溃,请按照 Windows 11 中系统还原的步骤,将您的设备恢复到先前版本。
如果你在寻找最佳的Microsoft Office替代品,这里有六个优秀的解决方案供你参考。
本教程向您展示如何创建一个 Windows 桌面快捷方式图标,该图标打开一个命令提示符到特定文件夹位置。
在Microsoft Windows中右键单击应用程序图标时,“以不同用户身份运行”选项缺失?您可以使用这些方法来启用它。
不想让其他人在您离开时访问您的计算机?尝试这些有效的锁定Windows 11屏幕的方法。
如果您的计算机在安装最近的Windows更新后出现问题,请了解几种修复损坏的Windows更新的方法。
你是否在尝试找出如何在Windows 11中将视频设置为屏幕保护程序。我们揭示了如何使用一种适用于多种视频文件格式的免费软件来实现。
您在 Windows 11 中的旁白功能烦吗?了解如何通过多种简单方法禁用旁白声音。
想要在 Windows 11 PC 上禁用删除确认对话框吗?请阅读本文,了解各种方法。
维护多个电子邮件收件箱可能很痛苦,特别是当您有重要邮件同时到达时。本文将介绍如何在PC和Apple Mac设备上将Microsoft Outlook与Gmail同步的简单步骤。