jofkata81 Posted November 16, 2015 Share Posted November 16, 2015 Not true there are settings that allow you to use only blur the taskbar and everything else is in default, how I now. Menu 10 settings 10 only blur in the taskbar by classic shell google translator Link to comment Share on other sites More sharing options...
Dreamweaver01 Posted November 16, 2015 Share Posted November 16, 2015 Use Classic Start MenuIf you mean classic shell it is not free You gotta be kidding. Look again. It's completely free. http://www.classicshell.net/ It is really not free, it forces you to give up the Windows 10 Start menu. I would never use it. That's not true because there is a setting to switch to the Win10 menu by just pressing your middle mouse button or by pressing the Win Key. TEHO Link to comment Share on other sites More sharing options...
dhjohns Posted November 16, 2015 Share Posted November 16, 2015 (edited) But why even install it, when you can have the blur like I posted above? Here is a partial screen shot with blur in start menu, task bar, title bars, and no classic shell! Edited November 16, 2015 by dhjohns 1 Link to comment Share on other sites More sharing options...
MineMasterHD Posted November 16, 2015 Share Posted November 16, 2015 Go to bigmuscle's download page. Click on "Command line tool to change window's composition attributes." It will download a file called SetWindowCompositionAttribute.7z. Extract. Put the executable in \Windows\System32. Then save below code in notepad as Taskbarblur.cmd. Make sure "hide extensions for known file types" is NOT checked.@echo off:1SetWindowCompositionAttribute.exe class Shell_TrayWnd accent 0 0 0 0SetWindowCompositionAttribute.exe class Shell_TrayWnd blur trueSetWindowCompositionAttribute.exe class Shell_SecondaryTrayWnd accent 0 0 0 0SetWindowCompositionAttribute.exe class Shell_SecondaryTrayWnd blur truetimeout /T 2 /nobreakclsgoto 1If you do NOT have two monitors the lines with SecondaryTrayWnd can be removed. Place this on you C-Drive. Then save below code as Taskbarblur.vbs. This will ensure that NO command window is present when program is running.Dim WinScriptHostSet WinScriptHost = CreateObject("WScript.Shell")WinScriptHost.Run Chr(34) & "C:\TaskBarblur.cmd" & Chr(34), 0Set WinScriptHost = NothingThis should be saved in your startup folder. You can save it on your desktop first then in the Run dialog (Windows Key + R) type in shell:startup and press OK. This will open your startup folder, and you can move the vbs file there. Now just log off, and back on, and low-and-behold you have TaskBarBlur! Thanks, this worked. But if anyone tries this, I recommend making Cortana an icon or it really looks weird. Link to comment Share on other sites More sharing options...
Dreamweaver01 Posted November 17, 2015 Share Posted November 17, 2015 But why even install it, when you can have the blur like I posted above? Here is a partial screen shot with blur in start menu, task bar, title bars, and no classic shell!Because I can? and I like the completly transparent taskbar. 1 Link to comment Share on other sites More sharing options...
iweksler Posted November 17, 2015 Share Posted November 17, 2015 But why even install it, when you can have the blur like I posted above? Here is a partial screen shot with blur in start menu, task bar, title bars, and no classic shell!Splendid! If that's your preference - you surely go ahead with it. This doesn't make Classic Shell, though, all these things you've written about it. Classic Shell gives you a lot of capabilities besides transparent task bar and start menu. Also, a bit of respect to CS developer and its users wouldn't hurt. 1 Link to comment Share on other sites More sharing options...
iweksler Posted November 17, 2015 Share Posted November 17, 2015 Experimental build #491 New 64-bit debug build has been uploaded to my website. It contains experimental support for Win10 TH2 build 10586. It also contains memory leak fixes, fixes to dirty regions and many other things.The archive also includes new ModernFrame.dll and Win8RP-like atlas for 10586. But remember, it is still only experimental debug build so it is not optimized for usage on production environment! If you don't know how to install it then do NOT use it and do NOT ask, because these builds are intended for very advanced users only. http://www.winstep.net).Also when several windows of Firefox are open they are disrupted sometimes. I guess it's something to do with the optimization. Do you want the debug.log? Hope this helps. Awaiting impatiently for the next build. Thanks for great work. Link to comment Share on other sites More sharing options...
Gatharian Posted November 17, 2015 Share Posted November 17, 2015 The new aero glass for Windows 10 TH2 is looking good. Keep up the good work! Link to comment Share on other sites More sharing options...
Dreamweaver01 Posted November 17, 2015 Share Posted November 17, 2015 But why even install it, when you can have the blur like I posted above? Here is a partial screen shot with blur in start menu, task bar, title bars, and no classic shell!Splendid! If that's your preference - you surely go ahead with it. This doesn't make Classic Shell, though, all these things you've written about it. Classic Shell gives you a lot of capabilities besides transparent task bar and start menu. Also, a bit of respect to CS developer and its users wouldn't hurt. Of couse you're right! I really treasure the software and recommed it whenever the subject comes up. Link to comment Share on other sites More sharing options...
bigmuscle Posted November 17, 2015 Author Share Posted November 17, 2015 Aero Glass BETA #506 So there is the first beta version intended for testing. Archive includes both 32bit and 64bit library. Just rename required version to DWMGlass.dll. Since the last experimental version, it contains many fixes to DWM internal structures and pointers and automatic theme layout remapping for TH2.Currently, it needs to be tested on Win10 TH2, Win10 TH1 and Win8.1, then we can think about entering the ready-to-release phase. http://glass8.eu/ 7 Link to comment Share on other sites More sharing options...
dhjohns Posted November 17, 2015 Share Posted November 17, 2015 Aero Glass BETA #506 So there is the first beta version intended for testing. Archive includes both 32bit and 64bit library. Just rename required version to DWMGlass.dll. Since the last experimental version, it contains many fixes to DWM internal structures and pointers and automatic theme layout remapping for TH2.Currently, it needs to be tested on Win10 TH2, Win10 TH1 and Win8.1, then we can think about entering the ready-to-release phase. http://glass8.eu/Works fine on Win10 TH2. My watermark is back! 1 Link to comment Share on other sites More sharing options...
MineMasterHD Posted November 17, 2015 Share Posted November 17, 2015 (edited) Aero Glass BETA #506 So there is the first beta version intended for testing. Archive includes both 32bit and 64bit library. Just rename required version to DWMGlass.dll. Since the last experimental version, it contains many fixes to DWM internal structures and pointers and automatic theme layout remapping for TH2.Currently, it needs to be tested on Win10 TH2, Win10 TH1 and Win8.1, then we can think about entering the ready-to-release phase. http://glass8.eu/Works great on 10586. However, on Modern App titlebars, it's a bit smaller than usual. here is what I mean. The text and buttons aren't taking advantage of all the space. (If it's too small, here is a link http://i65.tinypic.com/23qrde.png Edited November 17, 2015 by MineMasterHD Link to comment Share on other sites More sharing options...
dhjohns Posted November 17, 2015 Share Posted November 17, 2015 Aero Glass BETA #506 So there is the first beta version intended for testing. Archive includes both 32bit and 64bit library. Just rename required version to DWMGlass.dll. Since the last experimental version, it contains many fixes to DWM internal structures and pointers and automatic theme layout remapping for TH2.Currently, it needs to be tested on Win10 TH2, Win10 TH1 and Win8.1, then we can think about entering the ready-to-release phase. http://glass8.eu/Works great on 10586. However, on Modern App titlebars, it's a bit smaller than usual. here is what I mean. The text and buttons aren't taking advantage of all the space. (If it's too small, here is a link http://i65.tinypic.com/23qrde.png Here is same page on mine. Perhaps it is your themeatlas causing issues. Link to comment Share on other sites More sharing options...
daveo76 Posted November 18, 2015 Share Posted November 18, 2015 Thanks for the update Bigmuscle. This time the watermark doesn't appear on fullscreen apps and all works well on Windows 10 Th2 1 Link to comment Share on other sites More sharing options...
iweksler Posted November 18, 2015 Share Posted November 18, 2015 (edited) Aero Glass BETA #506 So there is the first beta version intended for testing. Archive includes both 32bit and 64bit library. Just rename required version to DWMGlass.dll. Since the last experimental version, it contains many fixes to DWM internal structures and pointers and automatic theme layout remapping for TH2.Currently, it needs to be tested on Win10 TH2, Win10 TH1 and Win8.1, then we can think about entering the ready-to-release phase. http://glass8.eu/Thanks for the new build. Running it on 586. Reporting:- Still getting unstable windows with the Winstep Nexus Dock (see the dock on the bottom of the desktop)- Without Nexus Dock it's more stable, however also getting some instability when moving a Firefox window from one screen to another (I have 2 monitors)Attached is the snapshot of the screen and the debug.logdebug.txt Edited November 18, 2015 by iweksler Link to comment Share on other sites More sharing options...
Recommended Posts