Jump to content

DosProbie

Member
  • Posts

    1,047
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by DosProbie

  1.  

    131 is for 8.1 and pre-9926.

    With 132 you essentially mean the debug version? Afaik it never had a version number...

    At least bm never called it by one.

     

    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).
  2. @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 :w00t:

    P.S. It would be great to Know Tho if anyone else has gotten this to work as well.
  3. Well, once there is a "legitimate ISO from Microsoft", then the situation will be different. :)

     

    Cheers and Regards

    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  :sneaky:

    x86

    x64
  4.  

     

    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

     

    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 :whistle:

    @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
  5. Hi DosProbie

     

    How did you get that blurred task bar in Build 10041?  And which non-debug version are you referring to?

     

    Cheers

    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 :sneaky:

    ''' 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
×
×
  • Create New...