实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)IP设置.bat
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
===================
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)@Echo Off
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)#设定当前网卡“本地连接”对应的外网IP地址和地址掩码
;
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
Netsh interface ip Set Address Name="本地连接" Source=static addr=192.168.103.195 mask=255.255.255.0
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)#设定网关的IP地址和寻址的权值
;
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
Netsh interface ip Set Address Name="本地连接" gateway=192.168.103.1 gwmetric=1
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)#设定局域网中主DNS服务器的IP地址
;
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
Netsh interface ip Set Dns Name="本地连接" Source=static addr=192.168.102.131
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)内网.bat
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
===================
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)C:\WINdows\system32\netsh.exe interface ip set address 
"本地连接" static 132.228.46.196 255.255.0.0 132.228.46.193 1
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)清除系统垃圾.bat
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)
===================
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)@echo off 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)echo 正在清除系统垃圾文件,请稍等实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.) 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %systemdrive%\*.tmp 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %systemdrive%\*._mp 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %systemdrive%\*.log 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %systemdrive%\*.gid 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %systemdrive%\*.chk 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %systemdrive%\*.old 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %systemdrive%\recycled\*.* 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %windir%\*.bak 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q %windir%\prefetch\*.* 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)rd /s /q %windir%\temp & md %windir%\temp 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /q %userprofile%\cookies\*.* 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /q %userprofile%\recent\*.* 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q 
"%userprofile%\Local Settings\Temporary Internet Files\*.*" 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q 
"%userprofile%\Local Settings\Temp\*.*" 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)del /f /s /q 
"%userprofile%\recent\*.*" 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)echo 清除系统LJ完成! 
实用批处理文件 (IP设置.bat, 清理系统垃圾.bat, atc.)echo. & pause 

相关文章: