Jump to content

Help me modify .them file


congnt92

Recommended Posts

Hi everyone

First, 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,32
empty=C:\WINDOWS\System32\shell32.dll,31

So, 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 lines

empty=%windir%System32\shell32.dll,31

and

empty=%windir%\System32\shell32.dll,31

Please help me. Thanks :) And sorry for my poor English :(

Link to comment
Share on other sites


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. :whistle:

jaclaz

Link to comment
Share on other sites

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 .theme

http://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 by ricktendo
Link to comment
Share on other sites

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 .theme

I only posted how a valid path should be made. :whistle:, 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.htm

http://reboot.pro/topic/4528-how-to-make-your-favorite-theme-for-xp/

(no, the backslash is not needed there)

jaclaz

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...