AllenInstitute / MIES

Multichannel Igor Electrophysiology Suite
https://alleninstitute.github.io/MIES/user.html
Other
23 stars 7 forks source link

Revise ITC ASLR powershell script #436

Open t-b opened 4 years ago

t-b commented 4 years ago

It is currently required that powershell scripts are allowed on the host to follow the steps at https://github.com/AllenInstitute/ITCXOP2/#windows-10. If that is not the case MIES will not work.

One can enable powershell scripts on an administrator powershell via

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope CurrentUser

but that opens a milky way sized security hole on the machine.

We now automatically execute the ps scripts from the ITCXOP2 in the installer. See https://github.com/AllenInstitute/MIES/pull/528. But we still need to sign the powershell scripts so that they are always executed.

timjarsky commented 1 year ago

Sign scripts with EV certificate.