How to Make Windows 7 Window Frame Border Fully Transparent (HideBlur) Cómo hacer que Windows 7 marco de la ventana de fronteras totalmente transparente (HideBlur)

Windows Aero Glass Transparency effect in Windows 7 ( Windows Aero Glass efectos de transparencia en Windows 7 ( enable and fix Aero issue y permitir fijar Aero cuestión ) makes the border frame of the all normal and maximized windows to have a blur outlay where user can have a translucent but frosted or milky glass blur effect window frame with partial blurred visibility of the desktop background with its icons or wallpapers. ) Hace que el marco de la frontera todos los normales y maximizar las ventanas para tener una visión borrosa, los gastos en que un usuario puede tener, pero translúcido de vidrio esmerilado o lechoso efecto borroso marco de la ventana con la visibilidad de parcial borrosa el fondo del escritorio con sus iconos o fondos de pantalla. Some Windows 7 users may prefer to make these window frames or borders to fully transparent instead so that what's behind can be clearly seen. Algunos usuarios de Windows 7 puede preferir que estos marcos de ventanas o de las fronteras de manera totalmente transparente en lugar de que lo que hay detrás puede verse claramente. In some builds of Windows 7, full transparency (non-opaque) window frame border can be achieved with a simple registry hack. En algunos de Windows 7, la plena transparencia (no opaco) frontera marco de la ventana se puede lograr con un simple registro de hackeo.

In order to make and change the border frame of open windows in Windows 7 to fully transparent, open Registry Editor ( RegEdit ) and navigate to the following registry key: Con el fin de hacer y cambiar el marco de las fronteras abiertas las ventanas en Windows 7 a totalmente transparente, abierto el Editor del Registro (Regedit) y navegar hasta la clave del Registro siguiente:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM (for current logged on user) HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ DWM (para iniciar sesión de usuario actual)

or, o,

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\DWM (for all users) HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ DWM (para todos los usuarios)

Create a new DWORD (32-bit) Value registry value, and named it as HideBlur . Crear una nueva DWORD (32 bits) Valor valor del Registro, y nombró como HideBlur. Set the value data of “HideBlur” to 1 . Fijar el valor de los datos "HideBlur" a 1.

The registry setting at HKEY_CURRENT_USER will have priority and will override setting in HKEY_LOCAL_MACHINE if there is conflict. La configuración del Registro en HKEY_CURRENT_USER tendrán prioridad sobre el establecimiento y en HKEY_LOCAL_MACHINE si hay conflicto. Log off and log in again or restart the computer. Cierre la sesión y accede de nuevo o reinicie el equipo. And the, window's frame should be transparent. Y el, de la ventana del marco debe ser transparente. The illustrations below show the different of transparency effects before and after the border frame full transparency registry hack. Las ilustraciones siguientes muestran los diferentes efectos de la transparencia antes y después de la frontera marco de total transparencia del Registro hackeo.

Blur Frosted Glass Windows Frame Fully Transparent Windows Border Frame

Another note that the registry hack above appears to only work on some Windows 7 interim builds leaked by testers, such as build 6956, 7048, 7106 and 7127. Otra nota de que el registro anterior truco parece sólo funciona en algunos Windows 7 se basa filtró por intermedio de pruebas, tales como la construcción de 6956, 7048, 7106 y 7127. It doesn't been supported in No se apoyaron en Windows 7 Beta Windows 7 Beta (build 7000), (compilación 7000), Windows 7 RC Windows 7 RC (build 7100) and build 7077. (compilación 7100) y la construcción de 7077. And unfortunately too, only window's border frame can be made transparent, and not the Taskbar. Y por desgracia también, sólo el marco de la ventana de la frontera puede ser transparente, y no la barra de tareas.

For users who don't want to modify the registry manually, download the following registry registration entries file: Para los usuarios que no quieren modificar el Registro manualmente, descargue el siguiente archivo de registro de registro de entradas: HideBlur.reg HideBlur.reg , and double click on it to apply full transparent window frame hack on current user. , Y haga doble clic en ella para aplicar plenamente transparente marco de la ventana de hackear usuario actual.

You can also save the following code into text file and save it as a .reg file. También puede guardar el código siguiente en el archivo de texto y guárdelo como un archivo. Reg.

Current User: Usuario actual:

Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM] [HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ DWM]
“HideBlur”=dword:00000001 "HideBlur" = dword: 00000001

All Users: Todos los usuarios:

