powershell run scripts permission


/ Published in: DOS Batch
Save to your folder(s)



Copy this code and paste it in your HTML
  1. @echo off
  2. echo you should run this batch file as an administrator
  3. powershell.exe Set-ExecutionPolicy unrestricted
  4. echo if you see a message in red, something is wrong. otherwise, all went fine

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.