How to Make Windows 7 Window Frame Border Fully Transparent (HideBlur) Kā padarīt Windows 7 Window Frame robežapsardzes pilnībā pārredzamas (HideBlur)
Windows Aero Glass Transparency effect in Windows 7 ( Windows Aero Glass Pārredzamība spēkā Windows 7 ( enable and fix Aero issue nodrošina un noteikt Aero jautājums ) 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. ) Paredz robežas ietvaros visu parasto un maksimālas logi ir aizmiglot izdevumus, ja lietotājs var būt caurspīdīgs, bet matēta vai pienains stikla aizmiglot effect loga rāmja ar daļēju neskaidra pamanāmu darbvirsmas fona ar tās ikonas vai tapetes. 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. Daži Windows 7 lietotāji var izvēlēties, lai šos logu rāmji vai robežu, lai pilnībā pārredzamā vietā, lai to, kas ir aiz skaidri redzams. In some builds of Windows 7, full transparency (non-opaque) window frame border can be achieved with a simple registry hack. Dažos builds Windows 7, pilnīgu pārredzamību (ne-necaurspīdīgu) logu rāmja robežas var panākt ar vienkāršu reģistrācijas Hack.
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: Lai uzlabotu un mainītu robežas ietvaros atvērtus logus Windows 7 pilnībā pārskatāmi, atveriet Registry Editor (regedit) un virzītos uz šādu reģistra atslēgu:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\DWM (for current logged on user) HKEY_CURRENT_USER \ SOFTWARE \ Microsoft \ Windows \ DWM (strāvai pieteicies uz lietotāju)
or, vai,
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\DWM (for all users) HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Windows \ DWM (visiem lietotājiem)
Create a new DWORD (32-bit) Value registry value, and named it as HideBlur . Izveidot jaunu DWORD (32-bit) Vērtība reģistra vērtību, un nosauc to kā HideBlur. Set the value data of “HideBlur” to 1 . Iestatīt vērtības datu par "HideBlur" ar 1.
The registry setting at HKEY_CURRENT_USER will have priority and will override setting in HKEY_LOCAL_MACHINE if there is conflict. Reģistra uzstādījums pie HKEY_CURRENT_USER būs prioritāte, un tiks uzstādīšanas HKEY_LOCAL_MACHINE, ja ir konflikts. Log off and log in again or restart the computer. Log off un log vēlreiz vai restartēt datoru. And the, window's frame should be transparent. Un, logu's rāmis ir jābūt pārredzamai. The illustrations below show the different of transparency effects before and after the border frame full transparency registry hack. Ilustrācijas zem parādīt dažādu pārredzamības sekas pirms un pēc robežas rāmis pilnīgu pārredzamību reģistra Hack.


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. Vēl viena piezīme, ka reģistrs banalizēt iepriekš, šķiet, tikai strādāt par dažiem Windows 7 starpposma builds noplūda ar testētājiem, kā, piemēram, būvēt 6956, 7048, 7106 un 7127. It doesn't been supported in Tas nav atbalstīta Windows 7 Beta Windows 7 Beta (build 7000), (versija 7000), Windows 7 RC Windows 7 RC (build 7100) and build 7077. (versija 7100) un veidot 7077. And unfortunately too, only window's border frame can be made transparent, and not the Taskbar. Un diemžēl arī tikai logu robežu ietvaros var veikt pārredzamas, un nevis uz uzdevumjoslas.
For users who don't want to modify the registry manually, download the following registry registration entries file: Tiem lietotājiem, kuri nevēlas mainīt reģistru manuāli, lejupielādēt šādu reģistra reģistrācijas entries failu: HideBlur.reg HideBlur.reg , and double click on it to apply full transparent window frame hack on current user. , Un dubultklikšķi uz to piemērot pilnīgi pārredzamu loga rāmja sacirst uz pašreizējo lietotājam.
You can also save the following code into text file and save it as a .reg file. Varat arī saglabāt šādu kodu teksta failu un saglabājiet to kā. Reg failu.
Current User: Current User:
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: Visi Lietotāji:
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 Lietotājiem, kas izmanto ārpuskopienas atbalstīja Windows 7 būvēt versijas, loga's frame pilnīgu pārredzamību triks var viegli ļāva aizstājot divus failus "dwm.exe" un "uDWM.dll" iekšpusē% systemdrive% \ Windows \ System32 \ mapē ar versijas no 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 novērtē vērtība HideBlur reģistra atslēgu, un, ja vērtība ir 1, uDWM.dll veiks pārredzamību ietekme uz logiem "robežu.
For user without Windows 7 Build 7127 system on-hard, download the DWM.exe and uDWM.dll files extracted from Lietotāju bez Windows 7 Build 7127 sistēmu par cietu, lejupiel DWM.exe un uDWM.dll failus, kas iegūti no DWM-7127.zip DWM-7127.zip . .
In order to replace and overwrite dwm.exe and uDWM.dll in Windows 7 system, firstly Lai aizstās un pārrakstīta dwm.exe un uDWM.dll Windows 7 sistēma, pirmkārt take ownership and grant full access permissions to the files veikt īpašuma un piešķirt pilnīgu piekļuves atļaujas, lai faili , and then stop the Desktop Windows Manager Session Manager service in Control Panel -> System and Security -> Administrative Tools -> Services module. , Un pēc tam pārtraukt Desktop Windows Manager Session Manager pakalpojumu Control Panel -> System un drošības -> Administrative Tools -> Services moduli. Copy the dwm.exe and uDWM.dll to %systemdrive%\Windows\System32 folder (ba Nokopējiet dwm.exe un uDWM.dll uz% systemdrive% \ Windows \ System32 folder (ba
IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: Šī lapa ir mašīna tulkoto un ar nosacījumu ", kas ir" bez garantijas. Machine translation may be difficult to understand. Machine translation var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.
Related Articles Saistītie raksti
- Enable or Disable Aero Border Frame in Windows Live MSN Messenger (with Auto Switcher) Aktivizēt vai Deaktivizēt Aero robežapsardzes Frame Windows Live MSN Messenger (ar Auto komutatoru)
- Increase or Decrease Windows Vista Aero Glass Windows Border Padding Palielināt vai samazināt Windows Vista Aero Glass Windows robežapsardzes polsterējums
- How to Fully Maximize Command Prompt Window in Vista Kā Pilnībā Maksimizēt Command Prompt logu Vista
- Fix Notepad++ Find or Replace Transparent Dialog Box Does Not Close Away Problem in Windows 7 Fix Notepad + + Atrast vai Aizstāt Caurskatāmas Dialog Box neaizveras Away problēma Windows 7
- Workaround to Remove Shortcut Arrow (Make Transparent) in Windows 7 Yet Can Pin to Taskbar or Start Menu PROFILAKSE Lai Noņemt Shortcut Arrow (Marka Caurskatāmas) Windows 7 Tomēr Vai Pin uz uzdevumjoslas vai Start Menu
- Download Y'z Shadow (YzShadow) 1.9 for Shadow and Transparent Effects in Windows XP Download Y'z Shadow (YzShadow) 1,9 par Shadow un Caurskatāmas Ietekme Windows XP
- Make Vista Right Click Menu Transparent Marka Vista Right Click Izvēlne Caurskatāmas
- Double Vision Enables Semi-Transparent Media Clips View in Windows System Double Vision Ļauj Daļēji Caurskatāmas Media Clips View Windows System
- New Sony S-Frame Digital Photo Frame (DPF-D70/V700/V900) New Sony S-Frame Digital Photo Frame (DPF-D70/V700/V900)
- Remove and Set No Border on Vista Snipping Tool Snipped Images or Pictures Noņemiet un uzstādīt ne robežapsardzes par Vista Snipping Tool Snipped Images vai Pictures










































May 21st, 2009 13:47 Maijs 21, 2009 13:47
ONLY 32 BITS (x86) explain always this Tikai 32 bitu (x86) paskaidrot vienmēr šo
Thanks! Pateicība!