MSFN Forum: Aero Glass for Win8 RC1 - MSFN Forum

Jump to content


  • 92 Pages +
  • « First
  • 90
  • 91
  • 92
  • You cannot start a new topic
  • You cannot reply to this topic

Aero Glass for Win8 RC1 !!! for experienced beta testers only !!!

#1821 User is offline   bigmuscle 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 322
  • Joined: 18-August 12
  • OS:none specified
  • Country: Country Flag

Posted 24 May 2013 - 10:23 AM

View PostBlackbird256, on 23 May 2013 - 08:55 AM, said:

BM is there any way for you to add the W7 compatibility option Disable desktop composition? I understand it's probably not high priority for you right now, but it would be great if you could look at it sometime later. I have plenty of games that don't play nice with it on.


I think this is beyond the scope of this application and I admit that I don't know how to achieve this. If I kill DWM, it is restarted immediately. If I force it not to be restarted (or frozen immediately after startup), the screen won't be drawn at all.

View PostWindowsOS, on 23 May 2013 - 06:23 PM, said:

Hey BigMuscle, when are you going to start working on Flip 3D for Windows 8. At this point, I am stuck with this imitator called WinFlip. Download securely at http://winflip.en.so...ic.com/download


This is low priority feature so if it happens, it will take long time...


#1822 User is offline   WindowsOS 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 25-January 13
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 24 May 2013 - 01:33 PM

View Postbigmuscle, on 24 May 2013 - 10:23 AM, said:

I think this is beyond the scope of this application and I admit that I don't know how to achieve this. If I kill DWM, it is restarted immediately. If I force it not to be restarted (or frozen immediately after startup), the screen won't be drawn at all.

Actually, I was able to kill DWM by using PsSuspend to suspend WinLogin.exe (which suspending prevents DWM to restart) and then killing it. I highly recommend using Windows 7's explorer since the start screen (which uses DWM to animate) covers the Primary Monitor in Windows 8's Explorer when you kill DWM. Here is the Bat file code:
To Kill:
@echo off
echo DWM KillCode for Windows 8. FOR TESTING PORPOSES ONLY!
pause
pssuspend.exe winlogon.exe
taskkill /IM dwm.exe /F

To Resurrect:
@echo off
pause
pssuspend.exe -r winlogon.exe
dwm.exe

Source Video:

Attached File(s)


This post has been edited by WindowsOS: 24 May 2013 - 01:34 PM


#1823 User is offline   ORelio 

  • Member
  • PipPip
  • Group: Members
  • Posts: 144
  • Joined: 30-January 13
  • OS:Windows 8 x64
  • Country: Country Flag

Posted 24 May 2013 - 01:46 PM

Nice trick, WindowsOS!

#1824 User is offline   Lunos 

  • Group: Members
  • Posts: 2
  • Joined: 22-May 13
  • OS:Windows 8 x86
  • Country: Country Flag

Posted 24 May 2013 - 07:07 PM

View PostWindowsOS, on 24 May 2013 - 01:33 PM, said:

View Postbigmuscle, on 24 May 2013 - 10:23 AM, said:

I think this is beyond the scope of this application and I admit that I don't know how to achieve this. If I kill DWM, it is restarted immediately. If I force it not to be restarted (or frozen immediately after startup), the screen won't be drawn at all.

Actually, I was able to kill DWM by using PsSuspend to suspend WinLogin.exe (which suspending prevents DWM to restart) and then killing it. I highly recommend using Windows 7's explorer since the start screen (which uses DWM to animate) covers the Primary Monitor in Windows 8's Explorer when you kill DWM. Here is the Bat file code:
To Kill:
@echo off
echo DWM KillCode for Windows 8. FOR TESTING PORPOSES ONLY!
pause
pssuspend.exe winlogon.exe
taskkill /IM dwm.exe /F

To Resurrect:
@echo off
pause
pssuspend.exe -r winlogon.exe
dwm.exe

