using cmd on WIndows to set interface on DHCP mode

设置本地网卡DHCP模式

netsh interface ip set address name=”本地连接” source=dhcp

本地连接为想要设置的网卡

利用cmd更换桌面壁纸

1.reg add “HKEY_CURRENT_USER\Control Panel\Desktop” /v Wallpaper /t REG_SZ /d E:\photos\image1.bmp /f

2.cd C:\Windows\system32

3.RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters

reference

文章目录
  1. 1. 设置本地网卡DHCP模式
  2. 2. 利用cmd更换桌面壁纸
,