MSFN Forum: [How-To] Create Metro Shortcut - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

[How-To] Create Metro Shortcut

#1 User is offline   Servelius 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 12-October 12
  • OS:none specified
  • Country: Country Flag

  Posted 16 October 2012 - 12:44 AM

Right click > New > Crete shortcut --- what do I paste in here to make a shortcut that would launch Metro?


#2 User is offline   MagicAndre1981 

  • after Windows 7 GA still Vista lover :)
  • Group: Patrons
  • Posts: 5,017
  • Joined: 28-August 05
  • OS:Vista Ultimate x86
  • Country: Country Flag

Posted 16 October 2012 - 01:22 AM

I only know this which lists all apps so that you can run them faster from desktop:

%windir%\explorer.exe shell:::{4234d49b-0245-4df3-b780-3893943456e1}


#3 User is offline   abbodi1406 

  • Group: Members
  • Posts: 2
  • Joined: 02-March 12
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 21 October 2012 - 07:53 PM

you can not

i tried it and the shortcut did not work from desktop

#4 User is offline   MrGRiM 

  • Member
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 17-October 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 October 2012 - 12:10 AM

Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorial...-screen-desktop

All it does is send a Left Windows key command, if you need a right Windows Key command I made one here for StartIsBack Beta 2 http://forums.mydigi...exe%29-Shortcut but it looks like it will be changing in the next beta anyway.

#5 User is offline   xpclient 

  • XP was my idea. I had to fight Windows 7 to make it my idea
  • PipPip
  • Group: Members
  • Posts: 238
  • Joined: 30-July 05
  • OS:XP Pro x64
  • Country: Country Flag

Posted 22 October 2012 - 05:51 AM

If you have Classic Shell installed, you can use the command: ClassicStartMenu.exe -togglenew to switch to Metro.

Or you can use explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0} to directly switch to the "Apps" screen.


Or MrGRiM's method which sends hotkeys. :)

#6 User is offline   Servelius 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 12-October 12
  • OS:none specified
  • Country: Country Flag

Posted 22 October 2012 - 09:54 AM

View Postxpclient, on 22 October 2012 - 05:51 AM, said:

If you have Classic Shell installed, you can use the command: ClassicStartMenu.exe -togglenew to switch to Metro.

Or you can use explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0} to directly switch to the "Apps" screen.


Or MrGRiM's method which sends hotkeys. :)


explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0} is cool but not quite what I'm looking for. There has to be another similar code that launches metro start screen.

The Classic Shell's hotkey opens up StartIsBack menu instead of the metro screen.


View PostMrGRiM, on 22 October 2012 - 12:10 AM, said:

Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorial...-screen-desktop

All it does is send a Left Windows key command, if you need a right Windows Key command I made one here for StartIsBack Beta 2 http://forums.mydigi...exe%29-Shortcut but it looks like it will be changing in the next beta anyway.


I'm well familiar with Autohotkey, but that script also launches StartIsBack, not the Metro Screen.

Err ... wait, StartIsBack gives me the right-Win to launch Metro, so I'll use this script:

#NoTrayIcon
Send {RWin}
ExitApp



Yehoo, works!

Posted Image

Attached File  Start Metro.zip (215.86K)
Number of downloads: 60

#7 User is offline   MrGRiM 

  • Member
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 17-October 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 October 2012 - 10:10 AM

View PostServelius, on 22 October 2012 - 09:54 AM, said:

View Postxpclient, on 22 October 2012 - 05:51 AM, said:

If you have Classic Shell installed, you can use the command: ClassicStartMenu.exe -togglenew to switch to Metro.

Or you can use explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0} to directly switch to the "Apps" screen.


Or MrGRiM's method which sends hotkeys. :)


explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0} is cool but not quite what I'm looking for. There has to be another similar code that launches metro start screen.

The Classic Shell's hotkey opens up StartIsBack menu instead of the metro screen.


View PostMrGRiM, on 22 October 2012 - 12:10 AM, said:

Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorial...-screen-desktop

All it does is send a Left Windows key command, if you need a right Windows Key command I made one here for StartIsBack Beta 2 http://forums.mydigi...exe%29-Shortcut but it looks like it will be changing in the next beta anyway.


I'm well familiar with Autohotkey, but that script also launches StartIsBack, not the Metro Screen.

Err ... wait, StartIsBack gives me the right-Win to launch Metro, so I'll use this script:

#NoTrayIcon
Send {RWin}
ExitApp



Yehoo, works!

Posted Image

Attached File  Start Metro.zip (215.86K)
Number of downloads: 60

Did you even read my post, I posted one for the left window key for the start menu and one for the right window key to launch the start screen using startisback, that's why I gave you both links because I wasn't sure if you were using Startisback.

#8 User is offline   Servelius 

  • Member
  • PipPip
  • Group: Members
  • Posts: 102
  • Joined: 12-October 12
  • OS:none specified
  • Country: Country Flag

Posted 22 October 2012 - 10:43 AM

View PostMrGRiM, on 22 October 2012 - 10:10 AM, said:

View PostServelius, on 22 October 2012 - 09:54 AM, said:

View Postxpclient, on 22 October 2012 - 05:51 AM, said:

If you have Classic Shell installed, you can use the command: ClassicStartMenu.exe -togglenew to switch to Metro.

Or you can use explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0} to directly switch to the "Apps" screen.


Or MrGRiM's method which sends hotkeys. :)


explorer.exe shell:::{2559a1f8-21d7-11d4-bdaf-00c04f60b9f0} is cool but not quite what I'm looking for. There has to be another similar code that launches metro start screen.

The Classic Shell's hotkey opens up StartIsBack menu instead of the metro screen.


View PostMrGRiM, on 22 October 2012 - 12:10 AM, said:

Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorial...-screen-desktop

All it does is send a Left Windows key command, if you need a right Windows Key command I made one here for StartIsBack Beta 2 http://forums.mydigi...exe%29-Shortcut but it looks like it will be changing in the next beta anyway.


I'm well familiar with Autohotkey, but that script also launches StartIsBack, not the Metro Screen.

Err ... wait, StartIsBack gives me the right-Win to launch Metro, so I'll use this script:

#NoTrayIcon
Send {RWin}
ExitApp



Yehoo, works!

Posted Image

Attached File  Start Metro.zip (215.86K)
Number of downloads: 60

Did you even read my post, I posted one for the left window key for the start menu and one for the right window key to launch the start screen using startisback, that's why I gave you both links because I wasn't sure if you were using Startisback.


Thanks, now I have followed your second link but the problem is I'm not registered at my digital life so I can't download from there. Anyway, I can use my own shortcut with an icon thanks to Autohotkey and RWin (my keyboard doesn't have RWin and I had totally forgotten about it until I spotted it in the options).

Posted Image

---------------------------------------------

After using Window Spy for a while I discovered that the Metro Screen is ahk_class ImmersiveLauncher, but activating it does nothing. Activating ahk_class DV2ControlHost shows StartIsBack menu.
Thanks for all replies, appreciated. :thumbup

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy