Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. netsh interface ip set address name=”Local Area Connection” static 192.168.0.1 255.255.255.0 192.168.0.254
  2.  
  3. Set-NetIPAddress -InterfaceIndex x -PrefixLength y
  4.  
  5. Get-NetIPAddress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement