Disregard. I was in a hurry and forgot to mention to you that this was a fresh reinstall of windows (recently) as well. I had one reg key in the wrong location and was missing one all together. I apologize, this is my first experimental build experience. Thank you for your assistance though! For others that may have this issue as well, this (from another post on this board) fixed it for me:
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\\ModernFrame.dll"
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"
make that a reg file and run it. Ensure ModerFrame.dll is named just like this...
*The second part (Wow6432) is only for 32bit Windows, thus is NOT required.