Can't speak for this product but disabling a lot of the animations, gradients, shadows & visual effects has made Windows 11 run significantly better on the computers I have it on. They didn't seem to add much value anyways. I'm a fan of a lot of the user experience improvements being made in Windows over the last decade, such as Terminal, running Linux, Power Toys features, screenshots & recording, Paint finally gett…
Disabling animations makes everything better no matter the OS. When executing a sequence of actions, not having to wait 100-300ms for the device to show some random animation before inputing the next action is a time saver and a removes the "why is my computer/phone wasting my time" feeling. Human reaction time is around 200ms but in a sequence of actions, we don't need visual feedback to move to the next action; it'…
Windhawk Windows classic theme mod for Windows 11
71–80 of 144 posts
Re: Windhawk Windows classic theme mod for Windows 11
#72Can't speak for this product but disabling a lot of the animations, gradients, shadows & visual effects has made Windows 11 run significantly better on the computers I have it on. They didn't seem to add much value anyways. I'm a fan of a lot of the user experience improvements being made in Windows over the last decade, such as Terminal, running Linux, Power Toys features, screenshots & recording, Paint finally gett…
The Win11 screenshot tool is a travesty. It now takes multiple seconds to initialize, plus additional delay in actually selecting what you want to capture. The previous iteration was instantaneous. I have lost many opportunities to screenshot something from a screen share because of this trash performance.
Re: Windhawk Windows classic theme mod for Windows 11
#73> The mod injects only in the process Winlogon.exe, and exits once the handle of the memory area is closed. It does not hook any functions. Yep. Sure. Going to let a Russian utility fuck with winlogon.exe. Excellent idea.
Re: Windhawk Windows classic theme mod for Windows 11
#74Can't speak for this product but disabling a lot of the animations, gradients, shadows & visual effects has made Windows 11 run significantly better on the computers I have it on. They didn't seem to add much value anyways. I'm a fan of a lot of the user experience improvements being made in Windows over the last decade, such as Terminal, running Linux, Power Toys features, screenshots & recording, Paint finally gett…
The Win11 screenshot tool is a travesty. It now takes multiple seconds to initialize, plus additional delay in actually selecting what you want to capture. The previous iteration was instantaneous. I have lost many opportunities to screenshot something from a screen share because of this trash performance.
My old workflow from the Win2k/XP days was: Print Screen, Win + R, type mspaint, Enter, Ctrl+V, Ctrl+S, Enter, done. Still feels faster than watching my screen fade in and out for the snipping tool.
Re: Windhawk Windows classic theme mod for Windows 11
#75I wish there was a "power user" mode in Windows that you could activate and you'd get the ability to have classic themes (my MS themselves), classic Control Panel, no constant nudging, no weather/Xbox/Solitaire apps, etc...
THe settings siutation is so annoying, there are still so many options locked away inside control panel and the new settings app has a few that dont exist in control panel, its so fragmented.
Re: Windhawk Windows classic theme mod for Windows 11
#76> The mod injects only in the process Winlogon.exe, and exits once the handle of the memory area is closed. It does not hook any functions. Yep. Sure. Going to let a Russian utility fuck with winlogon.exe. Excellent idea.
Re: Windhawk Windows classic theme mod for Windows 11
#77It's incredible the effort Windows 10/11 users will go to in order to reach a somewhat functional and reliable computing experience via third party modifications, yet Linux is somehow too much effort. Just look at the instructions on that page..
It makes me happy to see newer generations still doing the same stuff, granted its much more complex to do this work on Win11 vs XP.
Re: Windhawk Windows classic theme mod for Windows 11
#78I also do miss the Windows 7 Aero theme.
Kind of fun to imagine some hybrid between Aero and Apple's new glass effect. Imagine if Aero could "bend light" instead of just applying a blur effect.
Re: Windhawk Windows classic theme mod for Windows 11
#79Earlier quoted context omitted.
Why such a simple UI utility app needed a VSCodium/Electron UI? The author seems to be well versed in Win32 API, so why not just learn the GUI part as well? It's not that hard.
The reason the Windhawk UI is based on VSCodium is mainly for the mod editing functionality. VSCodium with clangd are used for C++ intellisense out of the box. You might say that many users don't care about mod development and don't need it. I agree, and I have it on my list to create a lite Windhawk version which doesn't depend on VSCodium. Note that VSCodium is only used for the UI. When Windhawk is running in the…
Thanks for this by the way. Carrying the torch of Windows modding in the future!
Re: Windhawk Windows classic theme mod for Windows 11
#80Earlier quoted context omitted.
I've come across Windhawk before but the mods being just C++ programs seemed a little suspicious to me, how do you make sure the mods dont include malware?
When you install or run a program, how do you make sure it doesn't include malware? I assume that you check for the author's record/reputation, and perhaps look at the source code if it's available. It's similar with Windhawk mods. The GitHub and X profiles are verified to be the profiles of the author, so you can decide whether you trust them. The source code is available, so you can inspect it as well. Mods are sin…
(this particular mod is 100% innocuous, though)