我想在txt文件中写入MAC地址。
我试过这个:
FileOpen $4 "$PROGRAMFILES64\OpenVPN\config\auth.txt" w
###;here filewrite and the MAC address
FileWrite $4 "client"
FileClose $4
有人可以帮一下吗?
答案 0 :(得分:1)
有IpConfig plugin可以帮助您GetNetworkAdapterMACAddress
,但您需要知道您想要MAC的适配器。 get MAC address from IP示例可以为您提供帮助。