From: Giannis Adamopoulos Date: Fri, 4 Aug 2017 09:12:33 +0000 (+0000) Subject: [hivecls.inf] -Add an option to immediately enable an msstyles file with right click. X-Git-Tag: backups/GSoC_2017/rapps@75905~4^2~202 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=2dd61864ba6b739db31d1741f13c489bf48bc672 [hivecls.inf] -Add an option to immediately enable an msstyles file with right click. svn path=/trunk/; revision=75477 --- diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index 8c6a9dfcf9e..cd67bc0c0d7 100644 --- a/reactos/boot/bootdata/hivecls.inf +++ b/reactos/boot/bootdata/hivecls.inf @@ -413,6 +413,7 @@ HKCR,".msstyles","",0x00000000,"msstylesfile" HKCR,"msstylesfile","",0x00000000,%MSSTYLESFILE% HKCR,"msstylesfile\DefaultIcon","","0x00020000","%SystemRoot%\system32\themeui.dll,-1" HKCR,"msstylesfile\shell\open\command","",0x00000000,"%SystemRoot%\system32\rundll32.exe shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Appearance /Action:OpenMSTheme /file:""%1""" +HKCR,"msstylesfile\shell\Enable\command","",0x00000000,"%SystemRoot%\system32\rundll32.exe shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Appearance /Action:ActivateMSTheme /file:""%1""" ; Theme Files HKCR,".theme","",0x00000000,"themefile"