It is currently April 20th, 2024, 7:18 am

Launching Microsoft Edge

Tips and Tricks from the Rainmeter Community
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Launching Microsoft Edge

Post by jsmorley »

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1

[MeterEdge]
Meter=Image
W=64
H=64
ImageName=#@#Images\microsoft-edge-icon.png
LeftMouseUpAction=[shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge]
microsoft-edge-icon.png
You do not have the required permissions to view the files attached to this post.
rainopelit
Posts: 13
Joined: April 17th, 2015, 3:55 pm

Re: Launching Microsoft Edge

Post by rainopelit »

or LeftMouseUpAction=["http://www.google.pl"] if its default browser :D
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Launching Microsoft Edge

Post by jsmorley »

Of course, that is true of any browser. However my point was IF you wanted to just launch the browser without going to any particular site.

Besides which, I don't speak Polish... ;-)
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Launching Microsoft Edge

Post by jsmorley »

This is actually true of any Windows "app" in Windows 10.

What you can do is:

Hit Win-R to open a "Run" input, and type "shell:Appsfolder"
0.5.jpg
That will open up a normally well-hidden "Applications" folder in Explorer, which will have all your installed applications listed, including the "modern" ones that come with Windows 10 or that you get from the "Store".

When in that, hit F-10 to get a menu bar, and from that menu bar select "View / Choose Details"
1.jpg
Select the radio box for "AppUserModelID". That ID is what you are going to want to execute.
2.jpg
Select "Details" from the little "View" gadget" on the right hand side.
3.jpg
LeftMouseUpAction=[shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge]
You do not have the required permissions to view the files attached to this post.
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Launching Microsoft Edge

Post by jsmorley »

User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: Launching Microsoft Edge

Post by moshi »

Code: Select all

LeftMouseUpAction=["microsoft-edge:rainmeter.net"]
:)
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5398
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Launching Microsoft Edge

Post by eclectic-tech »

jsmorley wrote:This is actually true of any Windows "app" in Windows 10.

What you can do is:

Hit Win-R to open a "Run" input, and type "shell:Appsfolder"
0.5.jpg
That will open up a normally well-hidden "Applications" folder in Explorer, which will have all your installed applications listed, including the "modern" ones that come with Windows 10 or that you get from the "Store".

When in that, hit F-10 to get a menu bar, and from that menu bar select "View / Choose Details"
1.jpg
Select the radio box for "AppUserModelID". That ID is what you are going to want to execute.
2.jpg
Select "Details" from the little "View" gadget" on the right hand side.
3.jpg
LeftMouseUpAction=[shell:Appsfolder\Microsoft.MicrosoftEdge_8wekyb3d8bbwe!MicrosoftEdge]
This is very helpful! Has all the details needed for creating action bangs to use in Rainmeter!
This should be renamed, since it can be used for any Windows 10 installed app or program, and it definitely should be pinned! :thumbup:

Thanks Jeffrey!
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Launching Microsoft Edge

Post by jsmorley »

Done. I just created a new sticky post.

https://forum.rainmeter.net/viewtopic.php?p=119837#p119837