From cc64314cdbede265bf721d358cbca4fdc65e4165 Mon Sep 17 00:00:00 2001 From: Imi <27138272+iminet@users.noreply.github.com> Date: Sun, 27 Nov 2022 11:23:25 +0100 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f10356 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# PowerShell 7 context menu for Windows 10 + +This helps you to add Powershell 7 to your directory context menu with these few easy steps. + +![Screenshot](screenshot.png?raw=true "Screenshot") + +## How to install? +For installing the context menu for your choice, follow these steps: +- clone the repo to your machine or download and unzip the released zip archive +- open the location of the files in the Windows File Explorer or your desired file manager +- right click on the chosed "Add..." .reg file and choose Merge option +- make sure, you are clicking each Yes button + +## How to uninstall? +- right click on the Remove ... .reg file, depending the installed option (32-bit or 64-bit). + +## Credits +The original idea is from [Shawn Brink](https://www.tenforums.com/tutorials/158168-how-add-remove-powershell-7-open-here-context-menu-windows-10-a.html).