|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
|
2008-9-3 21:57 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
感谢分享!不过,很多人发过了。
Thanks for sharing! However, many people have already posted it.
|

 |
|
2008-9-3 22:05 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 3 楼』:
超强的发邮件SMTP邮件工具
使用 LLM 解释/回答一下
发送内容可以带回车。
http://caspian.dotconf.net/menu/Software/SendEmail/
SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.
The content can carry carriage returns.
http://caspian.dotconf.net/menu/Software/SendEmail/
SendEmail is a lightweight, command line SMTP email client. If you have the need to send email from a command line, this free program is perfect: simple to use and feature rich. It was designed to be used in bash scripts, batch files, Perl programs and web sites, but is quite adaptable and will likely meet your requirements. SendEmail is written in Perl and is unique in that it requires NO MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.
|
|
2008-9-3 22:05 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
|
2008-9-3 22:09 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 5 楼』:
NTToolkit
使用 LLM 解释/回答一下
https://www.netikus.net/products_downloads.html?SESSION=
CheckTCP.exe
FileReplace.exe
fping.exe
GETHTTP.exe
hlshlext.dll
logofdel.exe
NetSend.exe
nttoolkit_hlp.chm
pagesnpp.exe
PasswordAssistant.exe
pwdupd.exe
ServiceScheduler.exe
servicescheduler.ini
ShutdownTimer.exe
Sleep.exe
srvsec.exe
SuperDel.exe
TaskSecure.exe
(ServiceSecure -- srvsec.exe)
allows you to reset service passwords by specifying the username and password rather than having to specify the service names themselves or changing the password manually.
Password changes of user accounts that are being used for services no longer have to be feared. Just run ServiceSecure and tell it what username has changed to what password, the rest is done automatically. ServiceSecure even restarts services after the password has been changed (optional).
With ServiceSecure you can literally change the password of service accounts in seconds on a number of machines (when used in a batch file).
Last edited by uiopuiop on 2008-9-4 at 09:51 AM ]
https://www.netikus.net/products_downloads.html?SESSION=
CheckTCP.exe
FileReplace.exe
fping.exe
GETHTTP.exe
hlshlext.dll
logofdel.exe
NetSend.exe
nttoolkit_hlp.chm
pagesnpp.exe
PasswordAssistant.exe
pwdupd.exe
ServiceScheduler.exe
servicescheduler.ini
ShutdownTimer.exe
Sleep.exe
srvsec.exe
SuperDel.exe
TaskSecure.exe
(ServiceSecure -- srvsec.exe)
enables you to reset service passwords by specifying the username and password rather than having to specify the service names themselves or changing the password manually.
Password changes of user accounts that are being used for services no longer have to be feared. Just run ServiceSecure and tell it what username has changed to what password, the rest is done automatically. ServiceSecure even restarts services (optional) after the password has been changed.
With ServiceSecure you can literally change the password of service accounts in seconds on multiple machines (when used in a batch file).
Last edited by uiopuiop on 2008-9-4 at 09:51 AM ]
|
|
2008-9-3 22:18 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Windows Resource Kits 里面有几百个工具,楼主把自己的学习笔记挨个贴出来让大家学习一下?
There are hundreds of tools in the Windows Resource Kits. Does the original poster post his study notes one by one for everyone to learn?
|

 |
|
2008-9-3 22:23 |
|
|
metoo
初级用户
 
