Skip to content

Commit

Permalink
更改 部署背景插件检测系统安装状态的方式
Browse files Browse the repository at this point in the history
  • Loading branch information
xrgzs committed Aug 11, 2024
1 parent 3ae82ed commit 0866f19
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion osc/apifiles/Wall.wcs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,15 @@ _SUB DRAW
CALL SYSINFO
// 读取镜像状态
REGI .HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\State\ImageState,ImageState
IFEX |%ImageState%=IMAGE_STATE_COMPLETE,CALL WBTN
// 桌面下显示最小化按钮
IFEX |%ImageState%=IMAGE_STATE_COMPLETE,
{
CALL WBTN
}!
{
FIND explorer.exe,CALL WBTN
}
// PE调试时显示最小化按钮
IFEX x:\Windows\Xiaoran.ico,CALL WBTN
// 副标题显示镜像信息
READ "%SystemDrive%\Windows\Version.txt",1,XRSYSVER
Expand Down

0 comments on commit 0866f19

Please sign in to comment.