Jump to content

DosProbie

Member
  • Posts

    1,047
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by DosProbie

  1. I have noticed a weird issue with build 10041 (worked in build 9926) when using a custom theme that the start menu button just goes awol after sometime, puff and its gone, I have now switched over to classic shell which is working as expected. ~DP
  2. @Daveo76, Thanks for the debug.log but it would also help me if you could post a Screen shot of your files present in your AeroGlass folder like post #329 ~DP
  3. Grim is a member on this forum and does excellent custom visual style work, you may want to pm him and see if he is working on any updated Windows 10 themes. ~DP
  4. @My1, Good question but I don't know about W7 or 8 (could brick your system) but if you use a custom theme you can just change the desktop icons without messing with the system files. ~DP
  5. This is a revised theme I am using with my own Nature papers, AeroGlass and Big Muscles UxThemeSignatureBypass.dll files so you don't need to patch any theme files. If you need any help setting up just let me know will be glad to help. ~DP http://damonkeyoncrack.deviantart.com/art/Aero7-V2-for-Windows-8-8-1-10-TP-429412929
  6. Look in your debug.log if you're using the debug version for Win 10... [2015-03-18 09:57:00][0x3B8:0xB0C] Aero Glass for Win8.1 v1.3.2 DEBUG x64 correctly loaded (C:\AeroGlass\DWMGlass.dll).-Noel Here is a snippet of my debug.log file where my Aeroglass is working on build 10041. btw you notice I left out my donation.key file,when added my AeroGlass will no longer work , hint hint ~DP [2015-03-20 10:57:13][0x538:0x53C] Installing DWM hook...[2015-03-20 10:57:13][0x538:0x53C] User: SYSTEM[2015-03-20 10:57:13][0x538:0x53C] Module: C:\AeroGlass\DWMGlass.dll[2015-03-20 10:57:13][0x190:0x57C] Donation key not loaded (2 - The system cannot find the file specified.)[2015-03-20 10:57:13][0x190:0x57C] Machine ID: IK7YSML3SUQLJLOCDS5LL2C3MDPL4VNLI5LW5Z4YRL4JE3WQ[2015-03-20 10:57:13][0x190:0x57C] Hook (USER32.dll!DrawTextW from udwm.dll) installed[2015-03-20 10:57:13][0x190:0x57C] Hook (GDI32.dll!CreateBitmap from udwm.dll) installed[2015-03-20 10:57:13][0x190:0x57C] Hook (GDI32.dll!CreateRoundRectRgn from udwm.dll) installed[2015-03-20 10:57:13][0x190:0x57C] Aero Glass for Win8.1 v1.3.1 x64 correctly loaded (C:\AeroGlass\DWMGlass.dll).
  7. Thanks for the bat file Drakulaboy, Yes I am a Google Drive fan myselt as it works across all platforms unlike One Drive. ~DP
  8. Excellent work Noel you win the prize for being first. ~DP
  9. Yes the cmd is Shorter but If you had Read my post you will get the common command prompt flash with the cmd method where the .vbs method is Totally silent and a lot more elegant. ~DP
  10. Great suggestion from Noel, Just Post your Debug.log or I can Show You Mine If You Show Me Yours. ~DP
  11. @Mikedigitize - 1. AeroGlass must BE working first then 2. The vbs file MUST be in the same directory (AeroGlass) along with the SetWindowCompositionAttribute.exe file. @Dhjohns,Daveo76 - Sounds like the Aerohost.exe file is not loading up correctly (also my UAC is disabled), or could for me just be my Texas roots and the luck of the Irish from St Pattys. ~DP P.S. It would be great to Know Tho if anyone else has gotten this to work as well.
  12. Your correct bphipt, to easy to add malware or a virus with a doctored iso file, here are 2 Legit MS links to direct download the esd file then you can easily covert over to a iso in a matter of 10-15 minutes. ~DP x86 http://b1.download.windowsupdate.com/c/updt/2015/03/10041.0.150313-1821.fbl_impressive_clientpro_ret_x86fre_en-us_dd2b8c7cde09e426e94f64dea1862e80ffe55bd5.esdx64http://b1.download.windowsupdate.com/c/updt/2015/03/10041.0.150313-1821.fbl_impressive_clientpro_ret_x64fre_en-us_8a78ed7270f949769b28e4f20600b25c7144936d.esd
  13. The only tweak that I am using is the taskbarblur.vbs tweak that I posted earlier. ~DP
  14. Yes and also lets don't forget about StartIsBack as well, but it good to have options for everyone. ~DP
  15. Your correct Noel, all of the Windows 10 atlas themes are missing the [X] until one of you atlas gurus do a update for this new build, until then you can always use the UxThemeSignatureBypass file along with a Windows 10 custom visual style. ~DP
  16. I tried to use the non debug v1.3.1 but during install it caused my screen to go black and couldn't do anything. I restarted and found out it didn't install. I don't know how you got it to work Maybe it only works in Texas. It was a no-go for me, too! Well you know what they say 'Things are Bigger and Better in Texas' or Maybe it's an install issue with task scheduler , I would look into that and see if aeroglass is listed along with aerohost.exe. if not then just do a uninstall with this batch file then remove the AeroGlass folder and reinstall again. ~DP @Echo Off:: ADMIN(NET FILE||(Powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&Exit /B))>Nul 2>&1::Delete Aero Glass from Task Scheduler..schtasks /end /tn "Aero Glass" timeout /t 3 /nobreak>nul"echo.schtasks /Delete /TN "Aero Glass" /Ftimeout /t 3 /nobreak>nul"Exit
  17. Welcome aboard Robert you made a wise choice in joining our forum. ~DP
  18. I am using this 'TaskbarBlur.vbs' to get the taskbar blur and transparency over a .cmd file which will 'flash' a popup and the version is 'setup-w8.1-1.3.1.exe' which is not perfect but it works, although you do get a 'incompatibility issue' and 'machine code' popup on boot-up that you can just cancel out. ~DP ''' Enable Taskbar Blur and Transparency in Windows 10 '''''''' Run this TaskbarBlur.vbs file from AeroGlass folder '''''''''''''' Thanks to Ace2 for this .vbs code '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' Set WshShell = WScript.CreateObject("WScript.Shell") If WScript.Arguments.length = 0 Then Set ObjShell = CreateObject("Shell.Application") ObjShell.ShellExecute "wscript.exe", """" & _ WScript.ScriptFullName & """" &_ " RunAsAdministrator", , "runas", 1 End if Dim WshShell Set WshShell = WScript.CreateObject( "WScript.Shell" ) WshShell.Run "C:\AeroGlass\SetWindowCompositionAttribute.exe class Shell_TrayWnd accent 0 0 0 0", 0, True WshShell.Run "C:\AeroGlass\SetWindowCompositionAttribute.exe class Shell_TrayWnd blur true", 0, True Wscript.Sleep 1000 Set WshShell = Nothing
  19. Magic is correct, also it will update your themes, User accounts as well on all your local devices. ~DP
  20. The slight transparency actually is not all that bad and a big improvement from the earlier build. ~DP
  21. This Windows 7 Round Atlas has some borders.. ~DP
  22. I have noticed that my Context menu apps no longer work off of 'This PC' and where is the new 'Spartan browser' that Microsoft unveiled back in January but still not adding to the newest build as promised. ~DP
  23. I am sure that Big Muscle is working hard on a newer debug version, so for now just use the non-debug if you want some aero glass and give him time. ~DP
  24. Only the Non-debug version will work for now until the next update by bigmuscle.
  25. So you expect us all to believe that Windows update set all those registry values? C'mon Man! ~DP
×
×
  • Create New...