Recommended Posts

I just enabled Aero Glass and it's pretty cool. You need to have a pretty fast processor (this is very intensive especially with the 4074 explorer leak) and at least a 128mb DX9 compatible card with Pixel Shader 2.0. I have a RADEON 9600 XT and IMO it is the minimum for this effect. Also, you should probably make a registry backup or a restore point just for sh**s and giggles ;) . Follow these steps:

1. Start with a clean install. Seriously, if you don't start fresh there may be problems (i.e. i applied tweaks and fixes, especially the explorer leak fix, and the glass effect just wouldn't work!) Also, important, make sure the sidebar is active!

2. Download this skin (theme), extract it, and put the folder named "Aero" in the Windows/Resources/Themes folder. Then, open the folder, double click aero.msstyles, and click OK in the window (Display Properties) that pops up. NOTE: If the link above for the skin does not work (which it should), just search google for "dwm skins", or "ExplorerGlass-BOFH-Beta2.rar" and you should find it easily.

3. Add this key to the registry by following these instructions: Type "regedit" in the "Run" box on your Start Menu, then navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

Right click in the window, then highlight "new", then "DWORD Value". Name it MILExplorer, then right click MILExplorer (you just created it) and select "Modify". Enter a 1 in the "Value data" box.

4. NOW restart your computer.

5. Once rebooted, go to the Start Menu, click on "Run" and type the following in the box to start DWM:

rundll32 c:/windows/system32/uxdesk.dll,DwmStartComposition

6. That's it! Aero Glass! COOL!

NOTE: You will not be able to use IE/Explorer (You won't see your windows) unless you enable DWM by following step 5 AS SOON as you reboot. Trust me, don't try to open any windows 'cause you won't see 'em unless DWM is started. Don't worry though, you can still get to the Start Menu and the "Run" box.

EDIT: I forgot to mention that DWM MUST be reactivated every time you reboot because it doesn't start automatically. As I explain in the NOTE, you won't be able to use explorer/IE if you don't. An easy way around this is to create a batch file and place it in your "Startup" folder so it will always initiate upon startup.

I did not create this skin nor did I come up with this method. This is just what I have found by looking around on the 'net for hours trying to figure out how to get this cool effect. The skin is BOFH's and is an example of his great work! Thanks.

post-97126-1110806668_thumb.jpg

Edited by CollegeGuy
Link to comment
https://www.neowin.net/forum/topic/296493-enable-aero-glassstep-by-step/
Share on other sites

Is this just for Longhorn? (i'm guessing by what forum this is in)

Can you get rid of it and/or change back to another theme without removing this one?

Do you need a patched uxtheme.dll file?

585614682[/snapback]

Yes, this is just for Longhorn (4074 only as far as I know). No, you can't change to another glass theme without removing this one (or at least moving it to another folder besides Themes) Use the one I specified or another glass dwm skin, if you find a good one, but if you do change to another glass theme, you'll have to move the old folder named Aero to a seperate location, as I'm pretty sure for this to work whatever theme you use for the glass effect has to be named "Aero". There is no need to patch uxtheme.dll, I'm pretty sure you only have to do that for XP.

Why don't you do step 5 in the registry?, in the Run section.

585614692[/snapback]

Sorry i don't quite understand the question, do you mean initiating the command from the registry, if so i didn't know that was possible. The way I explained works for me, but if you know what you're doing then by all means. :) My guide is simply the easiest way I found to do it.

Assuming the 'reg' command is available on Longhorn (it is on XP...) you can substitute step 3 with this:

reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer /v MILExplorer /t REG_DWORD /d 1

and step 5 with this (cred to The_Decryptor for this, see post above :)):

reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Glass /t REG_SZ /d "rundll32 c:/windows/system32/uxdesk.dll,DwmStartComposition"

Would be nice to try this myself, but no Longhorn availble here. Thanks anyways CollegeGuy :)

i cant believe people are still playing around this old build, im just going to wait for the next pdc build and then for the beta1.....i havnt installed my pdc2004 longhorn for sooooo long

585623522[/snapback]

rofl beta 1 is coming before pdc and the m9 developer preview is coming at winhec before beta 1 :laugh: Whats even more funny is there never was a pdc 2004

/me laughs at all of you

there is an easy way to make it so that aero glass will work without dwm. it involves hacking a file though :p and finding the file is still a daunting task :)

but once thats done, you can run glass side/taskbars without turning on dwm :)

an example

(geez, i posted that pic in two threads already... >_<)

