Created
January 21, 2016 08:18
-
-
Save takuan-osho/e1917b9a1c41d60c28e7 to your computer and use it in GitHub Desktop.
管理者権限が無くてもPowerShellのスクリプトを実行できるようにする方法 ref: http://qiita.com/takuan_osho/items/1cbcc9e06b016f658b49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| D:\Users\taku>powershell -ExecutionPolicy RemoteSigned | |
| Windows PowerShell | |
| Copyright (C) 2009 Microsoft Corporation. All rights reserved. | |
| PS D:\Users\taku> Get-ExecutionPolicy | |
| RemoteSigned |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment