Added registry files to move Visual Studio and git context menu to the extended (Shift-rightclick) contextmenu

This commit is contained in:
Raphire
2021-02-04 01:39:23 +01:00
parent e29f111527
commit caa473f115
3 changed files with 15 additions and 1 deletions

View File

@@ -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.

View File

@@ -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"=""

View File

@@ -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"=""