https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4212ef9dcbed2450e4051269c64feb0a677862be

commit 4212ef9dcbed2450e4051269c64feb0a677862be
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Fri Nov 22 22:23:23 2019 +0900
Commit:     GitHub <[email protected]>
CommitDate: Fri Nov 22 22:23:23 2019 +0900

    [BOOTDATA] Add 'App Paths' registry entries (#2075)
    
    CORE-11335
---
 boot/bootdata/hivesft.inf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/boot/bootdata/hivesft.inf b/boot/bootdata/hivesft.inf
index a2bd6fe4f88..3417cf62381 100644
--- a/boot/bootdata/hivesft.inf
+++ b/boot/bootdata/hivesft.inf
@@ -209,6 +209,12 @@ 
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","DevicePath",0x00020002,"%Syste
 
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","MediaPathUnexpanded",0x00020000,"%SystemRoot%\Media"
 
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion","WallPaperDir",0x00020002,"%SystemRoot%\Web\Wallpaper"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths",,0x00000012
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App 
Paths\pbrush.exe",,0x00020000,"%SystemRoot%\system32\mspaint.exe"
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App 
Paths\pbrush.exe","Path",0x00020000,"%SystemRoot%\system32"
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App 
Paths\wordpad.exe",,0x00020000,"%SystemRoot%\system32\wordpad.exe"
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App 
Paths\wordpad.exe","Path",0x00020000,"%SystemRoot%\system32"
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App 
Paths\write.exe",,0x00020000,"%SystemRoot%\system32\wordpad.exe"
+HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App 
Paths\write.exe","Path",0x00020000,"%SystemRoot%\system32"
 HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Applets",,0x00000012
 
 ; default shell

Reply via email to