Skip to content

Instantly share code, notes, and snippets.

@takuan-osho
Created January 21, 2016 08:18
Show Gist options
  • Select an option

  • Save takuan-osho/e1917b9a1c41d60c28e7 to your computer and use it in GitHub Desktop.

Select an option

Save takuan-osho/e1917b9a1c41d60c28e7 to your computer and use it in GitHub Desktop.
管理者権限が無くてもPowerShellのスクリプトを実行できるようにする方法 ref: http://qiita.com/takuan_osho/items/1cbcc9e06b016f658b49
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