mac address

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

svumme
Posts: 6
Joined: Sat Nov 23, 2019 11:36 pm

mac address

Post by svumme »

hi everyone, I wanted to know if there is a way to get the mac address through extend script or otherwise. thanks
User avatar
Kukurykus
Posts: 528
Joined: Mon Jul 25, 2016 12:36 pm

Re: mac address

Post by Kukurykus »

What is mac address?
svumme
Posts: 6
Joined: Sat Nov 23, 2019 11:36 pm

Re: mac address

Post by svumme »

this is Mac address.
https://en.wikipedia.org/wiki/MAC_address,

i am creating a protection to my panel, and i would like to send the mac address to a web service
but I can't get it
Attachments
Win_Mac_Address (1).png
Win_Mac_Address (1).png (59.61 KiB) Viewed 6036 times
User avatar
Kukurykus
Posts: 528
Joined: Mon Jul 25, 2016 12:36 pm

Re: mac address

Post by Kukurykus »

Code: Select all

system('ipconfig /all > %HOMEPATH%/desktop/data.txt')
svumme
Posts: 6
Joined: Sat Nov 23, 2019 11:36 pm

Re: mac address

Post by svumme »

thank you!!!
Vlad
Posts: 7
Joined: Wed May 23, 2018 9:10 am

Re: mac address

Post by Vlad »

Using a Mac address maybe not the best option though. It's better to use UUID of the user computer.