/me laughs at all of you

there is an easy way to make it so that aero glass will work without dwm. it involves hacking a file though :p and finding the file is still a daunting task :)

but once thats done, you can run glass side/taskbars without turning on dwm :)

an example

(geez, i posted that pic in two threads already... >_<)

585626088[/snapback]

http://www.aeroxp.net/board//index.php?showtopic=103

Some people in other boards (like this one ) wished they could be able to run the aero glass taskbar and the semi-transparent sidebar without the "bugginess" of having the DWM enabled.

If you dare hack a single DLL and exchange a couple characters (to keep CRC check from getting aware of the hack) then you can have the usual Jade theme working perfectly without needing to enable DWM nor needing to keep changing the registry one and other time just to keep that.

You'll need a good hex editor.

Here you go:

Start your hex editor and, with explorer, go to

WINDOWS\assembly\gac_32\System.Windows.Explorer\6.0.3708.0__a29c01bbd4e39ac5

Copy System.Windows.Explorer.dll now into System.Windows.Explorer.dll.bin

and stop Explorer.exe from task manager.

edit System.Windows.Explorer.dll.bin

With the hex editor, search for this string:

4d0049004c004500 (it's the equivalent of MILE in Unicode)

and replace it with:

49004d004c004500 (the equivalent of LIME) hence no CRC damage

Now rename System.Windows.Explorer.dll into System.Windows.Explorer.dll.bak

and rename System.Windows.Explorer.dll.bin into System.Windows.Explorer.dll

Start regedit from Task Manager and change the old DWORD value of MILExplorer into LIMExplorer

Restart explorer.exe from task manager.

Since the explorer windows are made out of code inside other libraries that don't pertain to the avalon interface, they will open as usual because there is no longer an MILexplorer entry telling them to expect DWM, and since the Avalon assembly-driven traskbar and sidebar run from the DLL we just changed, then the glass effect will appear in those two areas of your desktop. Result? your beloved glass without DWM bugs and no unneeded hassle!

Maybe Stan would like to integrate the procedure into a single, small EXE wink.gif

/me laughs at all of you

there is an easy way to make it so that aero glass will work without dwm. it involves hacking a file though :p and finding the file is still a daunting task :)

but once thats done, you can run glass side/taskbars without turning on dwm :)

an example

(geez, i posted that pic in two threads already... >_<)

585626088[/snapback]

Yes, that is true (Customization Pack for Longhorn 4074 by joejoe includes the reg hack), but going that route does not enable the glass effect for the explorer windows, and I'm pretty sure it may not enable the cool ALT+TAB effect either! Also, thanks to andyandy and Decryptor for those shortcuts concerning steps 3 and 5. They'll save you time, I'm sure! I haven't tested them, but I have every confidence they will work. I'll add them to the steps if successful (with nods to you guys of course)!

Edited by CollegeGuy
I just enabled Aero Glass and it's pretty cool.  You need to have a pretty fast processor (this is very intensive especially with the 4074 explorer leak) and at least a 128mb DX9 compatible card with Pixel Shader 2.0.  I have a RADEON 9600 XT and IMO it is the minimum for this effect.  Also, you should probably make a registry backup or a restore point just for sh**s and giggles ;) .  Follow these steps:

1. Start with a clean install. Seriously, if you don't start fresh there may be problems (i.e. i applied tweaks and fixes, especially the explorer leak fix, and the glass effect just wouldn't work!) Also, important, make sure the sidebar is active!

2. Download this skin (theme), extract it, and put the folder named "Aero" in the Windows/Resources/Themes folder.  Then, open the folder, double click aero.msstyles, and click OK in the window (Display Properties) that pops up.  NOTE: If the link above for the skin does not work (which it should), just search google for "dwm skins", or "ExplorerGlass-BOFH-Beta2.rar" and you should find it easily.

3. Add this key to the registry by following these instructions: Type "regedit" in the "Run" box on your Start Menu, then navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer

Right click in the window, then highlight "new", then "DWORD Value".  Name it MILExplorer, then right click MILExplorer (you just created it) and select "Modify".  Enter a 1 in the "Value data" box.

4. NOW restart your computer.

5. Once rebooted, go to the Start Menu, click on "Run" and type the following in the box to start DWM:

rundll32 c:/windows/system32/uxdesk.dll,DwmStartComposition

6. That's it!  Aero Glass! COOL!