Windows Registry Editor Version 5.00 Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\DWM] [HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ DWM]
“HideBlur”=dword:00000001 "HideBlur" = dword: 00000001

For users who use non-supported Windows 7 build versions, the window's frame full transparency trick can be easily enabled by replacing two files “dwm.exe” and “uDWM.dll” inside the %systemdrive%\Windows\System32\ folder with the versions from Para los usuarios que no apoya el uso de Windows 7 construir versiones, el marco de la ventana del total transparencia truco puede ser fácilmente activada mediante la sustitución de dos archivos "dwm.exe" y "uDWM.dll" dentro del% SystemDrive% \ Windows \ System32 \ carpeta con el versiones de Windows 7 Build 7127 Windows 7 Construye 7127 . . dwm.exe evaluates the value of HideBlur registry key, and if the value is 1, the uDWM.dll will execute the transparency effect on windows' border. dwm.exe evalúa el valor de HideBlur clave del Registro, y si el valor es 1, el uDWM.dll ejecutará el efecto de la transparencia en las ventanas' frontera.

For user without Windows 7 Build 7127 system on-hard, download the DWM.exe and uDWM.dll files extracted from Para el usuario sin Windows 7 Construye en 7127 el sistema duro, descargue el DWM.exe y uDWM.dll extraídos de los archivos DWM-7127.zip DWM-7127.zip . .

In order to replace and overwrite dwm.exe and uDWM.dll in Windows 7 system, firstly Con el fin de reemplazar y sobreescribir dwm.exe y uDWM.dll sistema en Windows 7, en primer lugar take ownership and grant full access permissions to the files tomar la propiedad y concesión de permisos de acceso completo a los archivos , and then stop the Desktop Windows Manager Session Manager service in Control Panel -> System and Security -> Administrative Tools -> Services module. Y, a continuación, dejar el escritorio de Windows Manager Session Manager de servicios en el Panel de control -> Sistema y Seguridad -> Herramientas administrativas -> Servicios módulo. Copy the dwm.exe and uDWM.dll to %systemdrive%\Windows\System32 folder (ba Copie el dwm.exe y uDWM.dll a% systemdrive% \ Windows \ System32 (ba

Source Fuente

IMPORTANT : The page is machine translated and provided "as is" without warranty. IMPORTANTE: La página está traducida máquina y proporciona "tal cual" sin garantía. Machine translation may be difficult to understand. La traducción automática puede resultar difícil de entender. Please refer to Por favor, consulte original English article artículo original Inglés whenever possible. siempre que sea posible.


One Response to “How to Make Windows 7 Window Frame Border Fully Transparent (HideBlur)” Una Respuesta a "Cómo hacer que Windows 7 marco de la ventana de fronteras totalmente transparente (HideBlur)"

  1. BIODIGITZMAN® BIODIGITZMAN ®
    May 21st, 2009 13:47 21 de mayo, 2009 13:47
    1

    ONLY 32 BITS (x86) explain always this Sólo 32 bits (x86) siempre explicar este

    Thanks! Gracias!

Leave a Reply Deje una contestación

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Usted puede utilizar estas etiquetas: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Suscribirse a los comentarios Se ha desactivado la característica. To receive notification of latest comments posted, subscribe to Para recibir la notificación de la última envió comentarios, suscribirse a My Digital Life Comments RSS feed Mi vida digital Comentarios RSS or o register to receive registrarse para recibir new comments in daily email digest. nuevos comentarios en el email diario digerir.
Custom Search

New Articles Nuevos artículos

Incoming Search Terms for the Article Próximos Términos de búsqueda para el artículo

Windows 7 100% Transparency Windows 7 100% de transparencia - -- hideblur hideblur - -- Windows 7 Frosted glass Windows 7 vidrio esmerilado - -- "hideblur" "hideblur" - -- download uDWM.dll descargar uDWM.dll - -- full transparent windows frame windows 7 7127 marco de plena transparencia ventanas ventanas 7 7127 - -- HideBlur"=1 HideBlur "= 1 - -- remove window 7 \borders eliminar ventana de 7 \ fronteras - -- transparent window log off ventana transparente sesión - -- w w - -- windows 7 hideblur Windows 7 hideblur - -- window 7 7 ventana - -- window border transparency ventana de transparencia frontera - -- Windows 7 100% Transparency registry Windows 7 100% de transparencia del Registro - -- windows 7 full transparency Windows 7 plena transparencia - --