|
BAT
初级用户
 
积分 177
发帖 52
注册 2006-6-4
状态 离线
|
『楼 主』:
[已结]请指点一下,如何用批处理实现分辨率更改
使用 LLM 解释/回答一下
在WINDOWS窗口里,XP或者2000系统下,如何用批处理自动把显示器的分辨率设置为自己想要的分辨率,不论显示器之前的分辨率是800*600,还是1280*1024,都把它更改为1024*768,或者其他任何想要的分辨率
Last edited by HAT on 2008-10-22 at 19:22 ]
In the WINDOWS window, under the XP or 2000 system, how to use batch processing to automatically set the display resolution to the resolution you want. No matter whether the previous display resolution was 800*600 or 1280*1024, change it to 1024*768 or any other desired resolution
Last edited by HAT on 2008-10-22 at 19:22 ]
|
|
2006-7-4 20:10 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
不用第三方命令估计不行除非用debug或者输出API~~~太复杂高深了
It seems that without using third - party commands, it may not work. Unless using debug or output API~~~ It's too complicated and profound.
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-7-4 20:13 |
|
|
BAT
初级用户
 
积分 177
发帖 52
注册 2006-6-4
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
Originally posted by electronixtar at 2006-7-4 20:13:
不用第三方命令估计不行除非用debug或者输出API~~~太复杂高深了
如果仅设置为一个特定的分辨率,比如1024*768,可以用批处理更改么,请大家帮帮我
Originally posted by electronixtar at 2006-7-4 20:13:
It seems that without using third-party commands, it's not possible unless using debug or output APIs~~~ It's too complicated and advanced
Can batch processing be used to change it if it's only set to a specific resolution, such as 1024*768? Please help everyone
|
|
2006-7-4 20:58 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
修改注册表不重新启动也不行,或者借助WinPE里面设置分辨率程序,具体是哪个程序好久没捣弄那东西忘了,等空时给你看看...
Modifying the registry won't work without restarting, or use the resolution setting program in WinPE. I've forgotten which specific program it is for a long time. I'll check it for you when I have time...
|
|
2006-7-4 21:11 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
提取到了,不过请善用此程序调整显示器刷新率参数!!!
命令格式SETRES hXXXX vXXXX
如SETRES h1024 v768 b32 f85 即1024X768 32位色 显示器刷新率85hz
备注:色位和显示器刷新率参数可以忽略
http://www.iansharpe.com/downloadfiles/SetRes.zip
Last edited by fastslz on 2008-2-10 at 04:57 PM ]
Extracted, but please use this program to adjust the monitor refresh rate parameters!!!
Command format: SETRES hXXXX vXXXX
For example: SETRES h1024 v768 b32 f85 means 1024X768, 32-bit color, monitor refresh rate 85Hz
Remarks: Color depth and monitor refresh rate parameters can be ignored
http://www.iansharpe.com/downloadfiles/SetRes.zip
Last edited by fastslz on 2008-2-10 at 04:57 PM ]
附件
1: SETRES.rar (2006-7-4 22:18, 16.31 KiB, 下载附件所需积分 1 点
,下载次数: 805)
|
|
2006-7-4 22:18 |
|
|
BAT
初级用户
 
积分 177
发帖 52
注册 2006-6-4
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
re fastslz
谢谢大哥的帮助,
在此向大哥说声谢谢了,如果有空,希望大哥能就WINPE里的设置工具专门写一篇文章,详细介绍其他的一些设置工具。
在此再向fastslz说声谢谢。
re fastslz
Thank you, big brother for your help.
Here I want to say thank you to you, big brother. If you have time, I hope you can write a special article about the setup tools in WINPE, and introduce some other setup tools in detail.
Here I want to say thank you to fastslz again.
|
|
2006-7-4 22:29 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
客气了...免谢....
关于WINPE设置工具写一篇文章也免了,知道其中的奥秘也就简单,给你一个提示 WINPE菜单主程序为NU2MENU.EXE 菜单配置文件为NU2MENU.XML用记事本打开慢慢研究吧,照葫芦画瓜完全可以DIR自己的WINPE,此方法不适合微软官方的WINPE。
You're being too polite... No need to thank me....
As for writing an article about the WINPE setup tool, it's easy once you know the trick. Here's a hint: The main WINPE menu program is NU2MENU.EXE, and the menu configuration file is NU2MENU.XML. Open it with Notepad and study it carefully. You can completely DIR your own WINPE by following the example. This method isn't suitable for Microsoft official WINPE.
|
|
2006-7-4 23:51 |
|
|
Scott0902
中级用户
  
