Advertisement
marwanpro

flashint

Apr 7th, 2016
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.43 KB | None | 0 0
  1. @echo off
  2.  
  3. set
  4.  
  5. reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007 /v NetworkAddress /d 002622D90EFC /f
  6. reg delete HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007 /v NetworkAddress /f
  7.  
  8. :reboot
  9.  
  10. netsh interface set interface "Local Area Connection" disable
  11. netsh interface set interface "Local Area Connection" enable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement