Jump to content

DosProbie

Member
  • Posts

    1,047
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by DosProbie

  1. Instead of doing all this typing in to your registry manually which may allow for errors just take the below script and save to notepad with a .bat extension as AG-RegSetup.bat then just run it reboot and see what happens.

    ~DP

     

    Edit: Updated batch script

    @Echo Off:: AG-RegSetup.bat:: DosProbie-March 2015:: ADMIN(NET FILE||(Powershell -command Start-Process '%0' -Verb runAs -ArgumentList '%* '&Exit /B))>Nul 2>&1:: AERO GLASS REG SETTINGS FOR WINDOWS 10 Reg Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows" /F /V "AppInit_DLLs" /T REG_SZ /D "%Systemdrive%\AeroGlass\ModernFrame.dll,%Systemdrive%\AeroGlass\UxThemeSignatureBypass64.dll"Echo.Reg Add "HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows" /F /V "AppInit_DLLs" /T REG_SZ /D "%Systemdrive%\AeroGlass\UxThemeSignatureBypass32.dll"Echo.Reg Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows" /V "LoadAppInit_DLLs" /T REG_DWORD /D 1 /FEcho.Reg Add "HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows" /V "LoadAppInit_DLLs" /T REG_DWORD /D 1 /FEcho.Reg Add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Windows" /V "RequireSignedAppInit_DLLs" /T REG_DWORD /D 0 /FEcho.Reg Add "HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows" /V "RequireSignedAppInit_DLLs" /T REG_DWORD /D 0 /FEcho.Timeout /t 3 /nobreak>NulExit
  2. TheLegend90, on 11 Mar 2015 - 10:28 PM, said:

    So what exactly should I have pasted in the box? Or do I not even do it like this? Currently have:

    C:\\AeroGlass\\ModernFrame.dll,C:\\AeroGlass\\UxThemeSignatureBypass64.dll

     

    SINGLE backslashes and you can add quotes for good measure as well. just copy and paste this 

    "C:\AeroGlass\ModernFrame.dll,C:\AeroGlass\UxThemeSignatureBypass64.dll"

    ~DP

     

  3. Here is small beta update.

    Added DrawThemeTextEx hook to follow Aero Glass caption settings. Thus if you use custom atlas for Aero Glass which include glyph for caption glow then captions drawn using DrawThemeTextEx will have glow effect too.

    Settings ColorizationColorCaption and TextGlowMode are respected.

     

    It is not tested much, so it maybe buggy. Currently 64-bit only. More fixes and updates after X-mas.

     

    http://glass8.eu/out/UxThemeSignatureBypassAero.dll

    DOA #404

  4.  

     

     

    Can anyone provide a beginner tutorial on how to do this? I'm also curious if it still works after the latest windows update

    • Use the new version of 'UxThemeSignatureBypass' with the 'AppInit_DLLs registry value' to inject and install with secure boot off per Big Muscle's website guide.
    • Here's a multi-dll value that I use via the registry, just put your dll's in your AeroGlass directory then run.
    ~DP
    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]"LoadAppInit_DLLs"=dword:00000001"RequireSignedAppInit_DLLs"=dword:00000000"AppInit_DLLs"="C:\\AeroGlass\\DWMGlass.dll,C:\\AeroGlass\\ModernFrame.dll,C:\\AeroGlass\\UxThemeSignatureBypass64.dll"

     

    Can anyone see what I'm doing wrong? Here's what I did.

     

    1. Move dll into AeroGlass folder in C

    2. Use regedit and copied AppInit_DLLs"="C:\\AeroGlass\\DWMGlass.dll,C:\\AeroGlass\\ModernFrame.dll,C:\\AeroGlass\\UxThemeSignatureBypass64.dll as seen below.

    3. Disabled secure boot from BIOS.

    4. Still some processes like run and control panel did not change text color

    f70RXX.png

     

     

    Your screen shot shows the AppInit path with double slashes and not with single backslashes since you entered the info manually and not as a registry file from the script I provided you.

    ~DP

     

     

     

     

  5. Except DWMGlass.dll has nothing to do in AppInit_DLLs.

    My bad,although I can not tell it will make any difference, also for 32-bit theme apps you will need to do the same
    install procedure.
    ~DP
    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows]"LoadAppInit_DLLs"=dword:00000001"RequireSignedAppInit_DLLs"=dword:00000000"AppInit_DLLs"="C:\\AeroGlass\\ModernFrame.dll,C:\\AeroGlass\\UxThemeSignatureBypass32.dll"
  6.  

     

    Can anyone provide a beginner tutorial on how to do this? I'm also curious if it still works after the latest windows update

    • Use the new version of 'UxThemeSignatureBypass' with the 'AppInit_DLLs registry value' to inject and install with secure boot off per Big Muscle's website guide.
    • Here's a multi-dll value that I use via the registry, just put your dll's in your AeroGlass directory then run.
    ~DP
    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]"LoadAppInit_DLLs"=dword:00000001"RequireSignedAppInit_DLLs"=dword:00000000"AppInit_DLLs"="C:\\AeroGlass\\DWMGlass.dll,C:\\AeroGlass\\ModernFrame.dll,C:\\AeroGlass\\UxThemeSignatureBypass64.dll"

     

    Can anyone see what I'm doing wrong? Here's what I did.

     

    1. Move dll into AeroGlass folder in C

    2. Use regedit and copied AppInit_DLLs"="C:\\AeroGlass\\DWMGlass.dll,C:\\AeroGlass\\ModernFrame.dll,C:\\AeroGlass\\UxThemeSignatureBypass64.dll as seen below.

    3. Disabled secure boot from BIOS.

    4. Still some processes like run and control panel did not change text color

    f70RXX.png

     

     

     

     

    Edit: Alright after like 6 edits I finally got it working! I reinstalled aero and it worked for some reason lol. Now Just gotta donate so I can get rid of the watermark

     

    glad u got it working and go Broncos!

    ~DP

  7. Can anyone provide a beginner tutorial on how to do this? I'm also curious if it still works after the latest windows update

    • Use the new version of 'UxThemeSignatureBypass' with the 'AppInit_DLLs registry value' to inject and install with secure boot off per Big Muscle's website guide.
    • Here's a multi-dll value that I use via the registry, just put your dll's in your AeroGlass directory then run.
    ~DP
    Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows]"LoadAppInit_DLLs"=dword:00000001"RequireSignedAppInit_DLLs"=dword:00000000"AppInit_DLLs"="C:\\AeroGlass\\DWMGlass.dll,C:\\AeroGlass\\ModernFrame.dll,C:\\AeroGlass\\UxThemeSignatureBypass64.dll"
  8. Why not just add the 'Registry Editor' to your right-click context menu.

    ~DP



    Windows Registry Editor Version 5.00

    ;== REGISTRY EDITOR ==
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
    @="&Registry Editor"
    "Icon"="regedit.exe"
    "Position"="Bottom"
    [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
    @="regedit.exe"

  9. When i try to adjust the blur and save it it goes back to where it was why?

    does this with theme atlas image too when i uncheck it and save it it checks itself back :(

    Since we are not mind readers more info like what version of Windows, version of AeroGlass? If I had to guess I would say you are using Windows 10 which is a beta and normal with the preview.

    ~DP

  10. Well I'll give that a try then.

    Just reached common bloodpressure after having had my 9926 being in an neverending relogin-loop after having had installed the glass described to be for the 10 preview.

    A massive Aeroglass folder with next to 200 dump files within minutes, since it was impossible to get the task killed due to the fact that once being logged into the machine i was kicked out straight after lots of screen on/off situation which brought be back to another login.

     

    I'd say software being that critical to system stuff should work differnt. sort of ... try to activate themselfes awaiting an aknoledgement similar to windows display resultion changes. So that if a system boots with aero enabled for the first time a reminder app should start asking the user to grant access to auto-enable it, and if this fails, the system should start with aero disabled next time.

    Would have saved me half an hour and being close to a heartattack.

     

    I'll try your bat file tomorrow ... in case it works I'll post another comment.

     

    Lucky me ... just tried this aerothingy, joined here, and also found something looking like a solution. ;-)

    Did you Install a 'Theme Patcher' by any chance?

    ~DP

  11. Nothing in it that Makes you do anything, That button is for the sign up for newsletter and if your a 'Insider' then they Already have your e-mail.

    ~DP :whistle:

    I don't see anything in that "offer" that makes it a requirement to do so.  It's probably just a "sign up for more junk mail" invitation.

     

    Someone please correct me if I'm wrong.

     

    -Noel

  12. Guys, Since Windows refuses to 'Play Nice In The Sandbox' with our custom themes you can just add the file
    from post#261 to your 'AeroGlass Systemdrive' folder, run this 'registry context menu' file and it will always be there when you
    want to make a change back to the default Aero theme or you could also just use one of the really nice atlas
    files by Noel and others and not deal with all this.
    ~DP :yes:
    Windows Registry Editor Version 5.00; Adds the 'Aero Default Theme' to Windows 10 Desktop Context Menu with Icon from any folder.[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\ThemeChange]"MUIVerb"="Aero Default Theme""icon"="imageres.dll,104"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\background\shell\ThemeChange\command]@="C:\\AeroGlass\\Set Theme.cmd""Description"="Resets Back To Aero Default Theme"

    screenshot_24.png

     
×
×
  • Create New...