|
PPdos
高级用户
   
积分 783
发帖 268
注册 2006-12-26
状态 离线
|
『楼 主』:
系统命令调查与普及
使用 LLM 解释/回答一下
给大家出道题目,顺便提个建议:
运行以下命令:
dir %systemroot%\system32\*.exe /w
看看有没有你不懂的内部或外部命令。。。
然后选择一个你自己不懂的,想办法弄懂 然后把用法发上来并举出实例
如果大家觉得知识够完善 请试一试吧
Let's give everyone a question and also make a suggestion:
Run the following command:
dir %systemroot%\system32\*.exe /w
See if there are any internal or external commands you don't understand...
Then choose one that you don't understand yourself, try to figure it out, and then post the usage and give an example
If everyone thinks the knowledge is complete, please give it a try
|

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃. |
|
2008-6-23 05:06 |
|
|
PPdos
高级用户
   
积分 783
发帖 268
注册 2006-12-26
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
先说下其中一个我不懂的命令吧(虽然有好多><#!)
RSH命令
remote shell 的简写 简单的理解为 与远程主机建立一个管道 将本机上的回车的命令发送到远程主机上 然后把远程主机上的反映回显到本地主机上
举例:
在远程主机192.168.0.1上以Coucou用户执行dir命令
rsh 192.168.0.1 -l Coucou dir
> 192.168.0.1:连接超时
(我这里没有远程主机 先凑合一下吧大家)
如果使用重定向 ">>" 需要加上引号 不然是在自己机器上执行
Last edited by PPdos on 2008-6-23 at 01:09 AM ]
First, let's talk about one of the commands I don't understand (though there are many ><#!).
RSH command
Short for remote shell. Simply understood as establishing a pipeline with the remote host, sending the commands with carriage returns from the local machine to the remote host, and then echoing the response from the remote host back to the local host.
Example:
Execute the dir command on the remote host 192.168.0.1 as user Coucou
rsh 192.168.0.1 -l Coucou dir
> Connection timed out for 192.168.0.1
(I don't have a remote host here, just make do everyone)
If using redirection ">>", you need to add quotes, otherwise it will execute on your own machine
Last edited by PPdos on 2008-6-23 at 01:09 AM ]
|

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃. |
|
2008-6-23 05:33 |
|
|
pusofalse
银牌会员
    
积分 1604
发帖 646
注册 2008-4-13
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我想知道一共有多少个命令。。。 恐怕我连其中的3分之一的命令。。都不会。。。
I want to know how many commands there are in total... I'm afraid I don't even know a third of them...
|

心绪平和,眼藏静谧,无比安稳的火... Purification of soul...Just a false...^_^ |
|
2008-6-23 07:19 |
|
|
PPdos
高级用户
   
积分 783
发帖 268
注册 2006-12-26
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
我的xp home edition sp3系统里有300多条
再发一条命令: sol
这个命令让很多人着迷^^
There are more than 300 items in my XP Home Edition SP3 system.
Post another command: sol
This command fascinates many people^^
|

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃. |
|
2008-6-23 08:13 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
|
2008-6-23 22:16 |
|
|
PPdos
高级用户
   
积分 783
发帖 268
注册 2006-12-26
状态 离线
|
『第 6 楼』:
网络诊断命令
使用 LLM 解释/回答一下
netsh
收集关于系统的的硬软件信息和网络连接的信息
gui界面是 netsh diag gui
此命令真是强大 以前偶尔用过却没细细捉摸,今天有幸再此看到 就给大家演示一下:
如果不懂 请 netsh /? 查询帮助
以下为个别操作举例:
netsh firewall>show state
防火墙状态:
-------------------------------------------------------------------
配置文件 = 标准
操作模式 = 禁用
例外模式 = 启用
多播/广播响应模式 = 启用
通知模式 = 启用
组策略版本 = 无
远程管理模式 = 禁用
Ports currently open on all network interfaces:
Port Protocol Version Program
-------------------------------------------------------------------
9 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
33191 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
15882 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
1763 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
59154 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
24358 UDP IPv4 (null)
24358 TCP IPv4 (null)
1932 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
1986 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
56306 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
C:\Documents and Settings\me>netsh diag connect 58.215.64.130 80
下列命令没有找到: diag connect 58.215.64.130 80。
C:\Documents and Settings\me>netsh diag connect iphost 58.215.64.130 80
IPHost (58.215.64.130)
IPHost = 58.215.64.130
Port = 80
服务器看起来运行在端口
除了连接 指定ip 指定端口外 也可以是代理服务器 邮件服务器 等等
C:\Documents and Settings\me>netsh diag connect
下列指令有效:
此上下文中的命令:
connect ieproxy - 连接到 Internet Explorer 的代理
connect iphost - 连接到用户指定的 IP 主机。
connect mail - 连接到邮件服务器。
connect news - 连接到新闻服务器。
show 一下子命令
netsh diag>show
下列指令有效:
命令从 netsh 上下文继承:
show alias - 列出所有定义过的别名。
show helper - 请列出所有头等助手。
show mode - 显示当前的模式。
此上下文中的命令:
show adapter - 显示所有适配器。
show all - 显示所有类别。
show client - 显示所有网络客户端。
show computer - 显示计算机信息。
show dhcp - 显示每个适配器的 DHCP 服务器。
show dns - 显示每个适配器的 DNS 服务器。
show gateway - 显示每个适配器的默认网关服务器。
show ieproxy - 显示 Internet Explorer 的服务器名称和端口号。
show ip - 显示每个适配器的 IP 地址。
show mail - 显示邮件服务器名称和端口号。
show modem - 显示所有调制解调器。
show news - 显示新闻服务器名称和端口号。
show os - 显示操作系统信息。
show test - 显示所有类别并执行所有测试
show version - 显示 Windows 和 WMI 版本。
show wins - 显示每个适配器的首选和辅助 WINS 服务器。
好玩得还有 喜欢的发帖子顶!
Last edited by PPdos on 2008-6-24 at 04:57 PM ]
netsh
Collect hardware and software information about the system and information about network connections
The GUI interface is netsh diag gui
This command is really powerful. I used it occasionally before but didn't study it carefully. Today, I was fortunate to see it again, so I'll demonstrate it for everyone:
If you don't understand, please query the help with netsh /?
The following are examples of individual operations:
netsh firewall>show state
Firewall state:
-------------------------------------------------------------------
Configuration file = Standard
Operation mode = Disabled
Exception mode = Enabled
Multicast/broadcast response mode = Enabled
Notification mode = Enabled
Group policy version = None
Remote management mode = Disabled
Ports currently open on all network interfaces:
Port Protocol Version Program
-------------------------------------------------------------------
9 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
33191 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
15882 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
1763 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
59154 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
24358 UDP IPv4 (null)
24358 TCP IPv4 (null)
1932 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
1986 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
56306 UDP IPv4 C:\Program Files\Windows Live\Messenger\msnmsgr.exe
C:\Documents and Settings\me>netsh diag connect 58.215.64.130 80
The following command was not found: diag connect 58.215.64.130 80.
C:\Documents and Settings\me>netsh diag connect iphost 58.215.64.130 80
IPHost (58.215.64.130)
IPHost = 58.215.64.130
Port = 80
The server appears to be running on port
In addition to connecting to a specified IP and specified port, it can also be a proxy server, mail server, etc.
C:\Documents and Settings\me>netsh diag connect
The following commands are valid:
Commands in this context:
connect ieproxy - Connect to the proxy of Internet Explorer
connect iphost - Connect to the user-specified IP host.
connect mail - Connect to the mail server.
connect news - Connect to the news server.
Show the commands at once
netsh diag>show
The following commands are valid:
Commands inherited from the netsh context:
show alias - List all defined aliases.
show helper - Please list all top-level helpers.
show mode - Display the current mode.
Commands in this context:
show adapter - Display all adapters.
show all - Display all categories.
show client - Display all network clients.
show computer - Display computer information.
show dhcp - Display the DHCP server for each adapter.
show dns - Display the DNS server for each adapter.
show gateway - Display the default gateway server for each adapter.
show ieproxy - Display the server name and port number of Internet Explorer.
show ip - Display the IP address of each adapter.
show mail - Display the mail server name and port number.
show modem - Display all modems.
show news - Display the news server name and port number.
show os - Display operating system information.
show test - Display all categories and execute all tests
show version - Display Windows and WMI versions.
show wins - Display the preferred and auxiliary WINS servers for each adapter.
It's fun too. Those who like it can post and top!
Last edited by PPdos on 2008-6-24 at 04:57 PM ]
|

