From caa473f11580fe2102d149ce5f7d7b3bf7792f80 Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Thu, 4 Feb 2021 01:39:23 +0100 Subject: [PATCH] Added registry files to move Visual Studio and git context menu to the extended (Shift-rightclick) contextmenu --- README.md | 2 +- Regfiles/Move_Git_Context_To_Shift_Rightclick.reg | 7 +++++++ Regfiles/Move_VS_Context_To_Shift_Rightclick.reg | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Regfiles/Move_Git_Context_To_Shift_Rightclick.reg create mode 100644 Regfiles/Move_VS_Context_To_Shift_Rightclick.reg diff --git a/README.md b/README.md index 2b4950b..f1ba848 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can pick and choose which modifications you want the script to make, but the ## Usage ### Easy method: 1. [Download the latest version of the script](https://github.com/Raphire/Win10Debloat/archive/master.zip), and extract the .ZIP file to your desired location. -2. Run the script by right-clicking the 'Run.ps1' file and selecting 'Run with Powershell' option. +2. Run the script by right-clicking the 'Run.ps1' file and selecting the 'Run with Powershell' option. 3. Accept the windows UAC prompt to run the script as administrator, this is required for the script to function. 4. Select either default, or advanced setup depending on what changes you want to make. Advanced setup will allow you to choose exactly which changes you want to make, and which changes you want to skip. 5. Once the script has executed, restart your pc to ensure all changes are properly applied. diff --git a/Regfiles/Move_Git_Context_To_Shift_Rightclick.reg b/Regfiles/Move_Git_Context_To_Shift_Rightclick.reg new file mode 100644 index 0000000..c36c14d --- /dev/null +++ b/Regfiles/Move_Git_Context_To_Shift_Rightclick.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\git_shell] +"Extended"="" + +[HKEY_CLASSES_ROOT\Directory\shell\git_shell] +"Extended"="" \ No newline at end of file diff --git a/Regfiles/Move_VS_Context_To_Shift_Rightclick.reg b/Regfiles/Move_VS_Context_To_Shift_Rightclick.reg new file mode 100644 index 0000000..2fc26c8 --- /dev/null +++ b/Regfiles/Move_VS_Context_To_Shift_Rightclick.reg @@ -0,0 +1,7 @@ +Windows Registry Editor Version 5.00 + +[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\AnyCode] +"Extended"="" + +[HKEY_CLASSES_ROOT\Directory\shell\AnyCode] +"Extended"="" \ No newline at end of file