congnt92 Posted August 29, 2013 Posted August 29, 2013 Hi everyoneFirst, I'm sorry because I don't know this post was be post on right area.I have a question, I have some lines in royale.theme file[Theme]; My Computer[CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]DefaultValue=C:\WINDOWS\Explorer.exe,0; My Documents[CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\DefaultIcon]DefaultValue=C:\WINDOWS\SYSTEM32\mydocs.dll,0; My Network Places[CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon]DefaultValue=C:\WINDOWS\system32\SHELL32.dll,17; Recycle Bin[CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]full=C:\WINDOWS\System32\shell32.dll,32empty=C:\WINDOWS\System32\shell32.dll,31So, my question is: If I install in other partition with other drive letter, royable.theme file will be true? Or it must be change C to D, E or %windir% for general case.And if can be change to %windir% so what diffence betweens these linesempty=%windir%System32\shell32.dll,31andempty=%windir%\System32\shell32.dll,31Please help me. Thanks And sorry for my poor English
ricktendo Posted August 29, 2013 Posted August 29, 2013 (edited) Cant you wait a little longer than 45 minutes to bump? Here's an idea, why don't you try both see which works and stick with it Edited August 29, 2013 by ricktendo
Guest Posted August 30, 2013 Posted August 30, 2013 %windir% needs a slash at the end (%windir%\). That's for sure but like ricktendo said, try it to see if it works.
ricktendo Posted August 30, 2013 Posted August 30, 2013 Actually it does not need the backslash, not on that part of a theme file
jaclaz Posted August 30, 2013 Posted August 30, 2013 Well, open a command prompt and run in it:SET windir[ENTER]If what you get back has a backslash at the end, then you should NOT add it, if there isn't you NEED to add it to make it a valid path. jaclaz
ricktendo Posted August 30, 2013 Posted August 30, 2013 (edited) This is a .theme were talking about, look at this "official" theme by Microsoft. It does not have a backslash in that area of the .themehttp://go.microsoft.com/fwlink/?LinkID=75078; Copyright © Microsoft Corp. 1995-2006[Theme]DisplayName=Zune; My Computer[CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]DefaultValue=%WinDir%explorer.exe,0; My Documents[CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}\DefaultIcon]DefaultValue=%WinDir%SYSTEM32\mydocs.dll,0; My Network Places[CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}\DefaultIcon]DefaultValue=%WinDir%SYSTEM32\shell32.dll,17; Recycle Bin[CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]full=%WinDir%SYSTEM32\shell32.dll,32empty=%WinDir%SYSTEM32\shell32.dll,31 Edited August 30, 2013 by ricktendo
jaclaz Posted August 30, 2013 Posted August 30, 2013 This is a .theme were talking about, look at this "official" theme by Microsoft. It does not have a backslash in that area of the .themeI only posted how a valid path should be made. , which doesn't necessarily mean that a backslash is needed specifically there .Now, if congnt92 would have spent some time searching instead of posting AND bumping, he might have found these examples/tutorials:http://gosh.msfn.org/replacesource.htmhttp://reboot.pro/topic/4528-how-to-make-your-favorite-theme-for-xp/(no, the backslash is not needed there)jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now