How to Make Windows 7 Window Frame Border Fully Transparent (HideBlur) Как заставить Windows 7 оконной рамы Пограничный Полностью прозрачные (HideBlur)

Windows Aero Glass Transparency effect in Windows 7 ( Windows Aero Glass эффект прозрачности в Windows 7 ( enable and fix Aero issue и позволить установить Aero вопрос ) 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. ) Делает границы кадра из всех нормальных и максимально окна имеют размывания затрат, где пользователь может быть полупрозрачным, а матовое стекло или молочно эффекта размытия оконной рамы с частичным размыты видимость на фоне рабочего стола с иконами или обои. 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. Некоторые пользователи Windows 7, возможно, предпочтут сделать эти рамы или границ полностью прозрачным, а тем, что стоит за то, что хорошо видно. In some builds of Windows 7, full transparency (non-opaque) window frame border can be achieved with a simple registry hack. В некоторых версиях Windows 7, полная прозрачность (не непрозрачный) оконной рамы граница может быть достигнута с помощью простого реестра взломать.

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: Для того чтобы сделать и изменить границы кадра с открытыми окнами в Windows 7 полностью прозрачным, открыть редактор реестра (Regedit) и перейдите в следующий раздел реестра:

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM (for current logged on user) HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ DWM (для текущего пользователя)

or, или,

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\DWM (for all users) HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ DWM (для всех пользователей)

Create a new DWORD (32-bit) Value registry value, and named it as HideBlur . Создайте новый DWORD (32-битная версия) Значение параметра реестра, и назвал его в качестве HideBlur. Set the value data of “HideBlur” to 1 . Установите значение данных "HideBlur" 1.

The registry setting at HKEY_CURRENT_USER will have priority and will override setting in HKEY_LOCAL_MACHINE if there is conflict. В реестре параметр HKEY_CURRENT_USER будут иметь приоритет и переопределяет параметр в HKEY_LOCAL_MACHINE, если существует конфликт. Log off and log in again or restart the computer. Выйдите и снова войдите в систему или перезагрузить компьютер. And the, window's frame should be transparent. И, окно должно быть прозрачным. The illustrations below show the different of transparency effects before and after the border frame full transparency registry hack. На иллюстрациях показаны различные эффекты прозрачности до и после границы кадра полной прозрачности реестра взломать.

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. Другие отмечают, что в реестр взломать выше, как только работа над некоторыми Windows 7 промежуточный строит утечка на тестеров, как, например, построить 6956, 7048, 7106 и 7127. It doesn't been supported in Он не получил поддержку в Windows 7 Beta Windows 7 Beta (build 7000), (Build 7000), Windows 7 RC Windows 7 RC (build 7100) and build 7077. (сборка 7100) и построить 7077. And unfortunately too, only window's border frame can be made transparent, and not the Taskbar. И, к сожалению, тоже только в окне границы кадра могут быть прозрачными, а не задач.

For users who don't want to modify the registry manually, download the following registry registration entries file: Для пользователей, которые не хотят изменений в реестр вручную, загрузив реестра регистрационных записей файла: HideBlur.reg HideBlur.reg , and double click on it to apply full transparent window frame hack on current user. , И дважды щелкните по нему применить полный кадр прозрачным окном обходное о текущих пользователей.

You can also save the following code into text file and save it as a .reg file. Вы можете также сохранить следующий код в текстовый файл и сохранить его как файл. Рег файл.

Current User: Текущий пользователь:

Windows Registry Editor Version 5.00 Редактора реестра Windows версии 5.00

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

All Users: Все пользователи:

Windows Registry Editor Version 5.00 Редактора реестра Windows версии 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 Для пользователей, которые используют, не поддерживаемые Windows 7 строить версии, окно в кадре полную прозрачность трюк может быть легко включена путем замены двух файлов "dwm.exe" и "uDWM.dll" в папке% SystemDrive% \ Windows \ System32 \ папка с версия с Windows 7 Build 7127 Windows 7 Build 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 оценивает стоимость HideBlur реестра, а если его значение равно 1, то будет выполнять uDWM.dll прозрачности воздействие на окна 'границы.

For user without Windows 7 Build 7127 system on-hard, download the DWM.exe and uDWM.dll files extracted from Для пользователей без Windows 7 Build 7127 системы на жесткий, скачать DWM.exe и uDWM.dll файлы, извлеченные из DWM-7127.zip DWM-7127.zip . .

