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

    • Wow, Microsoft IS cooking lately... This only shows that they COULD improve, they just chose not to for whatever reasons. That obsession with AI was destroying them from the inside out.
    • BATorrent 4.1.0 by Razvan Serea BATorrent is a lightweight, open-source BitTorrent client built with modern C++ and Qt 6, offering a clean, fast, and privacy-focused alternative to traditional torrent apps. It supports magnet links, .torrent files, resume data, sequential downloading, per-file priorities, and even imports from qBittorrent. Power users benefit from integrated RSS auto-download with regex filtering, duplicate detection, and automatic tracker lists from Stremio. Streaming is seamless thanks to auto-detected players like VLC and IINA. BATorrent includes robust VPN tools—interface binding, auto-detection for WireGuard-based services like Mullvad and NordLynx, kill switch, proxy support, and IP filtering. A full WebUI enables remote control, while integrations with Plex, Jellyfin, and Emby automate library updates. With themes, speed scheduling, system-tray alerts, and cross-platform support for Windows, Linux, and macOS, BATorrent delivers a polished, high-performance torrenting experience. BATorrent features: Core .torrent file and magnet link support Resume data — picks up where you left off after restart Import torrents from qBittorrent Create .torrent files from any file or folder Sequential download mode Per-file priority control (skip, low, normal, high) Seed ratio limits with auto-pause DHT, PEX, UPnP, NAT-PMP RSS Auto-Download Subscribe to RSS feeds — automatically download new torrents as they appear Regex filters — match only what you want (e.g. 1080p|720p, S01E\d+) Per-feed settings — custom save path, check interval (5–1440 min), enable/disable Auto-download — matched items are downloaded automatically in the background Supports magnet links, .torrent URLs, and tags Tray notifications when items are auto-downloaded Duplicate detection — never downloads the same item twice Stremio Stremio Addon System pre-installed — works out of the box Auto tracker list from ngosang/trackerslist Streaming Play while downloading — stream video files before the download is complete Supports mp4, mkv, avi, mov, wmv, flv, webm, m4v, ts Auto-detects installed players (VLC, IINA, system default) VPN & Privacy Interface binding — lock torrent traffic to a specific network interface (e.g. tun0) Auto VPN detection — identifies VPN interfaces (tun, tap, WireGuard, Mullvad, NordLynx, ProtonVPN) Kill switch — automatically pauses all torrents if the VPN interface drops Auto-resume — resumes only the torrents paused by the kill switch when VPN reconnects Proxy support — SOCKS5 and HTTP proxy with optional authentication IP filtering — load P2P blocklists to block unwanted IP ranges Protocol encryption (enabled / forced / disabled) WebUI Remote management — control torrents from any browser at http://localhost:8080 REST API with JSON responses Add torrents via magnet link or .torrent upload Pause, resume, remove torrents remotely View peers and files per torrent Dark theme matching the desktop app HTTP Basic Auth with SHA-256 password hashing Configurable port and remote access (localhost vs 0.0.0.0) Interface 3 themes: Dark, Light, Midnight (bat/vampire aesthetic) Real-time speed graph Detailed panel with tabs: General, Peers, Files, Trackers Filter bar: search by name, filter by state (Active, Downloading, Seeding, Paused, Finished) Drag & drop .torrent files and magnet links Drag & drop reorder in torrent list System tray with notifications (download complete, kill switch events, RSS auto-downloads) Splash screen with bat animation Bilingual: English and Portuguese (BR), auto-detected from system locale Bandwidth Scheduler Alternative speed limits — set different download/upload limits on a schedule Time range — configure active hours (e.g. 01:00 to 07:00), supports overnight ranges Per-day control — choose which days of the week the schedule applies Automatically switches between normal and alternative speeds Media Server Integration Plex — automatically trigger library scan when a download completes Jellyfin / Emby — same automatic library refresh via API Configure server URL and authentication token/key in Settings System Cross-platform: Windows, Linux, macOS Auto-shutdown — automatically shut down PC when all downloads complete (60s cancellable countdown) Auto-update system (AppImage on Linux, installer on Windows, DMG on macOS) CLI arguments: pass .torrent files or magnet: URIs directly Keyboard shortcuts: Space to toggle pause, Ctrl+A to select all, Ctrl+O to open BATorrent 4.1.0 release notes: A community-driven release: everything here came straight from your reports and requests. It closes the remaining gaps with qBittorrent and fixes the Windows settings/tray/splash issues several of you hit. Fixed Settings now actually save. A whole class of preferences — speed limits (and the alternative limits), max active downloads, seed ratio, listen port, max connections, DHT/uTP/encryption, VPN interface, kill switch and proxy — weren't being persisted and reset to defaults on every launch. They now round-trip correctly. (Thanks to everyone who reported "the upload limit always goes back to 0".) Splash and tray toggles stick on Windows. Turning off the startup animation (or "close to tray") no longer reverts — the Windows registry stored these booleans as integers and the UI was misreading them. Close-to-tray hint. The first time the window hides to the tray you get a one-time notification, so the app doesn't look like it vanished (Windows 11 tucks new tray icons into the overflow). macOS Dock icon size. The icon filled its canvas edge-to-edge and rendered larger than neighbouring apps; it now uses the standard safe-area padding. Native file picker language. The "Torrent file / All files" filter in the open dialog follows the app language instead of being hard-coded. Added — qBittorrent parity Alternative speed limits toggle — a turtle button in the toolbar flips your throttled limits on/off instantly, independent of the scheduler. Follow system theme — switch light/dark automatically with the OS (Settings → Appearance). Pre-allocate disk space — reserve the full file size up front to reduce fragmentation (Settings → Downloads). Recheck data on add — optionally force a hash check when adding a torrent, so existing or partial files on disk are detected. Port status indicator — a 🔴 dot in the status bar shows whether your listen port looks reachable (UPnP/NAT-PMP + listen state; fully local, no external check). Add torrent from URL — File → Add torrent from URL (Ctrl+U) fetches a remote .torrent and routes it through the normal add dialog. Export .torrent — right-click a torrent → Export .torrent to save its metadata file. Already there (in case you missed it) Watch folder — auto-add .torrent files dropped into a monitored directory (Settings → Files). This release just surfaces it. Incomplete files already carry a .!bt suffix until they finish. Under the hood Regression tests for the settings-persistence and Windows boolean bugs. A new Qt Quick Test harness covering the startup splash and the design-system widgets. Download: BATorrent 4.1.0 | 37.5 MB (Open Source) Download: BATorrent Portable | 51.7 MB Links: BATorrent Website | Screenshot | Changelog Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Disabling open on hover, great! That was so stupid! They need to do a fix, where if a network share is disconnected, it doesn't hang when opening "This PC" for 20 seconds.
  • Recent Achievements

    • Very Popular
      AndrewSteel earned a badge
      Very Popular
    • Veteran
      Taliseian went up a rank
      Veteran
    • One Month Later
      Clizby earned a badge
      One Month Later
    • One Month Later
      Timaximus earned a badge
      One Month Later
    • Week One Done
      Timaximus earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      523
    2. 2
      PsYcHoKiLLa
      170
    3. 3
      +Edouard
      163
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      78
  • Tell a friend

    Love Neowin? Tell a friend!