It is currently March 29th, 2024, 3:53 pm

[Apps] Some usefull exe's

Share and get help with Plugins and Addons
User avatar
neo2606
Posts: 18
Joined: May 13th, 2009, 2:55 pm

[Apps] Some usefull exe's

Post by neo2606 »

I little time ago i released a skin called "utility pack 1 V1 http://neo2606.deviantart.com/art/Utility-pack-1-v1-116324957 with in it some exe's. I putted in attachment a zip file with all the exe i used. Feel free to use. Some exe's are special.
Some usefull exe's.zip
S.B.
Image
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: [Apps] Some usefull exe's

Post by jsmorley »

neo2606 wrote:I little time ago i released a skin called "utility pack 1 V1 http://neo2606.deviantart.com/art/Utility-pack-1-v1-116324957 with in it some exe's. I putted in attachment a zip file with all the exe i used. Feel free to use. Some exe's are special.
Some usefull exe's.zip
Thanks! I'll take a look at it today...
User avatar
neo2606
Posts: 18
Joined: May 13th, 2009, 2:55 pm

Re: [Apps] Some usefull exe's

Post by neo2606 »

jsmorley wrote: Thanks! I'll take a look at it today...

With the openstartmenu.exe the code must be :

Code: Select all

LeftMouseDownAction=!execute ["%ProgramFiles%\Rainmeter\openstartmenu.exe" /hidetaskbar]
to hide the taskbar and to show the taskbar:

Code: Select all

LeftMouseDownAction=!execute ["%ProgramFiles%\Rainmeter\openstartmenu.exe" /showtaskbar /nostartmenu]
And to open the start menu:

Code: Select all

ButtonCommand=!execute ["%ProgramFiles%\Rainmeter\openstartmenu.exe" /screen 0 195]
(X=0, Y=195 or 0=left-right position and 195=height )

For the opentaskbarproperties.exe:

Code: Select all

RightMouseDownAction=!execute ["%ProgramFiles%\Rainmeter\opentaskbarproperties.exe" /screen 0 235] 
(X=0, Y=195 or 0=left-right position and 235=height)
S.B.
Image
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: [Apps] Some usefull exe's

Post by jsmorley »

neo2606 wrote:
With the openstartmenu.exe the code must be :

Code: Select all

LeftMouseDownAction=!execute ["%ProgramFiles%\Rainmeter\openstartmenu.exe" /hidetaskbar]
to hide the taskbar and to show the taskbar:

Code: Select all

LeftMouseDownAction=!execute ["%ProgramFiles%\Rainmeter\openstartmenu.exe" /showtaskbar /nostartmenu]
And to open the start menu:

Code: Select all

ButtonCommand=!execute ["%ProgramFiles%\Rainmeter\openstartmenu.exe" /screen 0 195]
(X=0, Y=195 or 0=left-right position and 195=height )

For the opentaskbarproperties.exe:

Code: Select all

RightMouseDownAction=!execute ["%ProgramFiles%\Rainmeter\opentaskbarproperties.exe" /screen 0 235] 
(X=0, Y=195 or 0=left-right position and 235=height)
Routines which hide/unhide the task bar cannot be used in Vista or Windows Seven. They will cause Rainmeter to crash every time.
User avatar
neo2606
Posts: 18
Joined: May 13th, 2009, 2:55 pm

Re: [Apps] Some usefull exe's

Post by neo2606 »

Routines which hide/unhide the task bar cannot be used in Vista or Windows Seven. They will cause Rainmeter to crash every time.
Actually i use it with vista and i have no problems. But it 's maybe not so for everybody. For Windows 7 i don't know.
The only thing that rest is the vista orb.
S.B.
Image
dragonmage
Developer
Posts: 1270
Joined: April 3rd, 2009, 4:31 am
Location: NC, US

Re: [Apps] Some usefull exe's

Post by dragonmage »

Are all these exe's freely distributable? We don't want to be violating any licenses.
User avatar
neo2606
Posts: 18
Joined: May 13th, 2009, 2:55 pm

Re: [Apps] Some usefull exe's

Post by neo2606 »

dragonmage wrote:Are all these exe's freely distributable? We don't want to be violating any licenses.
All these exe's came from samurize.
http://www.samurize.com/modules/mydownloads/viewcat.php?cid=6
http://www.samurize.com/modules/mydownloads/viewcat.php?cid=14
Samurize is an advanced system monitoring and desktop enhancement engine for Windows 2000/XP/2003/Vista. IT professionals, overclockers, gamers and desktop modders alike use Samurize for system information, weather reports, news headlines and much much more. And best of all, Samurize is 100% free!
There are a lots of plugins, exe's that can be used for Rainmeter.

I found the page were i downloaded it:
http://www.samurize.com/modules/mydownloads/singlefile.php?cid=14&lid=2270
S.B.
Image
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: [Apps] Some usefull exe's

Post by jsmorley »

dragonmage wrote:Are all these exe's freely distributable? We don't want to be violating any licenses.
If we really need one or more of these and are concerned about using stuff made for Samurize, they can all be replicated with a few lines of AutoIt code and compiled to .exe's.