积分 466
发帖 237
注册 2005-10-12
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
fastslz兄好厉害啊!!!非常感谢你的小程序!!!经测试,可以在Win98系统运行。
Hello, Brother fastslz is so amazing!!! Thank you very much for your small program!!! It has been tested and can run on the Win98 system.
|
|
2006-7-5 00:17 |
|
|
jastyg
中级用户
  
积分 219
发帖 82
注册 2005-10-29
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
不知道这个小程序是否有保护?
比如SETRES h1600 v1200 b32 f200
这样是否能运行?如果能不是有可能使显示器烧坏?
I don't know if this applet has protection?
For example, SETRES h1600 v1200 b32 f200
Can this run? If it can, isn't it possible to burn out the monitor?
|

www.jastyg.com
www.efengchi.com |
|
2006-7-6 10:19 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
显示器刷新率1600*1200下200HZ是不可能的,是否有保护要看显示器是否有保护。没人拿显示器做试验,估计这个程序把200hz当无效参数处理的,虽然贴出来本人奉劝大家小心使用
It is impossible to have 200HZ under the monitor refresh rate of 1600*1200. Whether there is protection depends on whether the monitor has protection. No one does experiments with the monitor. It is estimated that this program treats 200hz as an invalid parameter. Although it is posted, I advise everyone to use it with caution.
|
|
2006-7-6 10:38 |
|
|
BAT
初级用户
 
积分 177
发帖 52
注册 2006-6-4
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
末了,还想多问一句,如果我先把注册表里关于分辨率的内容改变,然后在用taskkill /f /im explorer.exe,最后在用 start explorer.exe实现刷新explorer的目的,不知道这个途径是否可行,注册表里内容太多,分辨率地方也太多,小弟不知道该改哪处才好,改哪处能把分辨率更改为自己想要的分辨率,若有朋友知道,是否能提供完整的注册表路径.
Finally, I want to ask one more question. If I first change the content related to the resolution in the registry, then use taskkill /f /im explorer.exe, and finally use start explorer.exe to achieve the purpose of refreshing explorer, I wonder if this approach is feasible. There are too many contents in the registry, and there are too many places for the resolution. I don't know which one to modify. I don't know which one to modify to change the resolution to the one I want. If any friend knows, can you provide the complete registry path?
|
|
2006-7-29 21:13 |
|
|
oracleweb
新手上路

积分 14
发帖 7
注册 2006-9-4
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
这个有什么用,windows里操作不就可以了?
What's the use of this? Can't you just operate it in Windows?
|
|
2006-9-4 21:24 |
|
|
namejm
荣誉版主
       batch fan
积分 5226
发帖 1737
注册 2006-3-10 来自 成都
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by oracleweb at 2006-9-4 21:24:
这个有什么用,windows里操作不就可以了?
真是无知者无所谓。
windows下可以查看文件,那么,微软还要dir命令干什么?windows的图形界面已经十分漂亮了,微软为什么还要不断完善CMD那个黑忽忽的东西?——批处理为什么叫批处理?不就是能批量处理可以带来自动化么?一条命令的用处是有限的,如果把它们编成批处理,那么,它们发挥出来的作用就相当令人叹为观止了。对批处理,你应该多加了解,多用一些,或者自己写几个来用用,你就会深有体会了。
Last edited by namejm on 2006-9-5 at 07:07 ]
Originally posted by oracleweb at 2006-9-4 21:24:
What's the use of this? Can't you just operate it in Windows?
You're really ignorant and fearless.
You can view files in Windows, then why does Microsoft still have the dir command? The graphical interface of Windows is already very beautiful, then why does Microsoft keep improving the black CMD thing? -- Why is batch processing called batch processing? Isn't it because it can be batch processed to bring automation? The use of a single command is limited. If you compile them into batch processing, then the functions they exert will be quite amazing. You should learn more about batch processing, use it more, or write a few yourself, and you will have a deep understanding.
Last edited by namejm on 2006-9-5 at 07:07 ]
|

尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。 |
|
2006-9-4 21:33 |
|
|
electronixtar
铂金会员
      
积分 7493
发帖 2672
注册 2005-9-2
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
十分同意楼上的观点,顶一个
I completely agree with the view of the person above. Give it a thumbs up
|

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>" |
|
2006-9-5 05:57 |
|
|
chishingchancn
中级用户
  
积分 284
发帖 113
注册 2006-7-27
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
想看注册表在什么地方修改键值,建议使用RegSnap之类的软件就知道了。
If you want to see where the registry is modified for key values, it is suggested that you use software like RegSnap to find out.
|
|
2006-9-17 19:27 |
|