在上次我不小心在电脑上运行了病毒,然后我想关机的时候就提示“没有可用的电源选项”
而且我找到https://learn.microsoft.com/zh-cn/answers/questions/3956059/question-3956059
的步骤操作了一遍:
C:\Users\Lxrui>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t reg_dword /v NoClose /d "0"
值 NoClose 已存在,要覆盖吗(Yes/No)? Yes
操作成功完成。
C:\Users\Lxrui>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t reg_dword /v ForceActiveDesktopOn /d "0"
值 ForceActiveDesktopOn 已存在,要覆盖吗(Yes/No)? Yes
操作成功完成。
C:\Users\Lxrui>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t reg_dword /v NoActiveDesktop /d "1"
值 NoActiveDesktop 已存在,要覆盖吗(Yes/No)? Yes
操作成功完成。
C:\Users\Lxrui>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t reg_dword /v NoActiveDesktopChanges /d "1"
值 NoActiveDesktopChanges 已存在,要覆盖吗(Yes/No)? Yes
操作成功完成。
C:\Users\Lxrui>reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer" /t reg_dword /v NoRecentDocsHistory /d "0"
操作成功完成。
问题依旧存在。
所以我该怎么解决这个问题呢
