Skip to content

Commit 0a8e2d7

Browse files
author
Samir Boulema
committed
docs: Update README
1 parent a4eb24a commit 0a8e2d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ When disabling the extension from within the Visual Studio extensions dialog not
3333
You have to use the RunAsAdmin options setting to enable or disable.
3434

3535
### Under the hood
36-
The extension adds a registry entry at the following location: `HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\`
36+
The extension adds two registry entries at the following location: `HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\`
3737

38-
Where the "Name" will be the path to Visual Studio and the value will be "RUNASADMIN" or "RUNASNORMAL"
38+
One for the path to Visual Studio and one for the path to the Visual Studio Launcher. The value of the registry entries will be "RUNASADMIN" or "RUNASNORMAL"
3939

4040
## Thanks
4141
Cazzulino - [How to get Visual Studio 2017 installation path](https://www.cazzulino.com/how-to-get-vsinstallroot.html)
42+
4243
Rick van den Bosch - [Running Visual Studio as an administrator causes ‘Save changes to devenv.sln’ when double clicking solutions](https://www.rickvandenbosch.net/blog/running-visual-studio-as-an-administrator-causes-save-changes-to-devenv-sln-when-double-clicking-solutions/)

0 commit comments

Comments
 (0)