From 639754c6b8bb2feeb75d633057c95d995343f7b8 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 30 Sep 2004 20:24:51 +0000 Subject: [PATCH] Remove common shell folder settings. svn path=/trunk/; revision=11135 --- reactos/bootdata/hivesft.inf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/reactos/bootdata/hivesft.inf b/reactos/bootdata/hivesft.inf index 3bd938f44cc..719661daa9d 100644 --- a/reactos/bootdata/hivesft.inf +++ b/reactos/bootdata/hivesft.inf @@ -3,21 +3,8 @@ Signature="$ReactOS$ [AddReg] -; Common shell folder settings -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Desktop",0x00000000,"%ALLUSERSPROFILE%\Desktop" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common AppData",0x00000000,"%ALLUSERSPROFILE%\Application Data" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Programs",0x00000000,"%ALLUSERSPROFILE%\Start Menu\Programs" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Documents",0x00000000,"%ALLUSERSPROFILE%\Documents" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Desktop",0x00000000,"%ALLUSERSPROFILE%\Desktop" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Start Menu",0x00000000,"%ALLUSERSPROFILE%\Start Menu" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","CommonPictures",0x00000000,"%ALLUSERSPROFILE%\Documents\My Pictures" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","CommonMusic",0x00000000,"%ALLUSERSPROFILE%\Documents\My Music" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","CommonVideo",0x00000000,"%ALLUSERSPROFILE%\Documents\My Videos" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Favorites",0x00000000,"%ALLUSERSPROFILE%\Favorites" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Startup",0x00000000,"%ALLUSERSPROFILE%\Start Menu\Programs\Startup" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Administrative Tools",0x00000000,"%ALLUSERSPROFILE%\Start Menu\Programs\Administrative Tools" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Common Templates",0x00000000,"%ALLUSERSPROFILE%\Templates" -HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders","Personal",0x00020000,"%ALLUSERSPROFILE%\My Documents" +; Common shell folders +HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",,0x00000012 ; Uninstall Application list HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall",,0x00000010 -- 2.17.1