Source Video:



How did you get the W7 Basic theme in W8? D:

ON:
How can i use this? ...

Cya~

#1825 User is offline   Lunos 

  • Group: Members
  • Posts: 2
  • Joined: 22-May 13
  • OS:Windows 8 x86
  • Country: Country Flag

Posted 24 May 2013 - 07:08 PM

View PostWindowsOS, on 24 May 2013 - 01:33 PM, said:

View Postbigmuscle, on 24 May 2013 - 10:23 AM, said:

I think this is beyond the scope of this application and I admit that I don't know how to achieve this. If I kill DWM, it is restarted immediately. If I force it not to be restarted (or frozen immediately after startup), the screen won't be drawn at all.

Actually, I was able to kill DWM by using PsSuspend to suspend WinLogin.exe (which suspending prevents DWM to restart) and then killing it. I highly recommend using Windows 7's explorer since the start screen (which uses DWM to animate) covers the Primary Monitor in Windows 8's Explorer when you kill DWM. Here is the Bat file code:
To Kill:
@echo off
echo DWM KillCode for Windows 8. FOR TESTING PORPOSES ONLY!
pause
pssuspend.exe winlogon.exe
taskkill /IM dwm.exe /F

To Resurrect:
@echo off
pause
pssuspend.exe -r winlogon.exe
dwm.exe

Source Video:



How did you get the W7 Basic theme in W8? D:

ON:
How can i use this? ...

Cya~

#1826 User is online   shaneblack 

  • Group: Members
  • Posts: 9
  • Joined: 16-August 12
  • OS:Windows 7 x64
  • Country: Country Flag

Posted Yesterday, 12:36 AM

I'm having a problem with the opacity option, its not doing anything. I tried every setting like native blur and using different DX versions but nothing seems to work. Blur works, but not opacity. No matter where a slide the slider it dosent work. If I'm correct the more opacity the more transparent the windows are, and the less opacity the more solid they are. This isn't the case and I just get the same results in transparency everytime no matter how much blur I use or what settings I change. If someone could help I'd be really happy.

#1827 User is offline   ORelio 

  • Member
  • PipPip
  • Group: Members
  • Posts: 144
  • Joined: 30-January 13
  • OS:Windows 8 x64
  • Country: Country Flag

Posted Yesterday, 01:46 AM

Opacity slider from AGTweaker is for an old version of Glass, use Color Intensity in Personalize panel instead.

#1828 User is offline   WindowsOS 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 25-January 13
  • OS:Windows 8 x64
  • Country: Country Flag

Posted Yesterday, 11:37 AM

View PostLunos, on 24 May 2013 - 07:08 PM, said:

How did you get the W7 Basic theme in W8? D:
ON:
How can i use this? ...
Cya~

For compatibility reasons, the Windows 7 Basic theme still exists in all of the default Windows 8 themes, including the Release Preview and Basic theme. You can see the W7 Basic theme (With Aero opening animation) when you run a program in Windows XP Compatibility mode. To use it, all you need to do is to copy pssuspend.exe to the System32 folder and run the batch file script as a Administrator. Remember to use the Win7 Explorer located here: http://www.msfn.org/...-for-windows-8/ I think this might work with Win8 Explorer if someone can find a way to get out of the Start Screen after DWM is killed.

View PostORelio, on 24 May 2013 - 01:46 PM, said:

Nice trick, WindowsOS!

Thanks, but I cannot take all the credit. therealcartoonmonkey on YouTube made the video, and possibly the trick. I just perfected it.

Attached File(s)


This post has been edited by WindowsOS: Yesterday, 12:14 PM


Share this topic:


  • 92 Pages +
  • « First
  • 90
  • 91
  • 92
  • You cannot start a new topic
  • You cannot reply to this topic

28 User(s) are reading this topic
2 members, 26 guests, 0 anonymous users

  1. DimasKid,
  2. Jcee


All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy