答案1
该屏幕是程序 bootim.exe。限制软件的 GPO 应阻止其运行,以及本地 gpedit 中该 exe 的黑名单。
您还可以创建一个注册表项来阻止它运行。这是 powershell 执行的操作。
新项目-路径“HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image 文件执行选项\bootim.exe”
Set-ItemProperty -Path“HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\bootim.exe”-Name“Debugger”-Type“String”-Value“taskill /F /IM bootim.exe”-Force
我已经搜索了一段时间,这就是我所找到的全部。