积分 195
发帖 93
注册 2006-10-28
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
gawk sed nircmd rar 都是好用的东西
gawk sed nircmd rar are all useful things
|
|
2008-9-3 22:24 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
Originally posted by HAT at 2008-9-3 10:23 PM:
Windows Resource Kits 里面有几百个工具,楼主把自己的学习笔记挨个贴出来让大家学习一下?
先介绍一个:
@echo off
rem Reset remote local admin password, by UIOPUIOP
cls
for /f %%i in (Reset_List.txt) do (
echo resetting password for %%i, please wait.....
cusrmgr.exe -u Administrator -m \\%%i -P P@SSWORD>>Results.log
)
Originally posted by HAT at 2008-9-3 10:23 PM:
There are hundreds of tools in the Windows Resource Kits. The thread starter, can you post your study notes one by one for everyone to learn?
First introduce one:
@echo off
rem Reset remote local admin password, by UIOPUIOP
cls
for /f %%i in (Reset_List.txt) do (
echo resetting password for %%i, please wait.....
cusrmgr.exe -u Administrator -m \\%%i -P P@SSWORD>>Results.log
)
|
|
2008-9-3 22:36 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 9 楼』:
DOS2UNIX and UNIX2DOS
使用 LLM 解释/回答一下
DOS2UNIX and UNIX2DOS
http://www.bastet.com/
DOS2UNIX.EXE converts MS-DOS text files to Unix format, by stripping any CR or end-of-file (Ctrl-Z) characters from the data. UNIX2DOS.EXE inserts a CR character when it encounters an LF character, converting the data to MS-DOS format.
DOS2UNIX and UNIX2DOS
http://www.bastet.com/
DOS2UNIX.EXE converts MS-DOS text files to Unix format by removing any carriage return (CR) or end-of-file (Ctrl-Z) characters from the data. UNIX2DOS.EXE inserts a carriage return (CR) character when it encounters a line feed (LF) character, converting the data to MS-DOS format.
|
|
2008-9-3 22:46 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
|
2008-9-4 05:39 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 11 楼』:
Garbo Utility
使用 LLM 解释/回答一下
Timo Salmi是芬兰Vaasa大学的一位教授,他收集了一些非常好的可以被大众所使用的命令行工具。下面列出了在这个免费软件收藏中我最喜欢的七款工具,Salmi把这个收藏叫做Garbo。
CHOOSE:用来进行文件批处理,是原来的CHOICE命令的新版本。现在Windows 2000、XP以及Server 2003已经不再支持CHOICE命令,所以CHOOSE非常有用的。
DELE:可以代替DEL功能的命令行种类。使用DELE并不是直接把文件删除,而是把文件移动到指定的回收站文件夹中,如果需要的话可以将文件恢复。如果你在批处理文件或其他自动运行的文件中需要使用DEL命令,那么你可以考虑使用DELE来作为替代品。
FILEAGE:用来查看文件的新旧程度;如果你不想通过计算文件的日期来对其进行判断的话(尤其是处理不规则的月份或者闰年日期的时候),那么使用FILEAGE将会非常方便。
FULLNAME:这是一个外加的附加上下文菜单,可以生成一个带有目标文件完整路径的DOS对话框。
RECENT:搜索近期文件的文件夹。例如,查找今天下午三点之后修改的所有文件,或者仅搜索昨天创建的文件。
WHEREIS:在驱动器上查找一个指定的文件或文件的集合在哪里。查找的结果可以按照日期进行排序,而且隐藏文件也能够被搜索到。
XPMOVE:当在目标文件夹中发现同名的旧文件夹,那么可以用它来把文件从旧文件夹移动到目标文件中。这个软件是一款简化版本的工具,与微软公司的 SyncToy(个人收藏夹)有些相似,区别在于它并没有在多个文件夹中进行递归处理。
http://garbo.uwasa.fi/
Timo Salmi is a professor at the University of Vaasa in Finland, and he has collected some very good command-line tools that are accessible to the public. Below are the seven tools I like most in this collection of free software, which Salmi calls Garbo.
CHOOSE: Used for batch processing of files, it is a new version of the original CHOICE command. Since Windows 2000, XP, and Server 2003 no longer support the CHOICE command, CHOOSE is very useful.
DELE: A type of command-line that can replace the DEL function. Using DELE does not directly delete files but moves them to a specified recycle bin folder, and files can be restored if needed. If you need to use the DEL command in batch files or other automatically running files, you can consider using DELE as a substitute.
FILEAGE: Used to view the age of files; if you don't want to judge by calculating the file dates (especially when dealing with irregular months or leap year dates), using FILEAGE will be very convenient.
FULLNAME: This is an additional context menu that generates a DOS dialog box with the full path of the target file.
RECENT: Searches folders for recent files. For example, find all files modified after 3 PM today, or only search for files created yesterday.
WHEREIS: Finds where a specified file or set of files are on the drive. The search results can be sorted by date, and hidden files can also be searched.
XPMOVE: When an old folder with the same name is found in the target folder, it can be used to move files from the old folder to the target file. This software is a simplified version of a tool, similar to Microsoft's SyncToy (Personal Favorites), except that it does not perform recursive processing in multiple folders.
http://garbo.uwasa.fi/
|
|
2008-9-4 09:33 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 12 楼』:
Command Line Sort Utility CMSort
使用 LLM 解释/回答一下
process DOS, WINDOWS, UNIX, or MAC text files (and mixed types)
process files with fixed-length records
three key types: string case sensitive, string case insensitive, number
supports multi-part keys
each (part-) key can be defined as ascending or descending
optionally ignore blank or empty records
optionally ignore records with duplicate keys
optionally ignore records with duplicate keys and write them to separate file
select path for temporary files
adjust usage of physical memory
2 to 5 way merging
optionally exclude header lines from sorting
http://www.chmaas.handshake.de/delphi/freeware/cmsort/cmsort.htm
处理DOS、Windows、UNIX或MAC文本文件(以及混合类型)处理固定长度记录的三种关键类型:区分大小写的字符串、不区分大小写的字符串、数字支持多部分键每个(部分-)键可定义为升序或降序可选忽略空白或空记录可选忽略具有重复键的记录可选忽略具有重复键的记录并将它们写入单独文件选择临时文件路径调整物理内存的使用2到5路合并可选排除排序的标题行 http://www.chmaas.handshake.de/delphi/freeware/cmsort/cmsort.htm
|
|
2008-9-4 09:35 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 13 楼』:
uptime - Check (remote) system uptime
使用 LLM 解释/回答一下
http://support.microsoft.com/kb/q232243/
Uptime.exe, is available for displaying system availability. Uptime.exe can be used to display the current uptime of the local or remote system. Optionally, it can also scan the Event log for key system events such as system restart or computers that are not responding (hanging). Where possible, it also calculates system availability.
http://support.microsoft.com/kb/q232243/
Uptime.exe is used to display system availability. It can show the current uptime of the local or remote system. Optionally, it can scan the event log for key system events like system restart or unresponsive (hanging) computers. It also calculates system availability when feasible.
|
|
2008-9-4 09:42 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 14 楼』:
runas 加强版本
使用 LLM 解释/回答一下
以非管理员用户登录时,如果要用管理员权限运行程序的话,需要用到 runas 命令
使用 lsrunase,lsrunas 的加强版本,可以使用加密的密码。自带一个小软件 LSencrypt 用来生成加密的字串。
用法:
lsrunase /user:administrator /password:41BngA== /domain: /command:notepad.exe /runpath:c:\
所有的参数必须齐全,其中:
user 为运行的账号
password 为密码加密后的字串
domain 为机器名或域名,也可留空代表本机
command 为要运行的程序名,如果携带参数需要在命令的首尾加引号
runpath 为程序启动的路径
特点:可以较完美的替代 runas,并避免直接将密码明文保存在脚本中。
相关页面:
http://www.moernaut.com/default.aspx?item=lsrunase
When logging in as a non-administrator user, if you want to run a program with administrator privileges, you need to use the runas command.
Using lsrunase, an enhanced version of lsrunas, you can use encrypted passwords. There is a small software LSencrypt included to generate encrypted strings.
Usage:
lsrunase /user:administrator /password:41BngA== /domain: /command:notepad.exe /runpath:c:\
All parameters must be complete. Among them:
user is the account to run
password is the encrypted string of the password
domain is the machine name or domain name, which can also be left blank to represent the local machine
command is the name of the program to run. If it carries parameters, quotes need to be added at the beginning and end of the command
runpath is the startup path of the program
Feature: It can perfectly replace runas and avoid directly saving the password in plain text in the script.
Related page:
http://www.moernaut.com/default.aspx?item=lsrunase
|
|
2008-9-4 09:46 |
|
|
uiopuiop
中级用户
  
