D3VでPowerShellからプログラムを実行しようとしたら
|
1 2 3 4 5 |
PS D:\> D:\Hourly_1.ps1 File D:\Hourly_1.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fw link/?LinkID=135170. + CategoryInfo : SecurityError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnauthorizedAccess |
というエラーが出た。 検索するとここにたどり着き、 https://tecadmin.ne