【全栈老魏-系统运维】WindowsServer2019黑屏无桌面,重启explorer.exe没有任何效果
WindowsServer远程桌面黑屏问题
·
解决办法
设置默认shell为explorer.exe:
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon' -name Shell -Value 'explorer.exe'
问题原因:
设置默认shell为PowerShell.exe或CMD.exe
Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon' -name Shell -Value 'PowerShell.exe -noExit'
附:激活远程桌面中的任务管理器
Ctrl+Alt+End
参考资料:
更多推荐




所有评论(0)