菩提本无树,明镜亦非台,本来无一物,何处惹尘埃. |
|
2008-6-24 23:50 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
netsh 还可以设置防火墙 好东西(我的电脑上是有的,看了网吧的电脑,没有)
想学习 makecab 打包工具, 看了老毛桃那个作品,那些参数很多都不会
希望高手指教
netsh can also set up the firewall. Good stuff (it's available on my computer, but not on the Internet café's computers).
Want to learn the makecab packaging tool. After looking at the Lao Maotao's work, many of those parameters are not understood.
Hope for an expert's guidance
|

综合型编程论坛
我的作品索引 |
|
2009-1-2 14:42 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 8 楼』:
Re 7楼
使用 LLM 解释/回答一下
MakeCAB是微软提供的制作CAB的文件,详细的MakeCAB介绍请参考微软MSDN。系统给出命令用法如下:
Microsoft (R) Cabinet Maker - Version (32) 1.00.0601 (03/18/97)
Copyright (c) Microsoft Corp 1993-1997. All rights reserved.
MAKECAB ] source
MAKECAB ] /F directive_file
source File to compress.
destination File name to give compressed file. If omitted, the
last character of the source file name is replaced
with an underscore (_) and used as the destination.
/F directives A file with MakeCAB directives (may be repeated).
/D var=value Defines variable with specified value.
/L dir Location to place destination (default is current directory).
/V Verbosity level (1..3).
如果目录里面有多个文件,那么就需要编写一个文件列表文件,用来告诉MakeCAB,有多少文件需要打包。
简单的编写了一个list.txt文件,里面仅仅包含2行。一个是libactivex.inf,一个libactivex.dll
然后执行:
makecab /F list.txt /D compressiontype=lzx /D compressionmemory=21 /V
系统将显示压缩过程和压缩结果,如下:
Microsoft (R) Cabinet Maker - Version 5.1.2600.2180
Copyright (c) Microsoft Corporation. All rights reserved..
287,395 bytes in 2 files
Total files: 2
Bytes before: 287,395
Bytes after: 162,170
After/Before: 56.43% compression
Time: 0.74 seconds ( 0 hr 0 min 0.74 sec)
Throughput: 378.76 Kb/second
压缩之后,目录下将生成一个目录,将目录里面的文件改名成libactivex.cab(可以是你需要的文件名)就OK了。
然后就可以放到WEB服务器的目录下,IE打开的时候就会提示下载了。
附:INF的生成方法将在以后介绍。
其实,还有2个办法生成CAB文件,一个就是利用Visual Studio,另外一个就是利用专门的打包工具,可以google一下。
makecab 的使用方法详解与技巧 :
最简单的用法:
makecab 文件完整的名称 如 makecab wmd.dll
指定压缩类型及使用内存的大小:
makecab /d compressiontype=lzx /d compressionmemory=21 wmd.dll 压缩比高
批量压缩的办法:
for %v in (*.*) do makecab %v
之前俺研究了好久,都不知道怎么用一条命令将一个目录下的所有文件压缩成CAB包,现在终于知道了,压缩成一个CAB包的办法:
makecab /f list.txt /d compressiontype=mszip /d compressionmemory=21 /d maxdisksize=1024000000 /d diskdirectorytemplate=dd* /d cabinetnametemplate=dd*.cab
来个高压缩比的:
makecab /f list.txt /d compressiontype=lzx /d compressionmemory=21 /d maxdisksize=1024000000 /d diskdirectorytemplate=dd* /d cabinetnametemplate=dd*.cab
这儿的list.txt里面是文件的列表,如果是相对路径那么要放到要压缩的文件夹中,如果是绝对路径就可以放到任何地方喽!
MakeCAB is a file created by Microsoft for making CAB files. For detailed MakeCAB introductions, please refer to Microsoft MSDN. The command usage provided by the system is as follows:
Microsoft (R) Cabinet Maker - Version (32) 1.00.0601 (03/18/97)
Copyright (c) Microsoft Corp 1993-1997. All rights reserved.
MAKECAB ] source
MAKECAB ] /F directive_file
source File to compress.
destination File name to give compressed file. If omitted, the
last character of the source file name is replaced
with an underscore (_) and used as the destination.
/F directives A file with MakeCAB directives (may be repeated).
/D var=value Defines variable with specified value.
/L dir Location to place destination (default is current directory).
/V Verbosity level (1..3).
If there are multiple files in a directory, then you need to write a file list file to tell MakeCAB how many files need to be packaged.
A simple list.txt file is written, which contains only 2 lines. One is libactivex.inf, and the other is libactivex.dll
Then execute:
makecab /F list.txt /D compressiontype=lzx /D compressionmemory=21 /V
The system will display the compression process and the compression result, as follows:
Microsoft (R) Cabinet Maker - Version 5.1.2600.2180
Copyright (c) Microsoft Corporation. All rights reserved..
287,395 bytes in 2 files
Total files: 2
Bytes before: 287,395
Bytes after: 162,170
After/Before: 56.43% compression
Time: 0.74 seconds ( 0 hr 0 min 0.74 sec)
Throughput: 378.76 Kb/second
After compression, a directory will be generated under the directory. Rename the files in the directory to libactivex.cab (it can be the file name you need) and it's OK.
Then it can be placed in the directory of the WEB server, and IE will prompt to download when opened.
Attachment: The generation method of INF will be introduced later.
In fact, there are 2 other ways to generate CAB files. One is to use Visual Studio, and the other is to use a special packaging tool. You can Google it.
Detailed explanations and tips for using makecab:
The simplest usage:
makecab full name of the file such as makecab wmd.dll
Specify compression type and the size of memory used:
makecab /d compressiontype=lzx /d compressionmemory=21 wmd.dll has a high compression ratio
Batch compression method:
for %v in (*.*) do makecab %v
Before, I studied for a long time and didn't know how to use one command to compress all files in a directory into a CAB package. Now I finally know that the way to compress into one CAB package is:
makecab /f list.txt /d compressiontype=mszip /d compressionmemory=21 /d maxdisksize=1024000000 /d diskdirectorytemplate=dd* /d cabinetnametemplate=dd*.cab
Here's one with a high compression ratio:
makecab /f list.txt /d compressiontype=lzx /d compressionmemory=21 /d maxdisksize=1024000000 /d diskdirectorytemplate=dd* /d cabinetnametemplate=dd*.cab
The list.txt here is the list of files. If it's a relative path, then it should be placed in the folder to be compressed. If it's an absolute path, it can be placed anywhere!
|

 |
