Update RegistryEntries.reg

change to uri scheme to SaoLocalExplorer
This commit is contained in:
kougyoku 2022-05-17 20:03:33 -07:00
parent 9470c8de53
commit 1f63f2febd
1 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\LocalExplorer] [HKEY_CLASSES_ROOT\SaoLocalExplorer]
@="URL:LocalExplorer Protocol" @="URL:SaoLocalExplorer Protocol"
"URL Protocol"="LocalExplorer" "URL Protocol"="SaoLocalExplorer"
[HKEY_CLASSES_ROOT\LocalExplorer\DefaultIcon] [HKEY_CLASSES_ROOT\SaoLocalExplorer\DefaultIcon]
@="C:\\Windows\\ISD\\LocalExplorer.exe" @="C:\\Windows\\ISD\\LocalExplorer.exe"
[HKEY_CLASSES_ROOT\LocalExplorer\shell] [HKEY_CLASSES_ROOT\SaoLocalExplorer\shell]
[HKEY_CLASSES_ROOT\LocalExplorer\shell\open] [HKEY_CLASSES_ROOT\SaoLocalExplorer\shell\open]
[HKEY_CLASSES_ROOT\LocalExplorer\shell\open\command] [HKEY_CLASSES_ROOT\SaoLocalExplorer\shell\open\command]
@="C:\\Windows\\ISD\\LocalExplorer.exe \"%1\"" @="C:\\Windows\\ISD\\LocalExplorer.exe \"%1\""