如何在沒有管理员的权限下修改IP?

Q:笔记本电脑,没光驱,没软驱,加入域,域帐号是属于user组,本机administrator密码遗失,ip地址是192.168.0.0/255.255.255.0段的,但实际网域的ip是10.0.0.0/255.255.0.0网段的,因此域管理员的帐号在本机不起作用。能断开网络用以前登陆的密码脱机登陆,因没有权限,所以不能删除也不能增加,请问有谁能破此密码
---------------------------------------------------------------
A:
先在dos下修改IP地址再以Administrator登录试试。

参考:

1,netsh实现在命令下改ip地址..

D:>netsh
netsh>interface
interface>ip
interface ip>dump

----------------------------------

Interface IP Configuration

----------------------------------

pushd interface ip

Interface IP Configuration for "Local Area Connection"

set address name = "Local Area Connection" source = static addr = 192.168.0.1 ma
sk = 255.255.255.0
set address name = "Local Area Connection" gateway = 192.168.0.1 gwmetric = 1
set dns name = "Local Area Connection" source = static addr = 192.168.0.1
set wins name = "Local Area Connection" source = static addr = none

popd

End of interface IP configuration

interface ip>

2.用netshe -c 可以把网卡配置情况导出。。

D:>netsh -c interface ip dump >config.txt

D:>type config.txt

----------------------------------

Interface IP Configuration

----------------------------------

pushd interface ip

Interface IP Configuration for "Local Area Connection"

set address name = "Local Area Connection" source = static addr = 192.168.0.1 ma
sk = 255.255.255.0
set address name = "Local Area Connection" gateway = 192.168.0.1 gwmetric = 1
set dns name = "Local Area Connection" source = static addr = 192.168.0.1
set wins name = "Local Area Connection" source = static addr = none

popd

End of interface IP configuration

3. 在命令行下。改变网卡的地址。

首先选用netsh -c inerface ip dump > config.txt 输出一个文件,

然后打开config.txt 修改其中的地址。。

然后用命令:

netsh -f d:\config.txt 就OK了!

==================
适用系统:2000/XP/2003

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus