Servelius Posted October 16, 2012 Posted October 16, 2012 Right click > New > Crete shortcut --- what do I paste in here to make a shortcut that would launch Metro?
MagicAndre1981 Posted October 16, 2012 Posted October 16, 2012 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}
abbodi1406 Posted October 22, 2012 Posted October 22, 2012 you can noti tried it and the shortcut did not work from desktop
MrGRiM Posted October 22, 2012 Posted October 22, 2012 Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorials.com/download-shortcut-windows-8-start-screen-desktopAll 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.mydigitallife.info/threads/38295-Modern-UI-Start-Screen-Desktop-%28exe%29-Shortcut but it looks like it will be changing in the next beta anyway.
xpclient Posted October 22, 2012 Posted October 22, 2012 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.
Servelius Posted October 22, 2012 Author Posted October 22, 2012 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. Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorials.com/download-shortcut-windows-8-start-screen-desktopAll 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.mydigitallife.info/threads/38295-Modern-UI-Start-Screen-Desktop-%28exe%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:#NoTrayIconSend {RWin}ExitAppYehoo, works! Start Metro.zip
MrGRiM Posted October 22, 2012 Posted October 22, 2012 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. Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorials.com/download-shortcut-windows-8-start-screen-desktopAll 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.mydigitallife.info/threads/38295-Modern-UI-Start-Screen-Desktop-%28exe%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:#NoTrayIconSend {RWin}ExitAppYehoo, works! Start Metro.zipDid 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.
Servelius Posted October 22, 2012 Author Posted October 22, 2012 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. Here you go, tested and works perfect, can pin it to the taskbar or use it from the desktop http://www.7tutorials.com/download-shortcut-windows-8-start-screen-desktopAll 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.mydigitallife.info/threads/38295-Modern-UI-Start-Screen-Desktop-%28exe%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:#NoTrayIconSend {RWin}ExitAppYehoo, works! Start Metro.zipDid 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.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now