Onus Posted November 21, 2015 Posted November 21, 2015 I started playing with the duck today and wanted to contribute my first little script.. it doesn't do much except lower the powershell execution policy on a windows 10 machine.. but i thought it might be a good little header to a lot of other scripts. REM author -Thw@rt- REM This little duck will open a powershell as administrator and set Execution policy to unrestricted REM tested on Windows 10 DELAY 1000 GUI DELAY 500 STRING powershell SHIFT CTRL ENTER LEFTARROW ENTER DELAY 500 STRING Set-ExecutionPolicy Unrestricted ENTER Y ENTER STRING exit ENTER happy ducking! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.