[How-To] Create Metro Shortcut
#1
Posted 16 October 2012 - 12:44 AM
#2
Posted 16 October 2012 - 01:22 AM
%windir%\explorer.exe shell:::{4234d49b-0245-4df3-b780-3893943456e1}
#3
Posted 21 October 2012 - 07:53 PM
i tried it and the shortcut did not work from desktop
#4
Posted 22 October 2012 - 12:10 AM
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
Posted 22 October 2012 - 05:51 AM
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
Posted 22 October 2012 - 09:54 AM
xpclient, on 22 October 2012 - 05:51 AM, said:
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.
MrGRiM, on 22 October 2012 - 12:10 AM, said:
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!

Start Metro.zip (215.86K)
Number of downloads: 60
#7
Posted 22 October 2012 - 10:10 AM
Servelius, on 22 October 2012 - 09:54 AM, said:
xpclient, on 22 October 2012 - 05:51 AM, said:
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.
MrGRiM, on 22 October 2012 - 12:10 AM, said:
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!

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
Posted 22 October 2012 - 10:43 AM
MrGRiM, on 22 October 2012 - 10:10 AM, said:
Servelius, on 22 October 2012 - 09:54 AM, said:
xpclient, on 22 October 2012 - 05:51 AM, said:
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.
MrGRiM, on 22 October 2012 - 12:10 AM, said:
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!

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).

---------------------------------------------
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.



Help
Back to top










