; 窗口 宽 x 高:1280x800   屏幕DPI:96
; 更多Win弹窗设置:https://www.dandelioncloud.cn/article/details/1481749207261446145

; Run windowsdefender://threat
; https://www.tenforums.com/tutorials/79285-how-create-windows-security-shortcut-windows-10-a.html

if (A_ScreenDPI!=96) {
  MsgBox 0x40044, 主显示器 缩放与布局 不匹配, 检测到主显示器 缩放 不是100`%,将无法使用`n`n是否跳转到设置界面,自行切换到 100`% ?
  IfMsgBox Yes, {
    Run %A_WinDir%\System32\rundll32.exe shell32.dll`,Control_RunDLL desk.cpl
    ToolTip % "请将缩放设置为100%", "在""更改文本、应用等项目的大小"" 下,`n修改为 100`% 即可使用辅助"
    Sleep 10000
  }
  ExitApp
}

; if (A_ScreenWidth!=1920) {
if (A_ScreenWidth!=1920 && A_ScreenHeight!=1080) {
  MsgBox 0x40044, 检测到主显示器分辨率不匹配, 主显示器分辨率不是 1920x1080,`n`n是否由辅助来自动切换到 1920x1080?
  IfMsgBox Yes, {
    ; ScreenResolution_Set("1920x1080@60", "\\.\DISPLAY1")
  } Else IfMsgBox No, {
    ExitApp
  }
}

MsgBox 屏幕DPI和分辩率检测通过

 

声明:站内资源为整理优化好的代码上传分享与学习研究,如果是开源代码基本都会标明出处,方便大家扩展学习路径。请不要恶意搬运,破坏站长辛苦整理维护的劳动成果。本站为爱好者分享站点,所有内容不作为商业行为。如若本站上传内容侵犯了原著者的合法权益,请联系我们进行删除下架。