[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[硬件管理] 设置显示器屏幕桌面分辨率、刷新率、颜色等的工具SetRes.exe2.1

http://bcn.bathome.net/s/tool/index.html?key=SetRes
软件名称:SetRes.exe
最新版本:2.1
更新日期:2005-04
使用环境:Windows
软件性质:免费软件/英语
官方主页:http://www.iansharpe.com/index.php
功能简介:
Set the screen mode from a shortcut – FREE
Change the resolution, colour depth and refresh rate from the command line or a shortcut. Intended for Windows 2000/XP so that display parameters can be set on a per-user basis. Windows 98/Me already have this capability.
v2.1 - April 2005Win98,Me,2K,XP
帮助文档:
===============================================================================
           SETRES v2.1 (c) Ian Sharpe April 2005. www.iansharpe.com
===============================================================================

  Command line program to change screen resolution, colour depth and refresh
  frequency in Windows 98-Me-2000-XP

===============================================================================
                     SPECIAL NOTE ABOUT MULTIPLE DISPLAYS

The current version of SetRes only sets the main display. I would like to
upgrade it to handle multiple monitors.

It would be helpful for me to see how various systems report all
available displays.

Please run DISPLAY_LOG.bat (double-click it) and it should generate a log
showing  how Windows sees the displays attached to your system.

Single and multi-monitor systems are welcome because the new SetRes will
need to handle them both.

Email the log to me at [email]ian@iansharpe.com[/email]

Thank you!

Ian Sharpe - January 2009
===============================================================================

USAGE
        SETRES hXXXX vXXXX [bXX] [fXX] [n]

hXXXX = Horizontal size of screen in pixels          Not optional. 640 minimum
vXXXX = Vertical size of screen in pixels            Not optional. 480 minimum
  bXX = Bit (colour) depth such as 8, 16 24, 32      Optional
  fXX = Refresh frequncy in Hertz, e.g. 60, 75, 85   Optional
    n = No 'Press a key' prompt after error          Optional

EXAMPLES
          SETRES h1024 v768               = Set screen to 1024 x 768 resolution
          SETRES h800 v600 b24            = Set screen to 800 x 600 resolution with
                                            24-bit colour depth
          SETRES h1280 v1024 b32 f75      = 1280x1024 resolution, 32-bit colour,
                                            75Hz refresh frequency                                         
          SETRES h1024 v768 n             = 1024x768 with no 'Press a key' prompt
                                            if an error occurs

WARNING
        SETRES does not check the capabilities of your hardware. Windows
        is supposed to reject unsupported settings but do not rely on this.
        If you specify unsupported settings, I WILL NOT ACCEPT RESPONSIBILITY
        FOR THE CONSEQUENCES.

UPDATE HISTORY
Version 2.1 changes the way the program behaves when it reports an error:
- 'Press a key' prompt can be avoided with the N command line parameter
- High CPU usage when prompt displayed is now eliminated
- Prompt beeps and times out after 15 seconds
The above changes were in response to a request from the user of a program
that invokes Setres

===============================================================================
The files in this package were created by Ian Sharpe who owns the copyright.

They are free to use and may be distributed on a not-for-profit basis provided
all files are supplied and their contents are not altered in any way.

Visit www.iansharpe.com for more programs, articles and the latest information.
===============================================================================
我帮忙写的代码不需要付钱。如果一定要给,请在微信群或QQ群发给大家吧。
【微信公众号、微信群、QQ群】http://bbs.bathome.net/thread-3473-1-1.html
【支持批处理之家,加入VIP会员!】http://bbs.bathome.net/thread-67716-1-1.html

返回列表