Hi, got this problem where i use this registry codes (Desktop context menu)
and instead of it opening 3 new windows when i click 'Open all' entry, each with one website, it opens two, and one with 2 tabs.
Anyone?
and instead of it opening 3 new windows when i click 'Open all' entry, each with one website, it opens two, and one with 2 tabs.
Anyone?
[ autoit ]
Windows Registry Editor Version 5.00 ;============================================================================= ;Sites [HKEY_CLASSES_ROOT\Directory\Background\shell\03 Sites] "MUIVerb"="Sites" "SubCommands"="Gmail;Ebay;SteamApp;All" "Icon"="C:\\ICO\\Degrade\\10.ico" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Gmail] @="Gmail" "Icon"="C:\\ICO\\Gmail.ico" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Gmail\command] @="firefox https://mail.google.com/mail/u/0/#inbox" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ebay] @="Ebay" "Icon"="C:\\ICO\\Ebay.ico" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Ebay\command] @="firefox http://www.ebay.com/" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SteamApp] @="Steam" "Icon"="C:\\ICO\\steam.ico" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\SteamApp\command] @="firefox http://store.steampowered.com/" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\All] @="Open All" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\All\command] @="firefox -new-window "http://www.ebay.com/" "http://store.steampowered.com/" "https://mail.google.com/mail/u/0/#inbox"" ;=============================================================================