|
2009-1-2 19:07 |
|
|
netbenton
银牌会员
     批处理编程迷
积分 1916
发帖 752
注册 2008-12-28 来自 广西
状态 离线
|
|
2009-1-4 00:18 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
请允许我放一个这么长的东西....
bootcfg 描述:
此命令行工具可以用来在 BOOT.INI 文件中配置,查询,
更改或删除启动项目设置。
charmap 字符映射表
chkntfs 在启动时显示或修改磁盘检查。
cleanmgr 清理磁盘工具(windows下的)
cliconfg SQL SERVER 客户端网络实用工具(windows下)
clipbrd 剪切簿查看器(windows下)
convert 转换磁盘为ntfs格式(不删除数据)
ddeshare 共享(windows下)
defrag 碎片整理程序
diantz 相当于 makecab命令 好像是cab打包工具
diskpart 很多磁盘操作,不懂
dosx 进入command状态
DRIVERQUERY ]]]
描述:
允许管理员枚举和显示已安装设备驱动程序
列表以及驱动程序的属性。
drwatson 系统医生 (windows下)
drwtsn32 系统医生相关 (windows下)
dxdiag directX诊断工具 (windows下)
esentutl 英文 完全不懂.好像跟数据库有关
eventvwr 事件查看器(windows下)
exe2bin 好像是转换exe到Bin 乱玩没成功过...
expand 解压cab文件
好像(只是说好像)-f参数好像是用来指定解压其中一个文件的
路过fc命令,大家做数学练习的时候用这个来校对答案是最好的了
finger
Displays information about a user on a specified system running the
Finger service. Output varies based on the remote system.
forcedos 启动程序。
可传递给程序参数。
郁闷freecell是空当接龙
fsquirt (windows下)Bluetooth 文件传送向导,我看着 tooth怎么这么眼熟原来是牙,还是蓝牙。
fsutil 好东西,经过...
getmac (不懂)
描述:
此命令行工具使管理员能够显示系
统上一个或多个网卡的 MAC 地址。
getresult
描述:
此命令行工具显示目标用户和计算机的
策略 (RSoP) 的结果集。(好像就是相关信息)
gpupdate
Microsoft(R) Windows(R) 操作系统组策略刷新实用程序 v5.1
(C) Microsoft Corporation. All rights reserved.
说明: 刷新组策略设置。
hostname 计算机名称
iexpress (windows下)捆绑文件的东西....貌似打包在exe文件里面,setup时像安装程序一样
第一次看到是在某教程--windows自带木马捆绑工具....
ipxroute NWLink 源路由选择控制程序 2.00 版。
LODCTR (不懂)为可扩展的计数器更新性能监视器的计数器名称及说明文字
Logman 管理“性能日志和警报”服务,来创建和管理事件跟踪会话日志和性能日志。
(虽然不知道怎么玩,但是很“先进” 我用more结合列出,结果一行一个字...还有响声)
logoff 不试不知道...试试
magnify (windows下)放大镜
makecab 压缩+打包 跟上面说的diantz一样
Mem (需在command中使用)
显示有关分配内存区域、可用内存区域和当前在 MS-DOS 子系统中加载进内存的程序信息。键入不带参数的 mem 显示 MS-DOS 子系统的已使用和可用内存的状态。
参数
/program
显示正加载进入内存的程序状态。
/debug
显示当前加载程序和内部驱动程序的状态,以及其他程序信息。
/classify
显示加载到常规内存和高端内存区 (UMA) 的程序状态。
/?
mmc Path\filename.msc
参数
Path\filename.msc
启动 MMC 并打开保存的控制台。需要为保存的控制台文件指定完整的路径和文件名。如果没有指定控制台文件,则 MMC 将打开新的控制台。
/a
在作者模式中打开保存的控制台。用来对保存的控制台进行更改。
/64
打开 64 位版本的 MMC (MMC64)。只有运行 Windows XP 64-Bit Editon 才使用该选项。
/32
打开 32 位版本的 MMC (MMC32)。运行 Windows XP 64-Bit Editon 时,可以通过该命令行选项打开 MMC,从而运行 32 位管理单元。
mountvol (好东西....)创建、删除或列出卷装载点。
mplay32 windows自带的音乐播放程序,文件-打开--发现windows的发声音频文件,例如关机
在windows\media 目录下
mkbkup 好像是备份还原的,不会用.
mqsvc 不知道是什么 列的那串表很有个性
mrinfo -n 以数字格式显示 IP 地址
-i address 发送查询的本地界面地址
-t seconds IGMP 查询的超时时间(以秒为单位) (缺省为 3 秒)
-r retries 额外发送 SNMP 查询的次数 (缺省为 0)
msg (系统对话框) 将消息发给用户
mshearts 网上红心大战
msiexec 安装选项
narrator windows讲述人
nslookup 显示可用来诊断域名系统 (DNS) 基础结构的信息。使用此工具之前,您应当熟悉 DNS 的工作原理。只有在已安装 TCP/IP 协议的情况下才可以使用 Nslookup 命令行工具。
ntbackup (windows下)备份工具
ntsd 全英文,据说可以强制关闭进程的taskkill以外的工具,我不会。
openfiles 描述:
允许管理员列出或中断系统上已打开的
文件和文件夹。
osk 跟曾经见过的屏幕键盘不一样 很漂亮(不知道跟系统版本有没有关系)
packager (windows下) 对象打包程序 好像还可以更换图标
pentnt 英文,完全不会
proxycfg -? : 查看帮助信息
proxycfg : 查看当前 WinHTTP 代理设置
qprocess 列出进程的又一种方式
qwinsta 会话...
racmgr32 (windows下)远程自动化连接程序
replace 替换文件 我都忘了有这命令了
rtcshare (windows下) 共享会话
runas 允许用户用其他权限运行指定的工具和程序,而不是用户当前登录提供的权限。
sigverif (windows下)文件签名验证
syncapp (在桌面建立一个 我的公文包)
sysedit (windows下)系统配置编辑器
tsdiscon 到注销画面 但没有注销...
tsshutdn 关机的,感觉不错
verifier (windows下) 完全不懂
winchat (windows下) 聊天
Please allow me to put such a long thing....
bootcfg Description:
This command-line tool can be used to configure, query, change or delete startup project settings in the BOOT.INI file.
charmap Character map
chkntfs Displays or modifies disk checks at startup.
cleanmgr Disk cleanup tool (under Windows)
cliconfg SQL SERVER Client Network Utility (under Windows)
clipbrd Clipboard Viewer (under Windows)
convert Convert disk to NTFS format (without deleting data)
ddeshare Share (under Windows)
defrag Defragmenter
diantz Equivalent to the makecab command, seems to be a cab packing tool
diskpart Many disk operations, don't understand
dosx Enter command state
DRIVERQUERY ]]]
Description:
Allows administrators to enumerate and display lists of installed device drivers and properties of drivers.
drwatson System Doctor (under Windows)
drwtsn32 Related to System Doctor (under Windows)
dxdiag DirectX Diagnostic Tool (under Windows)
esentutl English, completely don't understand. Seems related to databases
eventvwr Event Viewer (under Windows)
exe2bin Seems to convert EXE to Bin, never succeeded in playing around...
expand Unzip cab files
It seems (just saying seems) -f parameter seems to be used to specify unzipping one of the files
Passing by the fc command, everyone uses this to check answers when doing math exercises is the best
finger
Displays information about a user on a specified system running the
Finger service. Output varies based on the remote system.
forcedos Startup program.
Can pass parameters to the program.
Depressed freecell is FreeCell
fsquirt (under Windows) Bluetooth File Transfer Wizard, I see tooth is so familiar, it turns out to be tooth, still Bluetooth.
fsutil Good stuff, after...
getmac (don't understand)
Description:
This command-line tool enables administrators to display the
MAC addresses of one or more network cards on the system.
getresult
Description:
This command-line tool displays the result set of policies (RSoP) for the target user and computer. (Seems to be related information)
gpupdate
Microsoft(R) Windows(R) Operating System Group Policy Refresh Utility v5.1
(C) Microsoft Corporation. All rights reserved.
Description: Refreshes group policy settings.
hostname Computer name
iexpress (under Windows) File bundling thing.... Seems to be packaged in an EXE file, like an installer during setup
The first time I saw it was in a certain tutorial--Windows built-in Trojan bundling tool....
ipxroute NWLink Source Routing Control Program version 2.00.
LODCTR (don't understand) Updates performance monitor counter names and descriptions for extensible counters
Logman Manages the "Performance Logs and Alerts" service to create and manage event trace session logs and performance logs.
(Although I don't know how to play, but very "advanced" I use more combined to list, the result is one character per line... and there are beeps)
logoff Don't know until you try... try
magnify (under Windows) Magnifier
makecab Compress + package the same as the diantz mentioned above
Mem (needs to be used in command)
Displays information about allocated memory regions, available memory regions, and programs loaded into the memory in the MS-DOS subsystem. Typing mem without parameters displays the status of used and available memory in the MS-DOS subsystem.
Parameters
/program
Displays the status of programs being loaded into memory.
/debug
Displays the status of currently loaded programs and internal drivers, as well as other program information.
/classify
Displays the status of programs loaded into conventional memory and Upper Memory Area (UMA).
/?
mmc Path\filename.msc
Parameters
Path\filename.msc
Starts MMC and opens the saved console. The full path and filename of the saved console file need to be specified. If no console file is specified, MMC will open a new console.
/a
Opens the saved console in author mode. Used to make changes to the saved console.
/64
Opens the 64-bit version of MMC (MMC64). Only used when running Windows XP 64-Bit Edition.
/32
Opens the 32-bit version of MMC (MMC32). When running Windows XP 64-Bit Edition, you can use this command-line option to open MMC to run 32-bit snap-ins.
mountvol (Good stuff....) Creates, deletes, or lists volume mount points.
mplay32 Windows built-in music player, File - Open - discovers Windows sound audio files, such as shutdown
In the windows\media directory
mkbkup Seems to be for backup and restore, don't know how to use.
mqsvc Don't know what it is The list of that string is very unique
mrinfo -n Displays IP addresses in numeric format
-i address Local interface address to send the query
-t seconds Timeout for IGMP queries (in seconds) (default is 3 seconds)
-r retries Additional number of SNMP queries to send (default is 0)
msg (System dialog) Sends messages to users
mshearts Online Hearts
msiexec Installation options
narrator Windows Narrator
nslookup Displays information that can be used to diagnose the Domain Name System (DNS) infrastructure. Before using this tool, you should be familiar with how DNS works. The Nslookup command-line tool can only be used if the TCP/IP protocol is installed.
ntbackup (under Windows) Backup tool
ntsd All English, it is said to be a tool other than taskkill to force close processes, I don't know.
openfiles Description:
Allows administrators to list or interrupt open
files and folders on the system.
osk Different from the screen keyboard I have seen before Very beautiful (don't know if it is related to the system version)
packager (under Windows) Object Packager seems to be able to change icons
pentnt English, completely don't know
proxycfg -? : View help information
proxycfg : View current WinHTTP proxy settings
qprocess Another way to list processes
qwinsta Session...
racmgr32 (under Windows) Remote Automation Connection Program
replace Replace files I forgot there was this command
rtcshare (under Windows) Shared session
runas Allows users to run specified tools and programs with other permissions instead of the permissions provided by the user's current login.
sigverif (under Windows) File Signature Verification
syncapp (Create a My Briefcase on the desktop)
sysedit (under Windows) System Configuration Editor
tsdiscon Goes to the logoff screen but doesn't log off...
tsshutdn Shuts down, feels good
verifier (under Windows) Completely don't understand
winchat (under Windows) Chat
|

综合型编程论坛
我的作品索引 |
|
2009-1-10 14:06 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 11 楼』:
Re 10楼
使用 LLM 解释/回答一下
如能提供一些应用实例、开关讲解,就更好了。
If some application examples and switch explanations can be provided, it will be even better.
|

 |
|
2009-1-10 15:57 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
我食言了 又来上线了。。。。
自个儿也不晓得,一个个试过看了说明而已
对了网上有个抽取help教程的《我爱批处理-专项教程》
我网盘藏了一个 523066680.ys168.com 最后一个文件夹里面
I broke my promise and came online again...
I don't know myself, I just tried one by one and read the instructions.
By the way, there is a "I Love Batch Processing - Special Tutorial" that extracts help tutorials online.
I have a cloud disk hidden at 523066680.ys168.com, in the last folder
|

综合型编程论坛
我的作品索引 |
|
2009-1-14 09:24 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
看来还是一个个命令地聊比较有趣。
用了一下mqsvc 列出一个表格 我完全不知道那是什么东西 哪位大侠愿意解析一二
先谢谢了。
It seems that chatting about commands one by one is more interesting.
I used mqsvc to list a table, and I have no idea what that thing is. Which expert is willing to analyze it for me?
Thanks in advance.
|

综合型编程论坛
我的作品索引 |
|
2009-1-29 21:38 |
|
|
523066680
银牌会员
     SuperCleaner
积分 2362
发帖 1133
注册 2008-2-2
状态 离线
|
|
2009-10-22 15:32 |
|