"file cannot be loaded because the execution of scripts is disabled on this system" Code Answer
4
it's possible that you changed the execution policy for 64-bit powershell and the package manager is running 32-bit (or vice versa).
i'd try opening 32-bit console (powershell (x86)) and setting the execution policy there, as the error is definitely pointing to that kind of resolution.
it's possible that you changed the execution policy for 64-bit powershell and the package manager is running 32-bit (or vice versa).
i'd try opening 32-bit console (powershell (x86)) and setting the execution policy there, as the error is definitely pointing to that kind of resolution.