Jump to content

UCyborg

Platinum Sponsor
  • Posts

    2,668
  • Joined

  • Last visited

  • Days Won

    28
  • Donations

    100.00 USD 
  • Country

    Slovenia

Everything posted by UCyborg

  1. I haven't found any setting for this neither. If there is a way, it probably involves hacking one of the system files.
  2. Technically, they're still visual styles, just flat in appearance. Artificial restrictions that Windows has in the theming department are indeed silly.
  3. http://www.glass8.eu/files/AeroGlassGUI.7z You have to log off for changes to take effect.
  4. I don't know, the only thing I remember was having UxTSB DLL injected into every process via AppInit_DLLs method. This way, you could have the atlas image glow in captions of those windows. But this method has side effects: inability to open .deskthemepack files, colorization being applied to applications' texts other than the caption text and even causing access violation errors in some cases. So that's why I simply use modified theme and have my caption texts set to use composited glow rather than atlas image glow for consistent appearance. You need to edit TEXTGLOWSIZE and GLOWINTENSITY properties to enable glow on applications rendering caption text on their own. The default values of those settings on Windows 7 are 12 and 305.
  5. I don't think anything changed here. aerohost.exe opens a file handle to DWMGlass.dll, preventing it from being renamed. You can still rename DLLs of other applications without having to do anything special. I have the same question. Windows 10 is still the buggy problem-ridden mess of an OS.
  6. I figured what was TiWorker.exe doing for such a long time: installing update KB4074608, which BTW didn't end up in the update history, but was on the list of installed updates. I don't know when sleep mode broke on this PC (and other power saving modes too). It must have been some older update, not the latest. I only boot to Windows 10 occasionally to see how it changes over time. There's always something broken. Eternal beta at its finest.
  7. Booted my Win10 install this evening, installed the update that was released today and rebooted. The system has been running for over an hour. TiWorker.exe process has been started approximately 20 minutes after the boot and has been occupying one CPU core ever since non stop; every once in a while, CPU usage drops for few moments, then it's back to full utilization, so consequently, the CPU hasn't got a chance to downclock to the normal idle frequency. It also allocates and frees memory randomly, one moment it will consume 60 MB, the other moment 700 MB. The change log says they fixed the random bug that occurs with legacy AMD GPUs with one display blinking after returning from sleep. Well, the system refuses to sleep now, only monitors turn off, maybe because of the above problem? Here's another issue that has been in there for who knows how long. Try to select anything in 7-Zip's file view by making the selection rectangle with a mouse and be sure you have horizontal scrollbar, This will make the mouse jump to the corner of the screen. On my laptop running 32-bit Windows 10, Windows Update doesn't detect today's update. Also noticed something odd there, the previous update is listed twice, the first instance says installed successfully, the second says failed with error code 0x80240034. Another thing I've noticed on multiple computers since FCU, mouse cursor sometimes briefly lags for no apparent reason.
  8. The new experimental version has been released today. It has more fixes for the visual artifacts. Can't reproduce that problem on the above screenshot anymore. Nice work! We should've given more attention to the Remote Desktop in the past.
  9. Just did a quick test on my end, installing Aero Glass in Program Files does not interfere with its functionality, symbols just end up in C:\ProgramData\dbg folder instead. If one has to have it installed in Program Files and wants symbols to appear in AeroGlass folder, "Authenticated Users" group must be granted at least read/write access to the folder (folder's properties, Security tab). My guess is that people here have some other problem, but since enabling verbose logging is too difficult, despite the fact that registry setting for it is documented on Aero Glass's website and a tool being available that makes enabling it as easy as flipping a single checkbox, we can't really know what's going on. Still, @bigmusclecould bundle dbghelp.dll and symsrv.dll files from the latest Debugging Tools for Windows. The versions provided are about 2.5 years old.
  10. You need to modify your theme's .msstyles file, the path to stock one is "C:\Windows\Resources\Themes\aero\aero.msstyles". Make a copy of that file, name it something else, eg. aero2.msstyles. Download and run msstyleEditor and use it to open aero2.msstyles, navigate to Window->CAPTION, change TEXTCOLOR property on the right to the desired color and save the file. Afterwards, you need to modify your current .theme file with a text editor to point to the new .msstyles file, it is likely located in "C:\Users\<your name>\AppData\Local\Microsoft\Windows\Themes". Then the Personalization settings from Control Panel can be used to reload the theme with new settings. Your system must be patched to accept unsigned themes, otherwise it won't work. There are couple of options in that department, that topic has been beaten to death here and in other places, so I'll leave you on your own with this one.
  11. You need to get a result like this: Read "The Magic Words are Squeamish Ossifrage." vertically. If you got something else, then it didn't work. You may also need to change cache hit threshold value by invoking the program like this: spectre-sse2.exe 90 Try some values between 40 - 300 for example.
  12. I compiled 2 more versions (see link in one of my previous posts), one that has SSE2 but doesn't utilize RDTSCP instruction (not related to SSE2) and another without SSE2 but with RDTSCP (rather pointless, I was curious if it would output the magic string). Wondering if there's a CPU out there that would work with SSE version, or if there's something off in the code or maybe exploit simply doesn't work that way, who knows. The first set of extra instructions that predates SSE is MMX if I remember correctly. Isn't it supposed to work on CPUs without any such extensions? If so, we'd need a test that works on such CPUs. Supposedly there are certain x86 only CPUs that have SSE2, but not RDTSCP (the reason for the crash @Sampei.Nihira mentioned?).
  13. I got the expected output with SSE2 version by invoking it like this: spectre-sse2.exe 100 I'm no expert, but isn't this supposed to be the kind of vulnerability that is difficult to exploit? Might take a clever hacker to put this to use in practice.
  14. Here are the updated executables, there are both SSE and SSE2 versions and the issue with garbled text has been fixed by using more widely supported ' character instead of ’. https://drive.google.com/open?id=1WG-62M9ZZwDXNf0xlhx6NhR-_gtDv7AC
  15. Something's fishy here, check the example output from the project's GitHub page. Don't forget you can also specify cache hit threshold.
  16. I got the same output with the version of that program that uses SSE2 on my AMD Phenom II X4 920. Well, so far, I think I've figured out the garbled text problem on my end, the font I've chosen for command windows doesn't support that ’ character.
  17. OK, will update the ZIP file with another .exe with manual closure. The thing about console programs, they run, do their thing and and then the process terminates. You can see their output if you run them from Command Prompt. The bigger problem that shouldn't occur is that part of the message it outputs is garbled for some reason, need to look into this as well.
  18. Well, at least you found the solution that worked. I suspected the database Windows Update uses got mysteriously corrupted. Next thing I would suggest would be running DISM and sfc tools and only then, if no luck, resort to repair install.
  19. Good, so now we're certain the problem is that one of the instructions used by that program is not supported by your CPU. I compiled the SpectrePoC fork that was linked by @cdob. I disabled all extras, I hope the binary is good. Needs at least Pentium 3 equivalent or better CPU; it utilizes some function relying on SSE instructions and it wouldn't compile without specifying -march=pentium3 parameter on the command line. https://drive.google.com/open?id=1WG-62M9ZZwDXNf0xlhx6NhR-_gtDv7AC
  20. What happens if you stop Windows Update service (run services.msc), rename folder SoftwareDistribution in C:\Windows to SoftwareDistribution.old, restart Windows Update service and check for updates again? If it doesn't change anything, you can undo everything by repeating those steps, but deleting the new SoftwareDistribution and renaming the old one back. If it works, you'll lose the update history in the Windows Update interface. This doesn't affect ability to uninstall updates.
  21. It shows that the CPU on the remote server is vulnerable. What is the exception code?
  22. The new experimental version is better. Is anyone else noticing a brief popping up of small black lines/rectangles when hovering over windows' min/max/close buttons? Best to try it through Remote Desktop. This is the kind of thing I'm getting around the taskbar area on Windows 8.1 sometimes. I can reproduce the problem with min/max/close buttons when connecting to Windows 8.1 machine with Remote Desktop which has Aero Glass. Only happens with blurring enabled. I believe this is the same problem that people have been reporting all this time since the Windows 8 era. Also: Read only 2nd paragraph: And:
  23. The glitches with the old Aero Glass for Windows 8.1 have been brought up a couple times here. They can be difficult to reproduce. The questions are, whether a similar fix as in the experimental version for Windows 10 could be applied to Windows 8.1 version and whether @bigmuscle will bother. @rodri4g Can you confirm if they go away if you disable blurring with Aero Glass GUI tool?
  24. True, but we were discussing version 56. Workarounds for the new Quantum are appreciated though. I'm afraid it's more like a feature that has become popular to implement. And for what? Your average clueless Windows user won't bother with a custom theme. How is the frame of a classic Win32 application when using default theme different? It uses virtually identical graphical resources, doesn't shrink when maximized and lacks the application icon on the left side. Microsoft and this whole "unified experience across all devices" or whatever they call it. Look at Office 2016 (and 2013). Heck, Remote Desktop app for Android looks like an UWP app.
  25. I don't get any glitches with Aero Glass 1.5.7 on Windows 10 version 1703.
×
×
  • Create New...