6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

管理者権限いらずで、PowerShell の実行ポリシーを `Set-ExecutionPolicy -scope CurrentUser RemoteSigned` して、スクリプトの実行を許可する方法。もしくは、`Set-ExecutionPolicy -scope Process RemoteSigned` により現在のプロセスでのみ有効にする方法。

6
Last updated at Posted at 2014-04-18

LGTM

:thumbsup: :thumbsdown:

取り急ぎ要件のみにて失礼いたします。

参考リンク

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?