Open a folder in a new tab

Lorenzo R 0 Puntos de reputación
2024-06-13T09:53:14.2966667+00:00

When I click right button in MS Explorer and "open in new tab", it opens, but in a new window, NOT in a new tab in same window.

Preguntas y respuestas (Q&A) de Microsoft
Preguntas y respuestas (Q&A) de Microsoft
Use esta etiqueta para compartir sugerencias, solicitudes de características y errores con el equipo de Microsoft Q&A. El equipo de Microsoft Q&A evaluará sus comentarios periódicamente y proporcionará actualizaciones a lo largo del proceso.
358 preguntas
0 comentarios No hay comentarios
{count} votos

1 respuesta

Ordenar por: Lo más útil
  1. Gao Chen 1,630 Puntos de reputación Proveedor de Microsoft
    2024-06-24T23:51:39.08+00:00

    Hello Lorenzo R,

    Welcome to Microsoft Q&A!

    Regarding your problem, to resolve the issue that a new window opens instead of a new tab in Internet Explorer, you can try the following steps:

    Open a Command Prompt with administrator privileges.

    Depending on your Windows architecture, run the appropriate commands:

    • For 64-bit versions of Windows:
        %SystemRoot%\System32\regsvr32 '%programfiles%\Internet Explorer\ieproxy.dll'
      
        %SystemRoot%\Syswow64\regsvr32 '%programfiles(x86)%\Internet Explorer\ieproxy.dll'
      
        %SystemRoot%\System32\regsvr32 /i /n ieframe.dll
      
        %SystemRoot%\Syswow64\regsvr32 /i /n ieframe.dll
      
    • For 32-bit versions of Windows:
        regsvr32 '%programfiles%\Internet Explorer\ieproxy.dll'
      
        regsvr32 /i /n 'ieframe.dll'
      

    After running each regsvr32 command, you should receive a message indicating successful registration. If you receive a message indicating a different status, it is recommended to contact Microsoft Product Support for further assistance.

    Important: Please note that creating a system restore point or system state backup before making any registry modifications is recommended.

    Remember to consult the original document for more information and additional details.


    If the answer is the correct solution, click "Accept Answer" and please kindly in favor. If you have additional questions about this answer, click "Comment." Note: Follow the steps in our documentation to enable email notifications if you would like to receive email notifications related to this thread.


Su respuesta

Las respuestas pueden ser marcadas como Respuestas aceptadas por el autor de la pregunta, lo que indica a los usuarios que la respuesta resolvió su problema.