It is currently April 20th, 2024, 10:47 am

Accessing Windows 7 Font Manager from Rainmeter

Get help with installing and using Rainmeter.
learninginsight
Posts: 6
Joined: April 16th, 2014, 12:38 am

Accessing Windows 7 Font Manager from Rainmeter

Post by learninginsight »

So, I want to open up the Windows 7 Font Manager (Control Panel\All Control Panel Items\Fonts) using Rainmeter.

For info, I referenced the Rainmeter documentation http://docs.rainmeter.net/tips/launching-windows-special-folders.

LeftMouseUpAction=["Shell:Fonts"] let's me open the Windows\Font directory, but that's not what I want.

LeftMouseUpAction=["Shell:::{93412589-74D4-4E4E-AD0E-E0CB621440FD}"] let's me open the Control Panel\All Control Panel Items\Fonts\Font settings, but that's not what I want.

LeftMouseUpAction=["Shell:::{BD84B380-8CA2-1069-AB1D-08000948534}"] doesn't do anything. Literally nothing happens.

Don't think I have a syntax problem, because the other two commands work just fine ... just don't do what I want.

Any help appreciated at this stage. I tried Googling for other CLSID lookup references to verify I had the correct CLSID, but no luck.

Any thoughts? tips? suggestions?

Thanks!

P.S. Newbie here ... not sure if I posted in the right place, but figured I would run it up the flag pole. If I need to move this somewhere else, just let me know.
Last edited by learninginsight on April 16th, 2014, 4:54 pm, edited 1 time in total.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Accessing Windows 7 Font Manager from Rainmeter

Post by jsmorley »

At least in Windows 8.1, going to Control Panel\All Control Panel Items\Fonts is exactly the same as ["Shell:Fonts"]
1.jpg
2.jpg
You do not have the required permissions to view the files attached to this post.
learninginsight
Posts: 6
Joined: April 16th, 2014, 12:38 am

Re: Accessing Windows 7 Font Manager from Rainmeter

Post by learninginsight »

Thanks for the quick response.

I'm stuck with Windows 7 Home Premium until the next upgrade.

For me, ["Shell:Fonts"] opens the \Windows\Fonts\ directory.

I'm still flummoxed by the CLSID ["Shell:::{BD84B380-8CA2-1069-AB1D-08000948534}"] that doesn't do anything.

Can anyone point me in the right direction for the CLSID info? After googling, I found two different CLSIDs for Fonts, and in my case, neither one does anything.

["Shell:::{D20EA4E1-3957-11d2-A40B-0C5020524152}"]
["Shell:::{BD84B380-8CA2-1069-AB1D-08000948534}"]

I'm guessing this isn't a Rainmeter issue, but a Windows one ...
You do not have the required permissions to view the files attached to this post.
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy

Re: Accessing Windows 7 Font Manager from Rainmeter

Post by fonpaolo »

I'm using W7 Pro x64 and as you described the shell command doesn't do nothing.
However, this is working:

Code: Select all

LeftMouseUpAction=[control fonts]
learninginsight
Posts: 6
Joined: April 16th, 2014, 12:38 am

Re: Accessing Windows 7 Font Manager from Rainmeter

Post by learninginsight »

Bingo!

Works!

Great!

Thanks!

First time posting and appreciate the help. :D
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy

Re: Accessing Windows 7 Font Manager from Rainmeter

Post by fonpaolo »

You're welcome!
...and be careful, once you start with Rainmeter, you'll become addicted! ;-) :D