|
能看懂,但是要翻译就...........
XPEinit.exe
no switches -> command to execute without showing window (proxy mode), holding control key skips the execution
-b sends a broadcast message to all apps to re-read the environment variables
更新环境变量
-l creates shortcuts
创建快捷菜单
-y disables unsigned driver warning dialog box
禁止显示未签名的驱动对话框
-p setup ie proxy from xpeinit registry keys
通过xpeinit修改注册表来设置IE代理
-z setup refresh
刷新
-h max refresh rate for -z
设置(-z)最大刷新率
-d runoncedel, deletes RunOnceEx keys between 400 and 600
删除RunOnceEx值,即删除在RunOnceEx中400-600的key值
-s doesn't complain if the launched command fails
-r processes RunOnceEx keys
处理RunOnceEx
-f force, when running in proxy mode, executes the program, even if the control key is pressed
强制,在代理模式,执行程序,甚至控制key繁忙
-m message to display in the title of window when launching an application in proxy mode
在窗口标题栏显示运行信息
-w check for WBEM repository in %SystemRoot%\system32\wbem\Repository or build it in %temp%\Repository
-9 disables 24 hour time limit by killing smss.exe and winlogon.exe (thx TheTruth)
去除24h限制(kill到smss.exe,winlogon.exe进程)
-6 reboot system (tells XPELogon to reboot the system)
重启系统(调用XPELogon)
-0 shutdown system (tells XPELogon to shutdown the system)
关闭系统(调用XPELogon)
Extended shortcut registry key syntax, the value field
program_to_launch|program_arguments|icon_file[,n] - n icon index in the icon file
XPELogon.exe
-w disable desktop switching (this implies winlogon resource limit)
-n do not show the progressbar
不显示进度条
-d launch a command line prompt at startup (before any other action), this is used mainly for debug
在任何操作之前启动一个命令行,(主要用于调试)
-r calls xpeinit -r that does RunOnceEx using internal routine
调用xpeinit -r,处理RunOnceEx注册表项
-p profiles boot time, displays a message with msec elapsed during boot, the counter starts when XPELogon.exe is launched
描述启动时间,在启动的时候显示一个以毫秒信息(以毫秒),当XPELogon.exe开始运行是开始计时
-s only used with -r causes xpeinit to not display an error message when an entry in RunOnceEx fails
-e enables environment updates when receiving WM_SETTINGCHANGE broadcast messages, beware it can lead to xpelogon crashing
更新环境变量,小心它将导致xpelogon崩溃
-h set winlogon shell registry key according to shell selected within XPELogon
-x skips Registration directory and shell32 locale mismatch integrity checks, use only if sure
-5 password : generate md5 hash for the given password, the hash will be copied into the clipboard (please use passwords less than 16 characters long)
将给定的密码转换成MD5值,并将该值复制到剪切板(请使用不小于16个字符长度) |
|