用户名被禁用怎么办

来源:百度知道 编辑:UC知道 时间:2024/06/05 18:03:20
昨天我一个朋友用我的电脑上他自己的论坛号,他好象是在那个论坛上做别的宣传广告了,然后我今天再用我自己的号去就提示该IP已被禁用。。。该怎么办呢?请高手帮忙啊。。。不胜感激。。

那有那么麻烦,重新申请个ID不就得了

这是严重违反了规定。被禁ip了。只有更改ip。
命令行下更改ip地址的方法,

C:\>ipconfig (首先用ipconfig这个命令看一下更改之前的ip地址)

Windows 2000 IP Configuration

Ethernet adapter 本地连接:

Connection-specific DNS Suffix . :

IP Address. . . . . . . . . . . . : 10.1.1.94 (本地连接更改之前的ip)

Subnet Mask . . . . . . . . . . . : 255.255.255.0

Default Gateway . . . . . . . . . : 10.1.1.254

C:\>netsh (进入设置模式)

netsh>interface

interface>ip

interface ip>set address "本地连接" static 10.1.1.111 255.255.255.0 10.1.1.254

interface ip>exit

上文中的set命令具体解释如下:

set address - 设置指定的接口的 IP 地址和默认网关。

set dns - 设置 DNS 服务器模式和地址。

set wins - 设置 WINS 服务器模式和地址。

C:\>ipconfig (更改后再用ipconfig命令看一下,确认一下是否更改成功)

Windows 2000 IP Configuration

Ethernet adapter 本地连接:

Connection