In order to replace and overwrite dwm.exe and uDWM.dll in Windows 7 system, firstly Для того чтобы заменить и переписать dwm.exe и uDWM.dll в системе Windows 7, в первую очередь take ownership and grant full access permissions to the files взять на себя ответственность и предоставить полный доступ к файлам файлы , and then stop the Desktop Windows Manager Session Manager service in Control Panel -> System and Security -> Administrative Tools -> Services module. , А затем остановить Desktop Windows Manager Session Manager службу в Панель управления -> Система и Безопасность -> Администрирование -> Службы модуля. Copy the dwm.exe and uDWM.dll to %systemdrive%\Windows\System32 folder (ba Скопируйте dwm.exe и uDWM.dll в% SystemDrive% \ Windows \ System32 папку (BA

Source Источник

IMPORTANT : The page is machine translated and provided "as is" without warranty. Внимание: Эта страница машина переведена и предоставляются "как есть" без гарантии. Machine translation may be difficult to understand. Машинный перевод может быть трудным для понимания. Please refer to Пожалуйста, обратитесь к original English article Английский оригинальные статьи whenever possible. когда это возможно.


One Response to “How to Make Windows 7 Window Frame Border Fully Transparent (HideBlur)” Один Ответ к "Как сделать Windows 7 оконной рамы Пограничный Полностью прозрачные (HideBlur)"

  1. BIODIGITZMAN® BIODIGITZMAN ®
    May 21st, 2009 13:47 21 мая 2009 13:47
    1 1

    ONLY 32 BITS (x86) explain always this Только 32 бит (x86) объяснить этот всегда

    Thanks! Спасибо!

Leave a Reply Оставить Ответить

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> Вы можете использовать эти теги: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <дель Datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Подписаться на комментарии функция была отключена. To receive notification of latest comments posted, subscribe to Чтобы получать уведомления о последних комментариев, подписка на My Digital Life Comments RSS feed Моя Цифровая жизнь Комментарии RSS канал or или register to receive зарегистрируйтесь, чтобы получить new comments in daily email digest. новых комментариев в ежедневной электронной почте дайджест.
Custom Search

New Articles Новые статьи

Incoming Search Terms for the Article Входящий Условия поиска для статьи

hideblur hideblur - -- Windows 7 100% Transparency Windows 7 100% Прозрачность - -- Windows 7 Frosted glass Windows 7 матовое стекло - -- windows 7 transparent windows Windows 7 транспарентного Windows - -- remove blur windows 7 rc устранить размытие Windows 7 RC - -- Remove Windows 7 blur effect Удаление Windows 7 эффекта размытия - -- windows 7 hideblur Windows 7 hideblur - -- windows 7 windows fram fully transparency Windows 7 Windows FRAM полной прозрачности - -- window frame оконная рама - -- hideblur for win 7 hideblur за победу 7 - -- make windows 7 transparent сделать прозрачным Windows 7 - -- windows 7 7127 dwm.exe Windows 7 7127 dwm.exe - -- hideblur windows 7 hideblur Windows 7 - -- how to make a window frame Как сделать так, чтобы окна кадра - -- win 7 fully transparent enabler 7 победить полностью прозрачным, содействующим - -- Win 7 Fully Transparent Enable Win 7 Полностью прозрачные Включить - -- windows 7 transparency Windows 7 прозрачности - -- transparent windows in windows 7 транспарентного окнами в Windows 7 - -- windows 7 glass effect files Windows 7 стекло эффекта файлы - -- HOW TO MAKE windows 7 КАК СДЕЛАТЬ Windows 7 - -- border frame границы кадра - -- dwm 7 7127 dwm 7 7127 - -- seven build 7127 lingua italiana семь построить 7127 Lingua Italiana - -- [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM] HideBlur [HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ DWM] HideBlur - -- create a window border on a pc создать окно границы на ПК - -- download uDWM.dll скачать uDWM.dll - -- dwm 7127 dwm 7127 - -- win7 fully transparent win7 полностью транспарентными - -- windows 7 Windows 7 - -- Aero 7 Transparent Borders Aero 7 Прозрачные границы - -- transparent windows 7 транспарентного Windows 7 - -- windows 7 full transparent Windows 7 полного транспарентного - -- win 7 fully transparent 7 победить полностью транспарентными - -- windows 7 7100 DWM.exe and uDWM.dll Windows 7 7100 DWM.exe и uDWM.dll - -- fully transparent window frame windows 7100 полностью прозрачным окном окна 7100 - -- uDWM.dll windows 7 uDWM.dll Windows 7 - -- windows 7 taskbar blur Windows 7 задач размытия - -- build 7127 full trasparency построить 7127 полное trasparency - -- DWM.dll de 7127 DWM.dll де-7127 - -- how to build a window frame Как построить оконная рама - -- How to Make Windows Vista Window Frame Border Fully Transparent (HideBlur) Как заставить Windows Vista окно Frame Пограничный Полностью прозрачные (HideBlur) - -- windows 7 transparency full Windows 7 полной прозрачности - -- windows frame transparent рама окна транспарентного - -- "windows 7" transparent "Windows 7" прозрачные - -- remove frost glass win7 удалить мороза стекла win7 - -- windows 7 transparent Windows 7 транспарентного - -- how to make transparent window windows 7 Как сделать прозрачным окном Windows 7 - -- "hideblur" "hideblur" - -- "DWM.exe" transparenz "DWM.exe" transparenz - -- full transparent windows frame windows 7 7127 полное транспарентное окна окна 7 7127 - --