|
4#
![](static/image/common/ico_lz.png)
楼主 |
发表于 2024-11-23 08:26:16
|
只看该作者
本帖最后由 远大的理想 于 2024-11-23 08:29 编辑
已经解决了,就是注册表设置问题![](static/image/smiley/default/lol.gif)
挂载PE的注册表,然后修改以下注册表
reg add HKLM\pe-sys\ControlSet001\Services\gpsvc /v Start /t REG_DWORD /d 3 /f
reg add HKLM\pe-soft\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
reg add HKLM\pe-soft\Microsoft\Windows\CurrentVersion\Policies\System /v DelayedDesktopSwitchTimeout /t REG_DWORD /d 0 /f
reg add "HKLM\pe-def\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Associations" /v "LowRiskFileTypes" /d ".com;.exe;.bat;.cmd;" /f
现在Admin可以10秒登陆了,感谢!
|
|