regedit 可以打开注册表编缉器.msconfig 可以打开系统配置文件(在 9x 系统) sfc 可以打开系统文件检查器scandisk 扫描磁盘(用于 9x)ping 网络测试scanreg 扫描注册表winipcfg 查看自己的ip(只适合 win 9x)sigverif 可以得出任何未经签署的文件asd (98,用于检测系统是否有问题,不是很常用)rundll32.exe user.exe,exitwindows
regedit 可以打开注册表编缉器.
msconfig 可以打开系统配置文件(在 9x 系统)
sfc 可以打开系统文件检查器
scandisk 扫描磁盘(用于 9x)
ping 网络测试
scanreg 扫描注册表
winipcfg 查看自己的ip(只适合 win 9x)
sigverif 可以得出任何未经签署的文件
asd (98,用于检测系统是否有问题,不是很常用)
rundll32.exe user.exe,exitwindows 关机
rundllexe user.exe, exitwindowsexec 在运行对话框中运行可以重启windows
start 文件名 自动用默认程序打开文件 例:start a.txt 自动用记事本打开a.txt
还有"c:\windows"这样的,可以直接打开相应的文件夹(在运行窗口输入)
scanreg /fix 用于检测扫描注册表
scnareg /restore 则可以使注册表恢复到最近几天的样子
<如果不是特殊处理 (专门处理)
测试你的 98 吧
你用的是d版吗
运行tour 98如果可以 你的版本不错
如果有光盘的时候可以 ok你的破戒版还不错
根本不行 好了你的98是大众化产品>
<在公司局网中如对方共享了一个盘或打印机
\\192.168.0.13\c\aux\aux
\\192.168.0.13\print$\aux\aux
立刻蓝屏>
<上网时运行\command\打入netstat -n立刻知道和那几个ip(端口)建立了连接(可以知道有人
黑你吗)如果qq用上面的方法立刻蓝屏>
在纯dos下用fdisk /mbr 命令可以修复被破坏的分区表
winfile 打开文件管理器(在运行里输入 9x 的系统)
在 win2000 系统中运行 cmd 出现命令提示符
ipconfig 可以查看自己的网络配置(在命令提示符或ms-dos 下运行可以保留
2楼
----------------------
网络经典命令行
-> windows 2k/2003 server
1.最基本,最常用的,测试物理网络的
ping 192.168.10.88 -t ,参数-t是等待用户去中断测试
2.查看dns、ip、mac等
a.win98:
winipcfg
b.win2000以上:
ipconfig/all
c.nslookup:如查看河北的
dns
c:\>nslookup
default server: ns.hesjptt.net.cn
address: 202.99.160.68
>server 202.99.41.2 则将dns改为了
41.2
> pop.pcpop.com
server: ns.hesjptt.net.cn
address: 202.99.160.68
non-authoritative answer:
name: pop.pcpop.com
address: 202.99.160.212
3.网络信使
net send 计算机名/ip|* (广播) 传送内容,注意不能跨网段
net stop messenger 停止信使服务,也可以在面板-服务修改
net start messenger 开始信使服务
4.探测对方对方计算机名,所在的组、域及当前用户名
ping -a ip -t ,只显示netbios名
nbtstat -a 192.168.10.146 比较全的
5.netstat -a 显示出你的计算机当前所开放的所有端口
netstat -s -e 比较详细的显示你的网络资料,包括tcp、udp、icmp 和 ip的统计等
6.探测arp绑定(动态和静态)列表,显示所有连接了我的计算机,显示对方ip和mac地址
arp -a
7.在代理服务器端
捆绑ip和mac地址,解决局域网内盗用ip:
arp -s 192.168.10.59 00-50-ff-6c-08-
75
解除网卡的ip与mac地址的绑定:
arp -d 网卡
ip
8.在网络邻居上隐藏你的计算机
net config server /hidden:yes
net config server /hidden:no 则为开启
9.几个net命令
回复
3楼
参数
-a remotename
显示远程计算机的 netbios 名称表,其中,remotename 是远程计算机的 netbios 计算机名称。netbios 名称表是运行在该计算机上的应用程序使用的 netbios 名称列表。
-a ipaddress
显示远程计算机的 netbios 名称表,其名称由远程计算机的 ip 地址指定(以小数点分隔)。
-c
显示 netbios 名称缓存内容、netbios 名称表及其解析的各个地址。
-n
显示本地计算机的 netbios 名称表。registered 中的状态表明该名称是通过广播或 wins 服务器注册的。
-r
显示
netbios 名称解析统计资料。在配置为使用
wins 的
windows xp 计算机上,该参数将返回已通过广播和
wins 解析和注册的名称号码。
-r
清除 netbios 名称缓存的内容并从 lmhosts 文件中重新加载带有 #pre 标记的项目。
-rr
重新释放并刷新通过 wins 注册的本地计算机的 netbios 名称。
-s
显示 netbios 客户和服务器会话,并试图将目标 ip 地址转化为名称。
-s
显示 netbios 客户和服务器会话,只通过 ip 地址列出远程计算机。
interval
重新显示选择的统计资料,可以中断每个显示之间的 interval 中指定的秒数。按 ctrl+c 停止重新显示统计信息。如果省略该参数, netstat 将只显示一次当前的配置信息。
/?
在命令提示符显示帮助。
注释
nbtstat 命令行参数区分大小写。
下表列出了由 nbtstat 生成的列标题。 标题 说明
input 接收的字节数。
output 发送的字节数。
in/out 该连接是否从计算机(传出)或者其他计算机到本地计算机(传入)。
lift 名称表缓存项在被清除之前所存留的时间。
local name 本地 netbios 名称与连接相关联。
remote host 与远程计算机相关的名称或 ip 地址。
<03> 转化为十六进制的 netbios 名称的最后一个字节。
回复
4楼
netstat -e -s
要想仅显示
tcp 和
udp 协议的统计信息,请键入下列命令:
netstat -s -p tcp udp
要想每 5 秒钟显示一次活动的 tcp 连接和进程 id,请键入下列命令:
nbtstat -o 5
要想以数字形式显示活动的 tcp 连接和进程 id,请键入下列命令:
nbtstat -n -o
runas
允许用户用其他权限运行指定的工具和程序,而不是用户当前登录提供的权限。
语法
runas <{/profile|/noprofile}> /user:useraccountname program
参数
/profile
加载用户的配置文件。/profile 是默认值。
/no profile
/noprofile 指定不加载用户的配置文件。这使应用程序载入的更加快速,但是在一些应用程序中也会引起错误。
/env
指定当前使用的网络环境,而不是用户的本地环境。
/netonly
指明指定的用户信息只用于远程访问。
/smartcard
/smartcard 表示凭据是否是由智能卡提供的。
/showtrustlevels
列出 /trustlevel 开关项。
/trustlevel
指定应用程序运行所在的授权级别。使用 /showtrustlevels 查看可用的信任级别。
/user:useraccountname
指定在其下运行程序的用户帐户的名称。用户帐户的格式应是 user@domain 或 domain\user。
程序
指定要用在 /user 中指定的帐户运行的程序或命令。
/?
在命令提示符显示帮助。
注释
管理员可以使用一个权限受限制的帐户执行日常、非管理性的任务,只有在执行特定管理任务时,才使用一个权限更大的帐户。要不经过注销再重新登录就完成这样的任务,可以用一般帐户登录,然后使用 runas 命令来运行需要更大权限的工具。
有关 runas 命令的使用范例,请参阅“相关主题”。
尽管 runas 通常由 administrator 帐户使用,但并非仅限于 administrator 帐户。任何拥有多个帐户的用户均可以利用备用凭据,使用 runas 运行程序、mmc 控制台或“控制面板”项。
如果要在计算机上使用 administrator 帐户,对于 /user:,键入下列参数之一:
/user:administratoraccountname@computername
/user:computername\administratoraccountname
如果想以域管理员身
回复
5楼
show version 显示
wins 服务器的当前版本计数器值。详细信息,请输入
show version /?
show versionmap 显示所有者 id 到“最大版本数”的映射。详细信息,请输入
show versionmap /?
interface 命令
interface set/show interface 启用、禁用、连接、断开连接以及显示请求拨号接口的配置。
interface set/show credentials 在请求拨号接口上配置或显示用户名、密码和域名。
win2000
命令全集
accwiz.exe > accessibility wizard for walking you through setting up your machine for your mobility needs. 辅助工具向导
acsetups.exe > acs setup dcom server executable
actmovie.exe > direct show setup tool 直接显示安装工具
append.exe > allows programs to open data in specified directories as if they were in the current directory. 允许程序打开制定目录中的数据
arp.exe > network display and modify ip - hardware addresses 显示和更改计算机的ip与硬件物理地址的对应列表
at.exe > at is a scheduling utility also included with unix 计划运行任务
atmadm.exe > displays statistics for atm call manager. atm调用管理器统计
attrib.exe > display and modify attributes for files and folders 显示和更改文件和文件夹属性
autochk.exe > used to check and repair windows file systems 检测修复文件系统
autoconv.exe > automates the file system conversion during reboots 在启动过程中自动转化系统
autofmt.exe > automates the file format process during reboots 在启动过程中格式化进程
autolfn.exe > used for formatting long file names 使用长文件名格式
bootok.exe > boot acceptance application for registry
bootvrfy.exe > bootvrfy.exe, a program included in windows 2000 that notifies the system that startup was successful. bootvrfy.exe can be run on a local or remote computer. 通报启动成功
cacls.exe > displays or modifies access control lists (acls) of files. 显示和编辑
acl
calc.exe > windows calculators 计算器
cdplayer.exe > windows cd player cd播放器
change.exe > change { user | port | logon } 与终端服务器相关的查询
charmap.exe > character map 字符映射表
chglogon.exe > same as using "change logon" 启动或停用会话记录
chgport.exe > same as using "change port" 改变端口(终端服务)
chgusr.exe > same as using "change user" 改变用户(终端服务)
chkdsk
回复
6楼
iexpress.exe > create and setup packages for install 穿件安装包
iisreset.exe > restart iis admin service 重启iis服务
internat.exe > keyboard language indicator applet 键盘语言指示器
ipconfig.exe > windows 2000 ip configuration. 察看ip配置
ipsecmon.exe > ip security monitor ip安全监视器
ipxroute.exe > ipx routing and source routing control program ipx路由和源路由控制程序
irftp.exe > setup ftp for wireless communication 无线连接
ismserv.exe > intersite messaging service 安装或者删除service control manager中的服务
jdbgmgr.exe > microsoft debugger for 4的调试器
jetconv.exe > convert a jet engine database 转换jet engine数据库
jetpack.exe > compact jet database. 压缩jet数据库
jview.exe > command-line loader for 的命令行装载者
krnl386.exe > core component for windows 2000 2000的核心组件
label.exe > change label for drives 改变驱动器的卷标
lcwiz.exe > license compliance wizard for local or remote systems. 许可证符合向导
ldifde.exe > ldif cmd line manager ldif目录交换命令行管理
licmgr.exe > terminal server license manager 终端服务许可协议管理
lights.exe > display connection status lights 显示连接状况
llsmgr.exe > windows 2000 license manager 2000许可协议管理
llssrv.exe > start the license server 启动许可协议服务器
lnkstub.exe >
locator.exe > rpc locator 远程定位
lodctr.exe > load perfmon counters 调用性能计数
logoff.exe > log current user off. 注销用户
lpq.exe > displays status of a remote lpd queue 显示远端的lpd打印队列的状态,显示被送到基于unix的服务器的打印任务
lpr.exe > send a print job to a network printer. 重定向打印任务到网络中的打印机。通常用于unix客户打印机将打印任务发送给连接了打印设备的nt的打印机服务器。
lsass.exe > lsa executable and server dll 运行lsa和server的
dll
lserver.exe > specifies the new dns domain for the default server 指
回复
7楼
好东东,记下了,谢谢呀~
回复
8楼
存盘!谢谢!
回复
9楼
不全,留个邮箱吧,我给你们发
回复
10楼
我很少用DOS命令
回复
11楼
辛苦了.
回复