"Gostaria de criar um atalho para o Internet Explorer 9 que abra uma nova janela em uma nova sessão."
Referência IE Command- Opções de linha :
Usar -new
não é mais possível:
-new Obsolete as of Internet Explorer 7.
No entanto, há uma nova opção de linha de comando -noframemerging
, que fará o que você deseja:
-noframemerging Internet Explorer 8 and later versions. Prevents Internet Explorer from opportunistically merging new frame processes into existing frame processes.
Referência IE8 e Confiabilidade :
Frame Process Merging
To help improve startup performance, we have reduced the number of processes that we start. Instead of firing up two processes every time you launch the browser (one for the frame and one for your tabs), we now only fire up one frame process the first time you launch IE. Subsequent launches will only start a new tab process or make a new tab in an existing tab process.
For users that are accustomed to browsing websites in multiple “sessions”, for example if you want to log in to multiple email sites simultaneously, you can specify the -nomerge command line option to disable this feature.
O link acima se referia ao IE 8 Beta 2. Na versão final, -nomerge
foi renomeado para -noframemerging
.
Conclusão:
Substitua -new
por -noframemerging
no seu comando de atalho.