在PE(系统光盘中自带的PE)中在运行中打入ipconfig /all不好试,各位有什么好的办法?
如何在上不了网的WINPE下查看本机IP?
答案:5 悬赏:0 手机版
解决时间 2021-05-06 13:47
- 提问者网友:温旧梦泪无声
- 2021-05-06 02:26
最佳答案
- 五星知识达人网友:洎扰庸人
- 2021-05-06 04:02
你现在是不是系统进不去了,用XP正式安装版安装 在安装选项选择修复安装,修复后的系统就能看见IP了
全部回答
- 1楼网友:旧脸谱
- 2021-05-06 08:08
我是单位搞网络的,单位内容都有固定IP,但是经常出现进不了系统,又必须知道原先系统IP地址的方法,所以我真正给你一招有用的。
感谢dos时代菜鸟提供批处理
默认操作系统目录为C:\windows,如在其它盘请直接找到windows\system32\config\下的SYSTEM文件拖放到下面批处理上即可。
下面的的BAT的批处理,自己放记事本里,然后别忘记改名字。
@echo
off
set tempsys=%1
if %1*==* SET TEMPSYS=C:\windows\system32\config\SYSTEM
REG LOAD HKLM\TEMPSYS
%tempsys%
set regx=HKLM\TEMPSYS\ControlSet001
echo 显示本地网标
>%temp%\temp.txt
for /f "tokens=3" %%c in ('reg query
%regx%\Control\ComputerName\ComputerName ^| find /i "computername"') do echo %%c
>>%temp%\temp.txt
echo.>>%temp%\temp.txt
echo
显示本地固定ip>>%temp%\temp.txt
for /f %%c in ('reg query
%regx%\Services\Tcpip\Parameters\Interfaces') do (
for /f "tokens=3" %%d
in ('reg query %%c /v ipaddress^|find /i "ipaddress"') do if not
%%d*==0.0.0.0\0\0* echo
%%d>>%temp%\temp.txt
)
echo.>>%temp%\temp.txt
echo
显示本地子网掩码>>%temp%\temp.txt
for /f %%c in ('reg query
%regx%\Services\Tcpip\Parameters\Interfaces') do (
for /f "tokens=3" %%d
in ('reg query %%c /v subnetmask^|find /i "subnetmask"') do if not
%%d*==0.0.0.0\0\0* echo
%%d>>%temp%\temp.txt
)
echo.>>%temp%\temp.txt
echo
显示本地默认网关>>%temp%\temp.txt
for /f %%c in ('reg query
%regx%\Services\Tcpip\Parameters\Interfaces') do (
for /f "tokens=3" %%d
in ('reg query %%c /v defaultgateway^|find /i "defaultgateway"') do if not
%%d*==\0* echo %%d>>%temp%\temp.txt
)
echo
显示本地固定dns>>%temp%\temp.txt
for /f %%c in ('reg query
%regx%\Services\Tcpip\Parameters\Interfaces') do (
for /f "tokens=3" %%d
in ('reg query %%c /v nameserver^|find /i "nameserver"') do echo
%%d>>%temp%\temp.txt
)
echo.>>%temp%\temp.txt
REG UNLOAD
HKLM\TEMPSYS
cls
type %temp%\temp.txt
echo.
pause
- 2楼网友:怙棘
- 2021-05-06 07:54
联网才有IP
- 3楼网友:山有枢
- 2021-05-06 06:55
不上网,哪来的IP?
- 4楼网友:人间朝暮
- 2021-05-06 05:40
ipconfig /all不好用。说明机器没有获取ip自然没有办法上网。
检查驱动有没有安装上。
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