corpnewt / GenSMBIOS

Py script that uses acidanthera's macserial to generate SMBIOS and optionally saves them to a plist.
MIT License
1.59k stars 234 forks source link

Drag and dropping config.plist not working! #8

Open Pixelsplasher opened 4 years ago

Pixelsplasher commented 4 years ago

Menu item 2 does not work in Python 3.7.6 / Windows 10 Pro build 1903. There should be at least an option to just paste the path to the config.plist.

corpnewt commented 4 years ago

Are you running it as admin? Windows does not let you drag and drop into cmd windows if they have elevated privs.

-CorpNewt