otya128 / winevdm

16-bit Windows (Windows 1.x, 2.x, 3.0, 3.1, etc.) on 64-bit Windows
GNU General Public License v2.0
2.66k stars 152 forks source link

Use Fluent design instead of Classic design #1434

Closed upintheairsheep closed 1 week ago

upintheairsheep commented 2 months ago

Hello, the second biggest issue with WineVDM is that it uses the Classic design language, which looks out-of-place in juxtaposition with the rest of the computer. Can you have Windows 11’s Fluent design (or MDL2 on Windows 10) be used instead? I’m sure Microsoft would not allow the Classic design language if they were to integrate this with modern Windows.

https://virtuallyfun.com/2018/07/15/winevdm/ This somehow uses the MDL2 design of Windows 10.

cracyc commented 2 months ago

You can uncomment ;EnableVisualStyle=1 and ;DisableAero=0 in otvdm.ini but this is not recommended as some software will not work properly which is why ntvdm also forces classic style for win16 programs.

upintheairsheep commented 1 week ago

@cracyc thanks! sorry for the late closure.