NOTE: You will not be able to use IE/Explorer (You won't see your windows) unless you enable DWM by following step 5 AS SOON as you reboot.  Trust me, don't try to open any windows 'cause you won't see 'em unless DWM is started.  Don't worry though, you can still get to the Start Menu and the "Run" box.

EDIT: I forgot to mention that DWM MUST be reactivated every time you reboot because it doesn't start automatically.  As I explain in the NOTE, you won't be able to use explorer/IE if you don't.  An easy way around this is to create a batch file and place it in your "Startup" folder so it will always initiate upon startup.

Exactly.

This a hack, and thus it will work for *any* graphics card. However, the DX 9 support is a must if you want any decent speed. I tried it with my AIW 8500DV. While it still works, it is dog-slow. Other Web browsers (Netscape, Opera, Firefox, etc,) still work without this hack.

Made a whole Package of Customization....and even easier...

http://joejoe.ath.cx/

585654491[/snapback]

You have a great customization pack. It's just, I tried it and was unable to get the transparent glass effect. After much researching, I made this step by step guide. Your customization pack includes screenshots of a great looking desktop with glass explorer windows, but no real way to do it (believe me I tried). So I wouldn't say it's neccessarily easier (or possible without some research and skins) to attain the glass effect with your package. Of course, your batch files do speed up the process of enabling DWM, but as I explained earlier this is just the easiest way for me. It would be great if you could include some transparent glass skins in your package so the screenshots you include are actually attainable. Or maybe you could just included a more detailed guide on how to attain the effect using skins, so people such as me wouldn't have to spend so much time trying to figure out how to make ours look like the screenies. Great pack otherwise! Thanks joejoe :)

PGHammer, actually, the effect won't work with *any* card. Believe me, I had a 64mb Geforce 2 MX400 before and it was worthless when it came to this effect (see screenie below). I even started another thread a while ago asking for advice on the type of card I would need for this effect. After many replies I settled on the 9600XT. It works great. After considering their replies, I believe the card must be DX9 compatible for the effect to work at all. Or at least a higher end card.

post-97126-1112096157_thumb.jpg

It's proven to work on MX440's with some exact drivers from NVidia, and anyways, the MX440 is a DX8 card.

585695213[/snapback]

The 8500DV is also a DX 8 (specifically 8.1) card, which is why the effect works (albeit very slowly). However, DX 9 and 128 MB (of course, 256 MB makes performance even snappier) makes the performance reasonable. (I got my replacement AIW 9700 Pro back and am posting this from my LH drive with AeroGlass active....*very nice*.)

The 8500DV is also a DX 8 (specifically 8.1) card, which is why the effect works (albeit very slowly).  However, DX 9 and 128 MB (of course, 256 MB makes performance even snappier) makes the performance reasonable.  (I got my replacement AIW 9700 Pro back and am posting this from my LH drive with AeroGlass active....*very nice*.)

585710898[/snapback]

Tried it with a 9700 Pro as well, works amazingly well =).

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I recently tried edge. It seems a lot better. A lot of the junk in it is gone. It seems less bloated and snappy.
    • Lethal fake phone chargers are still being sold on Amazon and eBay, UK watchdog warns by Paul Hill Credit: Pexels The UK consumer rights organization, Which?, is claiming that “potentially lethal knock-off chargers” are still being sold on online marketplaces seven years after it exposed the danger of these chargers. In its latest investigation, it bought 15 USB phone chargers from several online marketplaces and found they were missing key information, meaning they cannot be legally sold in the UK. Which? bought the 15 chargers from seven online marketplaces. These were Amazon (including Amazon Haul), AliExpress, B&Q Marketplace, Debenhams Marketplace, and eBay. It said that the chargers were so badly made that anyone using them was at risk of electric shock. Over half the chargers also posed fire and explosion risks. Of the chargers purchased, one was a fake Apple USB-C 35W power adaptor charger. To confuse buyers, the box was branded with an Apple logo, but testing found it to be a fake. Further testing picked up arcing sounds after 10 seconds of use, where a current jumps between two parts of the electrical circuit, which can cause fires, explosions, or electric shock. The manufacturers of this particular charger also put modeling clay inside it to make it feel more weighty, robust, and genuine. Not all of the chargers were technically faulty; however, some were missing key packaging, markings, and documentation, meaning they can’t be sold in the UK legally. Which? said that it is now campaigning alongside a coalition of safety groups and businesses for new laws that make online marketplaces responsible for ensuring the safety of products that they choose to list on their websites. It also said the government needs to start using powers under the Product Regulation and Metrology Act, which was adopted last July, to impose safety requirements on online marketplaces via secondary legislation, but so far, there have been delays. No matter what country you are in, be sure to properly research what you are buying and only buy authentic chargers to prevent fires. You can read more about Which?’s research here.
    • Visual Studio finally gets long-awaited feature that developers will love by Usama Jawad Visual Studio Code is Microsoft's popular, lightweight, open-source code editor, it is actually Visual Studio that is the company's flagship integrated development environment (IDE). Although the IDE already offers a boatload of useful features for developers, Microsoft has finally introduced a long-requested capability that will be loved by many. While developers have already been able to create Git pull requests (PRs) directly within Visual Studio for the past couple of years, it had not been possible to review a PR without switching to the browser, until now. Microsoft revealed in December 2025 that it is working on UX that enables developers to do just that, and fast-forward to June 2026, and Visual Studio finally has native capabilities to open and inspect a PR, discuss feedback, and wrap up the review, all without switching to the browser. This integration works for both GitHub and Azure DevOps (including on-prem). Developers have access to multiple surfaces to open a PR, including Git Repository, Git Changes, and the Git menu in Visual Studio. Once you open a PR, all the important details will be immediately visible to you, from where you can navigate to various levels of granularity and branch states, depending on the reviews that you are engaged in. As you would expect, you also get a diff view that enables you to see code changes inline or side-by-side in a separate panel. You can also review commit-by-commit. Additionally, this UX fosters collaboration as you can leave comments, reply to threads, and resolve conversations easily. Naturally, you can also leverage Copilot to apply a code suggestion to fix a potential issue. When you are done, you have the ability to approve, complete, and merge the PR. This is a pretty major feature as it has been requested heavily for the past few years. You can try it out in Visual Studio 2026 version 18.7, made available here recently. Microsoft plans to enhance this experience further in future releases with comment filtering, a timeline of PR activity, and more.
    • This AdGuard Family lifetime deal is still only $15.97 by Steven Parker Today's highlighted Neowin Deal comes via our Apps + Software section, where you can get a lifetime subscription and save 90% on a lifetime AdGuard Family Plan. AdGuard is a unique program that has all the necessary features for what they claim to be "the best web experience." The software combines the an advanced ad blocker, a privacy protection module, and a parental control tool—all working in one app. This software deals with annoying ads, hides your data from a multitude of trackers, protects you from malware attacks, and even lets you restrict your kids from accessing inappropriate content. Install AdGuard and see the internet as it was supposed to be: clean and safe. Get rid of annoying banners, pop-ups & video ads once and for all Hide your data from the multitude of trackers & activity analyzers that swarm the web Avoid fraudulent and phishing website and malware attacks Protect your kids online by restricting them from accessing inappropriate & adult content Good to know Family Plan Length of access: lifetime This plan is only available to new users Redemption deadline: redeem your code within 30 days of purchase Max number of devices: 9 Access options: desktop & mobile Software version: AdGuard Family Updates included A lifetime subscription of AdGuard Family Plan normally costs $169.99, but this deal can be yours for just $15.97, that's a saving of $157.02. For full terms, specifications, and license info please click the link below. Get this AdGuard Family lifetime deal for just $15.97 (was $169.99) Although priced in U.S. dollars, this deal is available for digital purchase worldwide. As an online publication, Neowin too relies on ads for operating costs and, if you use an ad blocker, we'd appreciate being whitelisted. In addition, we have an ad-free subscription for $28 a year, which is another way to show support! Support queries If you have queries or need support for any of the Neowin Deals, please use the contact form here. Neowin Deals are managed and sold by StackCommerce who represent Neowin on an affiliate basis. Why we post these deals We post these because we earn commission on each sale so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. So for those that keep moaning and complaining, be thankful we're still online for you to even do that. Other ways to support Neowin Whitelist Neowin by not blocking our ads Create a free member account to see fewer ads Make a donation to support our day to day running costs Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: Neowin benefits from revenue of each sale made through our branded deals site powered by StackCommerce.
    • the MCT currently downloads 26200.8653, so not completely up to date.
  • Recent Achievements

    • Week One Done
      Timaximus earned a badge
      Week One Done
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Rookie
      FBSPL went up a rank
      Rookie
    • First Post
      davidbazooked earned a badge
      First Post
    • Week One Done
      davidbazooked earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      PsYcHoKiLLa
      174
    3. 3
      +Edouard
      160
    4. 4
      Steven P.
      84
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!