~HOW TO MAKE UPTIME GADGET WORK~
As you may have noticed, uptime gadget, a.k.a. shutdown panel gadget doesn't work at all with Windows9x.
First, you need to have Revolutions Pack 7 installed, it's necessary to work because it bundles a XP-like shutdown applet. As it's almost a "port" for Windows9x, contains most of the XP shutdown.exe functions.
You need to:
1.- Run Vista RainBar v4
2.- Open gadget gallery and run uptime gadget (you can always load it from rainmeter's menu)
3.- right click the gadget, go to "skin options", and click "edit skin"
EDIT FUNCTIONS.-It's really important to do NOT mess with the rest of config file, you may need to reinstall it if something goes wrong...Go to Power3.ini and edit the followinbg strings.-
CODE
Action1="%windir%\System32\rundll32.exe powrprof.dll,SetSuspendState"
Action2="%systemroot%\system32\shutdown.exe -r -t 00"
Action3="%systemroot%\system32\shutdown.exe -s -t 00"
Replace them with this one.-
CODE
Action1="%windir%\System\rundll32.exe powrprof.dll,SetSuspendState"
Action2="%windir%\system\shutdown.exe -r -t 00"
Action3="%windir%\system\shutdown.exe -s -t 00"
now you're ready to use your uptime gadget, remember to reload RainBar so that changes take any effect.
<------->
please sorry for double posting, but it's very important for 9x users to know