Alcatel
Freshman Member
Posts: 89
OS: Windows 10 Enterprise LTSC IoT 2021
Theme: Windows 7 Aero
CPU: i9-8950HK
RAM: 32GB DDR4
GPU: Nvidia Quadro P3200
|
Post by Alcatel on Dec 7, 2022 13:26:07 GMT -8
Hi guys Here i present to you: BasicThemer3. To quote from README.MD: Mostly just basicthemer2 but applies instantly to windows without the need for them to be in focus first. This is achieved by calling DwmSetWindowAttribute every millisecond for every open window, as opposed to BasicThemer2 which only calls it once when the window is in focus. github.com/arukateru/BasicThemer3
|
|
Alcatel
Freshman Member
Posts: 89
OS: Windows 10 Enterprise LTSC IoT 2021
Theme: Windows 7 Aero
CPU: i9-8950HK
RAM: 32GB DDR4
GPU: Nvidia Quadro P3200
|
Post by Alcatel on Dec 11, 2022 15:58:33 GMT -8
Hi guys Here i present to you: BasicThemer3. To quote from README.MD: Mostly just basicthemer2 but applies instantly to windows without the need for them to be in focus first. This is achieved by calling DwmSetWindowAttribute every millisecond for every open window, as opposed to BasicThemer2 which only calls it once when the window is in focus. github.com/arukateru/BasicThemer3Hello, it's great that there is an update to fix BasicThemer2 bugs that were very annoying. Unfortunately, it seems that due to the fact that I have a system in a language other than English (in Polish), I cannot use the program. View AttachmentHi, the guy who wrote most of the program is Korean. My system is not in Korean but I had no problems, I am not sure why. Here is this file: icedrive.net/s/Fuz7bRyiSv6BPtCYhbWjPkfwRxAwPut it in sysWOW64
|
|
Saturn
Sophomore Member
Posts: 142
OS: Windows XP Professional x64 Edition SP2
Theme: Luna, Royale Noir by Microsoft Corporation
CPU: Intel Core i5-4460 @ 3.20GHz
RAM: 2x4GB 1600MHz DDR3
GPU: NVIDIA GeForce GTX 960
Computer Make/Model: To be filled by O.E.M.
|
Post by Saturn on Jan 3, 2023 4:08:22 GMT -8
Why is there no source code available?
|
|
grand
New Member
Posts: 13
OS: Windows 10 Enterprise KN 2016 LTSB
Theme: Modern/Classic Hybrid (Aerolite + BasicTheme)
CPU: i7-3770 @ 4.55GHz
RAM: 16GB DDR3 2400MHz
GPU: GTX 1070Ti
|
Post by grand on Feb 27, 2023 20:11:10 GMT -8
Don't wanna sound annoying with dumb requests but...could you add an option to force basic/classic windows minimize/maximize animations? The ones where only the caption bar slides down/up instead of the entire window. No one's ever done that, this could be it! Basically this the ONLY thing that's missing from the entire classic theme/basic theme scene.
|
|
Alcatel
Freshman Member
Posts: 89
OS: Windows 10 Enterprise LTSC IoT 2021
Theme: Windows 7 Aero
CPU: i9-8950HK
RAM: 32GB DDR4
GPU: Nvidia Quadro P3200
|
Post by Alcatel on Feb 27, 2023 21:02:20 GMT -8
Don't wanna sound annoying with dumb requests but...could you add an option to force basic/classic windows minimize/maximize animations? The ones where only the caption bar slides down/up instead of the entire window. No one's ever done that, this could be it! Basically this the ONLY thing that's missing from the entire classic theme/basic theme scene. it's not annoying or a dumb request im pretty sure that's impossible tho
|
|
grand
New Member
Posts: 13
OS: Windows 10 Enterprise KN 2016 LTSB
Theme: Modern/Classic Hybrid (Aerolite + BasicTheme)
CPU: i7-3770 @ 4.55GHz
RAM: 16GB DDR3 2400MHz
GPU: GTX 1070Ti
|
Post by grand on Feb 28, 2023 7:59:10 GMT -8
Don't wanna sound annoying with dumb requests but...could you add an option to force basic/classic windows minimize/maximize animations? The ones where only the caption bar slides down/up instead of the entire window. No one's ever done that, this could be it! Basically this the ONLY thing that's missing from the entire classic theme/basic theme scene. it's not annoying or a dumb request im pretty sure that's impossible tho Has to be possible, since the talented people even got the entire classic theme to work through a batch script and WITH dwm enabled... I'd try it but I don't even know where to start when it comes to classic theme :/ All I got so far was to get windows vista and 7 minimize/maximize animations (from aero) to work on 8.1 and Technical Preview build 9883, that was msstyles related. When you disable DWM the classic/basic animations are triggered, so there has to be something else needed to return false to get them to show always/with dwm enabled. Perhaps something like the method to get old file operation dialogue animations? (The IDA method, that has to do with forcing a boolean on Shell32 to always return false), or something even ''easier'' such as something else added to that classic theme batch script? Either way...this tool seems like with the proper code added to it, could also do the job...
|
|
Alcatel
Freshman Member
Posts: 89
OS: Windows 10 Enterprise LTSC IoT 2021
Theme: Windows 7 Aero
CPU: i9-8950HK
RAM: 32GB DDR4
GPU: Nvidia Quadro P3200
|
Post by Alcatel on Feb 28, 2023 10:32:09 GMT -8
it's not annoying or a dumb request im pretty sure that's impossible tho Has to be possible, since the talented people even got the entire classic theme to work through a batch script and WITH dwm enabled... I'd try it but I don't even know where to start when it comes to classic theme :/ All I got so far was to get windows vista and 7 minimize/maximize animations (from aero) to work on 8.1 and Technical Preview build 9883, that was msstyles related. When you disable DWM the classic/basic animations are triggered, so there has to be something else needed to return false to get them to show always/with dwm enabled. Perhaps something like the method to get old file operation dialogue animations? (The IDA method, that has to do with forcing a boolean on Shell32 to always return false), or something even ''easier'' such as something else added to that classic theme batch script? Either way...this tool seems like with the proper code added to it, could also do the job... as far as I know no classic theme utility/script restores the old animations
|
|
|
Post by TechSalt on Feb 28, 2023 12:26:43 GMT -8
Why is there no source code available? BasicThemer2 was licensed under the MIT license. With the MIT License you can pretty much do almost anything you want with the source code except removing the copyright notes. So, making it closed source is legal. I still think it is pretty shady to do tho.
|
|
|
Post by TechSalt on Feb 28, 2023 12:27:58 GMT -8
it's not annoying or a dumb request im pretty sure that's impossible tho Has to be possible, since the talented people even got the entire classic theme to work through a batch script and WITH dwm enabled... I'd try it but I don't even know where to start when it comes to classic theme :/ All I got so far was to get windows vista and 7 minimize/maximize animations (from aero) to work on 8.1 and Technical Preview build 9883, that was msstyles related. When you disable DWM the classic/basic animations are triggered, so there has to be something else needed to return false to get them to show always/with dwm enabled. Perhaps something like the method to get old file operation dialogue animations? (The IDA method, that has to do with forcing a boolean on Shell32 to always return false), or something even ''easier'' such as something else added to that classic theme batch script? Either way...this tool seems like with the proper code added to it, could also do the job... For some reason, Windows always uses the old file operation dialogs on Classic Theme.
|
|
|
Post by antlionguardiany on Jun 26, 2024 16:19:57 GMT -8
How to fix Navigation bars on file explorer? I used windhawk.
|
|
arbestriagain
Sophomore Member
👅
Posts: 143
OS: Windows 11 Home 23H2
Theme: Default
CPU: Intel Core i7-10700F
RAM: 32GB
GPU: GeForce RTX 2060 SUPER
Computer Make/Model: HP OMEN 25L Desktop GT12-0xxx
|
Post by arbestriagain on Jun 26, 2024 16:58:55 GMT -8
How to fix Navigation bars on file explorer? I used windhawk. In Aerexplorer, try enabling "Enable glass on navigation pane" and "Disable composition". Also I recommend not posting images through Discord, because of the expiring link.
|
|
|
Post by antlionguardiany on Jun 26, 2024 18:22:11 GMT -8
i Fixed Right now.
|
|
|
Post by antlionguardiany on Jun 27, 2024 21:11:08 GMT -8
How to fix Navigation bars on file explorer? I used windhawk. In Aerexplorer, try enabling "Enable glass on navigation pane" and "Disable composition". Also I recommend not posting images through Discord, because of the expiring link. Problem Only Visual styles.
|
|