Commit Graph

4 Commits

Author SHA1 Message Date
Kyle Mohr 2bcfd8a68b
Update WiFi_Profile_Mailer_New.ino
The current code causes a Powershell error that causes 'temp.csv' to never get attached to the email. This is because the first PS line saves temp.csv to the user's home directory, whereas the second PS line tries to attach temp.csv from the system32 folder. I changed the first line to instead save it to system32, which is the default path for an admin Powershell session.
2021-03-23 14:34:45 -05:00
Tudor Velican f6203a4303 Increased delay before UAC prompt 2019-10-23 13:54:18 +02:00
CedArctic 336ad16f82
Made Powershell prompt exit
Fixed the Powershell prompt not closing after deleting the Powershell history.
2018-07-23 14:01:48 +03:00
CedArctic 35cca5a6cb
Initial upload of updated script 2018-07-16 22:22:50 +03:00