|
Post by freshflower on Apr 6, 2020 10:02:39 GMT -8
Here's what it says when i open the file you sent.
|
|
|
Post by leet on Apr 6, 2020 10:33:00 GMT -8
Open a command prompt. Run this command: control "C:\Users\felih\Downloads\desk039.cpl"
I don't have any permanent solution but to reinstall windows 10 or update to a newer version of windows 10
|
|
|
Post by freshflower on Apr 6, 2020 12:10:25 GMT -8
Open a command prompt. Run this command: control "C:\Users\felih\Downloads\desk039.cpl"
I don't have any permanent solution but to reinstall windows 10 or update to a newer version of windows 10 i was able to open it with the command you gave me, but only after replacing the desk039.cpl with deskn.cpl.... but now it won't save my settings! (the apply button works but nothing changes)
|
|
|
Post by leet on Apr 6, 2020 23:14:31 GMT -8
Open a command prompt. Run this command: control "C:\Users\felih\Downloads\desk039.cpl"
I don't have any permanent solution but to reinstall windows 10 or update to a newer version of windows 10 i was able to open it with the command you gave me, but only after replacing the desk039.cpl with deskn.cpl.... but now it won't save my settings! (the apply button works but nothing changes)
Can you make a short recording of you changing some settings and then hitting apply?
|
|
|
Post by freshflower on Apr 7, 2020 12:44:16 GMT -8
i was able to open it with the command you gave me, but only after replacing the desk039.cpl with deskn.cpl.... but now it won't save my settings! (the apply button works but nothing changes)
Can you make a short recording of you changing some settings and then hitting apply? here you go
|
|
|
Post by leet on Apr 7, 2020 14:51:58 GMT -8
It also doesn't work for me. It's just a broken CPL file. Here's the one that's included in SCT (this one works) Attachments:deskn.cpl (53.5 KB)
|
|
|
Post by chartu on Apr 19, 2020 13:43:52 GMT -8
|
|
|
Post by powerplayer on Apr 19, 2020 13:48:18 GMT -8
win+r msconfig
|
|
|
Post by anixx on Apr 19, 2020 14:41:17 GMT -8
|
|
|
Post by marctraider on Apr 26, 2020 11:44:57 GMT -8
Does anyone know how to do the same but expose the 'Basic aero' theme from Windows 7? It is there in Windows 10 as it exposes itself once you disable DWM.
|
|
|
Post by leet on Apr 26, 2020 12:14:11 GMT -8
Does anyone know how to do the same but expose the 'Basic aero' theme from Windows 7? It is there in Windows 10 as it exposes itself once you disable DWM. It's not "the same":
The Windows Basic theme can only be enabled because it's the only theme that doesn't use hardware acceleration. So by disabling hardware acceleration (The DWM), one can activate this theme. The Windows Classic theme also doesn't use hardware acceleration but is a theme implemented directly into the core of Windows. That means that by disabling themeing all together, the Windows core just straight up falls back to Windows Classic.
Windows Classic just works because all other things that need DWM can just use it. Since DWM is disabled with Windows Basic way more bugs come up because DWM is inaccessible. So for Windows Basic, a lot more patches are required to make your system even remotely "usable".
If you don't want any of that nonsense I would recommend something like this: If you google a bit around you'll probably find something similar for Windows 10
|
|
pietr
Freshman Member
Posts: 29
|
Post by pietr on Apr 26, 2020 13:28:16 GMT -8
Does anyone know how to do the same but expose the 'Basic aero' theme from Windows 7? It is there in Windows 10 as it exposes itself once you disable DWM. Just disable dwm on 1709 or 1607 ( i dont recommend newer builds)
|
|
|
Post by marctraider on Apr 27, 2020 4:35:15 GMT -8
Does anyone know how to do the same but expose the 'Basic aero' theme from Windows 7? It is there in Windows 10 as it exposes itself once you disable DWM. Just disable dwm on 1709 or 1607 ( i dont recommend newer builds) Thanks to Microsoft and Nvidia's great backward compatibility, that is no longer an option ;-)
|
|
pietr
Freshman Member
Posts: 29
|
Post by pietr on Apr 28, 2020 15:13:09 GMT -8
Just disable dwm on 1709 or 1607 ( i dont recommend newer builds) Thanks to Microsoft and Nvidia's great backward compatibility, that is no longer an option ;-) I saw some guy that modded Nv's (rtx) driver to work on 1607. RTX cards are working w/o problems on 1709
|
|
Ingan121
Sophomore Member
Posts: 104
OS: Windows 10 22H2
Theme: Arc dark
CPU: AMD Ryzen 7 1700 Eight-Core Processor
RAM: 32GB
GPU: NVIDIA GeForce GTX 1050 Ti
Computer Make/Model: VPS-ish thingy (ComViewers)
|
Post by Ingan121 on Apr 28, 2020 21:38:09 GMT -8
Does anyone know how to do the same but expose the 'Basic aero' theme from Windows 7? It is there in Windows 10 as it exposes itself once you disable DWM. This AHK works:
While(true) { WinWait, A DllCall("dwmapi\DwmSetWindowAttribute","uint",WinExist(),"uint",2,"int*",1,"uint",4) }
|
|
|
Post by anixx on Apr 28, 2020 23:05:52 GMT -8
What does this script do? Can you please explain?
|
|
Ingan121
Sophomore Member
Posts: 104
OS: Windows 10 22H2
Theme: Arc dark
CPU: AMD Ryzen 7 1700 Eight-Core Processor
RAM: 32GB
GPU: NVIDIA GeForce GTX 1050 Ti
Computer Make/Model: VPS-ish thingy (ComViewers)
|
Post by Ingan121 on Apr 29, 2020 0:50:07 GMT -8
|
|
|
Post by anixx on Apr 29, 2020 1:32:10 GMT -8
Interesting. It might be useful to fix some windows that have glitches in Windows Classic theme by making them think that DWM is disabled.
|
|
Ingan121
Sophomore Member
Posts: 104
OS: Windows 10 22H2
Theme: Arc dark
CPU: AMD Ryzen 7 1700 Eight-Core Processor
RAM: 32GB
GPU: NVIDIA GeForce GTX 1050 Ti
Computer Make/Model: VPS-ish thingy (ComViewers)
|
Post by Ingan121 on Apr 29, 2020 2:40:05 GMT -8
Interesting. It might be useful to fix some windows that have glitches in Windows Classic theme by making them think that DWM is disabled. Unfortunately, it doesn't make them think DWM is disabled; it only makes them use the basic frame.
Those programs look like this with the script:
while the real DWM off (which is really unusuable in 20H1) looks like this:
|
|
|
Post by leet on Apr 29, 2020 3:06:04 GMT -8
Can we do the Windows Basic theme thingy in a seperate thread?
|
|