Please install coretemp and speedfan i include in package if you want to show temperature of CPU core or things like that
If you want the weather show right, please follow this step: go to this [link] to get the weather code of your location right click on the weather widget and choose Edit skin, an ini file will be open in notepad replace all the text "VMXX0006" with the code you get above and all the text "unit=M" with "unit=#metric#" if you prefer fahrenheit than celsius.
To have the Tab launcher show the right icon and execute the right software, you must have a square PNG image with the name exactly the same as the name of the program "you entered" in Setting file (you can open it by right-click on the small icon on the upper-right corner of the Tab launcher. Read more instructions in that file)
For further instruction, just leave comment here or contact me at grandmasterking77@gmail.com. I will Teamview you if necessary.
update 1: I have made 2 new file to start up CoreTemp and Speedfan automaticaly for everyone didn't have these 2 start with windows. I added in a spinning orb because it make me feel more like looking at some Hi-Tech dashboard of a spaceship... Enjoy it!
UPDATE 2: Firstly, I finally know how to pack for install in all version of windows and rainmeter !
Secondly, I fixed the glitch between tab3 and tab5 !
Hi, Ty for this and i love your work, two questions. Is there a way to re-size each individual part i.e weather, hdd, cpu temp. And how would i make the text bigger? Ty in advance for you help.
"Please install coretemp and speedfan i include in package if you want to show temperature of CPU core or things like that" But where is this package? I don't find it! Is the file "hi_tech_desktop_rainmeter_for_all_windows_by_takeshikawa-d5fje0t.rmskin"? If yes, I can not open it because there are no programs that can open it :/
Don't care about the first question, i solved it. Now there is another problem...The buttons that i can push to open every folder, how can i modify them? for example the first one has the name "Takeshi Kawa's PC", how can i change it with my name?
But where is this package? I don't find it! Is the file "hi_tech_desktop_rainmeter_for_all_windows_by_takeshikawa-d5fje0t.rmskin"?
If yes, I can not open it because there are no programs that can open it :/
Now there is another problem...The buttons that i can push to open every folder, how can i modify them? for example the first one has the name "Takeshi Kawa's PC", how can i change it with my name?
Right-click on the skin (the Launcher) choose Edit Skin
Find the name of the Button, It would be in two section like this
[NameButtonLeft1]
Meter=STRING
X=+10r
Y=-45r
Text=Takeshi Kawa's PC
FontFace=#FontFace#
FontSize=12
FontColor=#ColorP#
AntiAlias=1
StringAlign=Right
[NameButtonLeft1Over]
Meter=STRING
X=r
Y=r
Text=Takeshi Kawa's PC
FontFace=#FontFace#
FontSize=12
FontColor=#ColorA#
AntiAlias=1
StringAlign=Right
Hidden=1
Replace the old name in those two section with the name you want
Ctrl+s and Re-name the button is done
In case you don't know how to correct the file path, here it is
Find the setting section of the button you want to fix.
In the example above is [NameButtonLeft1] so we must find three section like this
[ButtonLeft1]
Meter=BUTTON
X=57
Y=76
ButtonImage=ButtonL1.png
MouseOverAction=!Execute [!ShowMeter NameButtonLeft1Over][!HideMeter NameButtonLeft1] [!ShowMeter ImageLeft1a] [!HideMeter ButtonLeft1a] [!ShowMeter ImageLeft1b] [!HideMeter ButtonLeft1b]
MouseLeaveAction=!Execute [!HideMeter NameButtonLeft1Over][!ShowMeter NameButtonLeft1] [!HideMeter ImageLeft1a] [!ShowMeter ButtonLeft1a] [!HideMeter ImageLeft1b] [!ShowMeter ButtonLeft1b]
ButtonCommand=!Execute ["::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]
[ButtonLeft1a]
Meter=BUTTON
X=128r
Y=27r
ButtonImage=ButtonL1a.png
MouseOverAction=!Execute [!ShowMeter NameButtonLeft1Over][!HideMeter NameButtonLeft1] [!ShowMeter ImageLeft1] [!HideMeter ButtonLeft1] [!ShowMeter ImageLeft1b] [!HideMeter ButtonLeft1b]
MouseLeaveAction=!Execute [!HideMeter NameButtonLeft1Over][!ShowMeter NameButtonLeft1] [!HideMeter ImageLeft1] [!ShowMeter ButtonLeft1] [!HideMeter ImageLeft1b] [!ShowMeter ButtonLeft1b]
ButtonCommand=!Execute ["::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]
[ButtonLeft1b]
Meter=BUTTON
X=37r
Y=23r
ButtonImage=ButtonL1b.png
MouseOverAction=!Execute [!ShowMeter NameButtonLeft1Over][!HideMeter NameButtonLeft1] [!ShowMeter ImageLeft1] [!HideMeter ButtonLeft1] [!ShowMeter ImageLeft1a] [!HideMeter ButtonLeft1a]
MouseLeaveAction=!Execute [!HideMeter NameButtonLeft1Over][!ShowMeter NameButtonLeft1] [!HideMeter ImageLeft1] [!ShowMeter ButtonLeft1] [!HideMeter ImageLeft1a] [!ShowMeter ButtonLeft1a]
ButtonCommand=!Execute ["::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]
Fix the line
ButtonCommand=!Execute ["::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]
like this
ButtonCommand=!Execute ["(the exact path of the folder without () )"]
There are three section so you must fix all of them, after that, work is done, Ctrl+s and refresh the skin-> Enjoy