我知道這裡和其他網站上有很多類似的問題(相信我...我知道...)我已經為此奮鬥了一段時間,我根本不明白為什麼它在 5 後仍然讓我註銷不活動的分鐘數。
我使用的是 Windows 10 Pro 20H2 19042.867 體驗包 120.2212.551.0。這是一台桌上型計算機,不使用電池。
一些前言:由於一個不相關的原因,我不得不重新安裝 Windows,所以我將所有內容設定回以前的方式,我以前沒有遇到過這個問題。設定後,我有一個 Microsoft 帳戶登錄,我將帳戶更改為本機帳戶登錄,無需密碼,這樣我就可以繞過登入畫面。
5 分鐘沒有觸碰滑鼠或鍵盤後,螢幕將變黑,並顯示我的帳戶圖片和一個顯示「登入」的按鈕。我所要做的就是按空白鍵重新輸入,因為我沒有密碼。今天早些時候,它每 2 分鐘發生一次,但在更改螢幕保護程式設定中的「等待」設定後,我可以將其延長到 5 分鐘。如果我輸入任何大於 5 的數字並單擊“確定”,下次打開它時它將返回到 5。
我嘗試了網路上能找到的一切,設定變更、群組原則編輯變更、登錄機碼變更。我現在正在尋求幫助,所以希望這裡有人對我所缺少的有所了解。也許這個問題與「螢幕保護程式」或「關閉螢幕」或「機器不活動逾時」有關。
以下是我的設定的一些螢幕截圖(目前大多數設定都是透過 GPE 配置的,因此它們呈現灰色):
除此之外,我對群組原則編輯器進行了以下更改:
Computer Configuration / Administrative Templates / System / Logon
Allow users to select when a password is required: Enabled
Do not display the Getting Started screen: Enabled
Computer Configuration / Administrative Templates / Control Panel / Personalization
Do not display the lock screen: Enabled
Computer Configuration / Administrative Templates / System / Power Management / Sleep Settings
Specify the system hibernate timeout (plugged in): Enabled (599940)
Require a password when a computer wakes (plugged in): Disabled
Specify the system sleep timeout (plugged in): Enabled (599940)
Allow applications to prevent automatic sleep (plugged in): Enabled
Allow applications to prevent automatic sleep (on battery): Enabled
Allow automatic sleep with Open Network Files (plugged in): Disabled
Allow automatic sleep with Open Network Files (on battery): Disabled
Specify the system hibernate timeout (on battery): Enabled (599940)
Require a password when a computer wakes (on battery): Disabled
Specify the system sleep timeout (on battery): Enabled (599940)
Specify the unattended sleep timeout (plugged in): Enabled (599940)
Specify the unattended sleep timeout (on battery): Enabled (599940)
Computer Configuration / Administrative Templates / System / Power Management / Video and Display Settings
Turn off the display (plugged in): Enabled (599940)
Turn off the display (on battery): Enabled (599940)
Computer Configuration / Windows Settings / Security Settings / Local Policies
Accounts: Limit local account use of blank passwords: Disabled
Interactive logon: Machine inactivity limit: 599940
Computer Configuration / Windows Settings / Local Policies / Security Options
Interactive logon: Machine inactivity limit: 599940
User Configuration / Administrative Templates / Control Panel / Personalization
Enable screen saver: Not configred
Password protect the screen saver: Disabled
以及以下註冊表更改:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0]
"Attributes"=dword:00000002
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Control Panel\Desktop]
"ScreenSaveActive"="0"
"ScreenSaveTimeOut"="599940"
"ScreenSaverIsSecure"="0"
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001
如果有人可以幫助我,我將不勝感激。我只是希望我的電腦能夠按照我期望的方式運行,我不敢相信微軟讓完成這樣一個基本的改變變得如此困難...
答案1
答案2
如果您的某個朋友可以訪問這台計算機,他將能夠在後台安裝一個簡單的程序,或者由系統調用,從而使您註銷。
因此,我會檢查此類程式的應用程式自動啟動中的所有正在運行的進程和條目。
看起來像是個令人厭煩的笑話。
答案3
您可以在 Windows 日誌 > 事件安全性中檢查事件檢視器 4634 (帳戶已登出)且 4647 (用戶發起註銷)。事件描述將包括啟動註銷的過程,因此可以識別問題。有關兩個事件之間差異的解釋,請參見 本文。
另請參閱問題是否在以下時間出現: 以安全模式啟動 僅執行 Microsoft 軟體的地方。如果沒有發生,那麼這是由某些安裝的第三方產品引起的,您可以使用 Windows 自動執行 成堆地關閉它們,直到找到問題為止。
如果在安全模式下問題仍然存在,則 Windows 已損壞。
以管理員身份執行CMD並檢查系統正確性(參見 關聯):
dism /Online /Cleanup-Image /RestoreHealth
sfc /scannow
如果沒有發現問題,請執行 透過就地升級修復 Windows 10 安裝,將 Windows 返回已知狀態。