Update ip-renew/README.md

This commit is contained in:
2024-08-23 06:43:44 -04:00
parent 122f8a858f
commit 84fa4f04ac

View File

@@ -28,6 +28,6 @@
Set-NetAdapter -Name "이더넷" -MacAddress $randomMac -Confirm:$false
# factor default 주소로 복원
# Factory default 주소로 복원
Set-NetAdapter -Name "이더넷" -MacAddress "" -Confirm:$false
```