From 0e1b0ce76e7a8fcba933516e0099acd32f9c1ffe Mon Sep 17 00:00:00 2001 From: DeveloperDurp <74198206+DeveloperDurp@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:29:07 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 156289d..6fa945b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # KeyPresser -To use all you need to do is extract the PS1 file > Right click then click "Run with Powershell" \ No newline at end of file +To use all you need to do is extract the PS1 file > Right click then click "Run with Powershell" + +If you get an error message about a security policy you will need to run the following command in a powershell window. + +Set-ExecutionPolicy -ExecutionPolicy bypass