积分 400
发帖 211
注册 2007-9-30
状态 离线
|
『第 15 楼』:
command-line network administration tools
使用 LLM 解释/回答一下
Some command-line network administration tools for automation scripting:
http://www.optimumx.com/
Account Manager (AccountManager.exe)
BuiltIn Account Manager (BuiltIn.exe)
Clean Up (CleanUp.exe)
Cover Your Tracks (Cyt.exe)
Delete Profiles (DeleteProfiles.exe)
Empty Recycle Bin (EmptyRecycleBin.exe)
Exit Windows (ExitWindows.exe)
IE Cache (IECache.exe)
ini Tool (iniTool.exe)
Memory Check (MemCheck.exe)
Message Box (MessageBox.exe)
Modify Profile (ModifyProfile.exe)
Network Alias (NetAlias.exe)
Network Password Age (NetPWAge.exe)
Network Server Comment (NetComment.exe)
Network Speed (NetSpeed.exe)
Network Users (NetUsers.exe)
Network View (NetView.exe)
Random Number Generator (Random.exe)
Set Short File Name (SetSFN.exe)
Set Wallpaper (SetWallpaper.exe)
Shell Execute (ShellExecute.exe)
Shortcut (Shortcut.exe)
Windows File Protection Query (WFPQuery.exe)
一些用于自动化脚本编写的命令行网络管理工具:
http://www.optimumx.com/
账户管理器(AccountManager.exe)
内置账户管理器(BuiltIn.exe)
清理工具(CleanUp.exe)
掩盖踪迹(Cyt.exe)
删除配置文件(DeleteProfiles.exe)
清空回收站(EmptyRecycleBin.exe)
退出Windows(ExitWindows.exe)
IE缓存清理(IECache.exe)
ini工具(iniTool.exe)
内存检查(MemCheck.exe)
消息框工具(MessageBox.exe)
修改配置文件(ModifyProfile.exe)
网络别名(NetAlias.exe)
网络密码期限(NetPWAge.exe)
网络服务器注释(NetComment.exe)
网络速度测试(NetSpeed.exe)
网络用户查询(NetUsers.exe)
网络查看(NetView.exe)
随机数生成器(Random.exe)
设置短文件名(SetSFN.exe)
设置墙纸(SetWallpaper.exe)
shell执行工具(ShellExecute.exe)
快捷方式工具(Shortcut.exe)
Windows文件保护查询(WFPQuery.exe)
|
|
2008-9-4 09:49 |
|