Jump to content

UCyborg

Platinum Sponsor
  • Posts

    3,098
  • Joined

  • Last visited

  • Days Won

    28
  • Donations

    100.00 USD 
  • Country

    Slovenia

Everything posted by UCyborg

  1. Cattle Decapitation - The Geocide
  2. Cattle Decapitation - Bring Back The Plague
  3. You can't access System32 folder on 64-bit OS from 32-bit program without going out of your way to do so. All accesses to it transparently redirected to SysWOW64. So it makes no sense to specifically add SysWOW64 anywhere. The only way to access actual System32 folder on 64-bit OS from 32-bit program is by accessing Sysnative folder. You can navigate into it using 32-bit Command Prompt (cmd.exe) or any other 32-bit application. So keep 32-bit stuff in SysWOW64 folder and don't worry about it unless you encounter a problem worth worrying about. https://www.samlogic.net/articles/sysnative-folder-64-bit-windows.htm
  4. What did they do? Change version number in the .exe, disabled Microsoft's "fix" or what?
  5. It's not just the height. It changes how searching from Explorer works. Also, UWP stuff in Explorer? Yikes!
  6. Thumbs up for still working on this project!
  7. @innuendo33 @MrGRiM Thank you for your answers. The new "feature" also has a bug that when you right-click on the search bar, you don't get the usual context menu. Works fine once reverted. Can always go back to 1809 and try some newer build in the future. I'm mostly interested in bug fixes for the existent features.
  8. Is it normal for Win10 1909's Explorer to have larger address and search bar?
  9. It's not a driver problem as far as I can see.
  10. The audio just died on my desktop recently. This guy apparently stumbled on the same issue: https://community.spiceworks.com/topic/2238479-windows-10-no-audio-output-device-is-installed Though the circumstances are a bit different. Only one thing is certain; when some state gets messed up on Windows, one is very lucky to be able to find the cure that doesn't involve reinstall. So things are quiet now. I wonder if trying to debug the audio service would reveal anything. Deleting stuff under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices (Capture and Render under Audio) doesn't help, though the entries reappear when getting Device Manager to detect and add the devices again. I deleted them after turning off Windows Audio Endpoint Builder and Windows Audio services.
  11. The following ones from your screenshot are added by Aero Glass GUI tool: BlurDeviation ColorizationColorBalanceInactive GlassOpacity
  12. Microsoft's documentation on selecting a device in Direct3D 9 The 2nd step of needed tasks for a Direct3D application running in a window: I haven't seen the highlighted effect on newer systems (Win7+, haven't tested Vista), but on XP, even running Serpent browser on the second screen with a video playing made things so bad that even the mouse cursor started lagging; that and the general choppiness. Hacking xul.dll to make it select a different adapter restores the performance on the second screen, but that only helps if one prefers to have it on the particular screen exclusively. Similar with Direct3D games running in a window, turn on the FPS display or some 3rd party overlay displaying it if game doesn't have its own. When on main screen, everything is fine, move it to another screen; bam, FPS count drops, CPU usage goes up.
  13. I wasn't implying that there was anything wrong with OpenGL, but there's not much difference in the end for the end user; one party messes up and that's it. Someone compiled the runtime libraries for XP, but the actual implementation in the driver is missing. Vulkan 1.1 is out since March 2018, when no company is writing graphics drivers for XP anymore.
  14. Cattle Decapitation - A Living, Breathing Piece of Defecating Meat
  15. Thinking back about the time when "you know who" made a lot of fuss about the branding of the forked browsers, I noticed mainstream Basilisk still contains strings where the browser is referred to as "Firefox".
  16. Updated from 17763.615 to 17763.832 and after booting into it I noticed several security settings were changed: Password must meet complexity requirements: Disabled -> Enabled Administrator and Guest accounts have been enabled Devices: Prevent users from installing printer drivers when connecting to shared printers: Disabled -> Enabled Interactive logon: Do not require CTRL+ALT+DEL: Not Defined -> Disabled Shutdown: Allow system to be shut down without having to log on (this one might have been changed too, not sure) Users group has lost the following rights: Change the time zone Remove computer from docking station Shut down the system Guest used to be present in the following rights assignments: Allow log on locally Deny log on locally (these two are conflicting, so I suppose the result is the same in the end after change) Deny access to this computer from the network This list is from my memory. Should cover at least 75% changes, I didn't note them down. All settings can be found by launching secpol.msc and navigating to Account Policies and Local Policies. I removed the old updates in from recovery environment with DISM in reverse order in which they were installed, including SSU update (have to modify some *.mum files to get it removed) and then installed the current ones. Did I do something wrong or do recent updates always change these things even if you do it the usual way? Nobody is talking about those as far as I'm aware of.
  17. I forgot I messed with SecureUxTheme...I set it to load in Explorer and since it's loaded through a feature intended for debugging, the memory usage was high because of that.
  18. I wonder if LineageOS has the option for good 'ol USB Mass Storage mode. For Sony Xperia E3 at least with stock OS based on Android 4.4.4, it's not an issue because it has the option in settings. It's still a fairly modern device, only 5 years old. I never used unrooted phone for long though, just find it too restricting. Banking apps often refuse to work on rooted phones and even some stuff in entertainment category... Sure you can unroot and certain modifications for which you needed root permissions stay, obvious exception being the apps that need root access to operate normally, but it's just an extra stupid barrier for the people who know what they're doing.
  19. MS Edge Dev, based on Chromium 79, still accepts -disable-windows10-custom-titlebar command-line switch.
  20. Yes. They're accessed via Media Transfer Protocol.
  21. Just adding a note; you can actually run those from recovery environment. At least from my limited experience, running it from there and pointing it to a good installation as repair source (mounted WIM image) that has the same updates as problematic installation seems to be the most reliable way to achieve some actual results.
  22. Not really. Ran them all, they all have issues. A perfectly good OS doesn't exist, not in objective sense at least.
  23. That's only for Windows Server.
  24. One way is using RDP Wrapper. It won't work out-of-the-box on updated Windows builds since the author doesn't update it anymore so you'll have to search through the issues page or elsewhere to get the information about what to add to rdpwrap.ini, located at C:\Program Files\RDP Wrapper after installation. When modifying rdpwrap.ini, make sure to leave an empty line at the end to avoid unexpected crashes. rdpwrap.ini contains instructions on how to work with particular version of termsrv.dll, which is what makes accepting Remote Desktop connections possible. Remote Desktop Services service has to be restarted for changes to take effect, but if the process that hosts it also hosts other services, then they all have to be stopped (and restarted in the end) before restarting Remote Desktop Services service. There's also a thread on MDL forums discussing patching of termserv.dll file directly on disk, as well as RDP Wrapper method. The former method is clunkier, as it involves getting yourself permission over termserv.dll at C:\Windows\System32, then using the hex editor to search and replace several bytes. If you use that method, changing the name of the original file then making a copy with correct name and making modifications to it will leave the original copy in the component store (though I haven't tested whether this actually stops DISM from complaining about corrupted file if you run a scan - maybe it still complains about unlinked file unless that is SFC's job - about which I'm positive would react to the change if ran). I'd go with the wrapper unless you find a special reason to mess with termserv.dll directly.
  25. It was fine just a week ago, but today, my PC hit 100 days of uptime and I noticed explorer.exe launches with 200 MB of RAM consumption just showing an empty desktop and a taskbar. Then it goes up with time, I got to about 440 MB yesterday. My usage patterns haven't changed, I just updated GPU drivers, but that was on 5th of October. Just wondering if anyone encountered this and if the reboot solved it and if not, what was done to fix it? Looking at the changelog of newer updates, the build I'm on now has quite some (unrelated, hopefully) issues, but I'm not feeling confident about updating immediately as there's always something. They never tell you what they broke, they just say they fixed something which at some point was actually working properly. I'll wait until the next patch Tuesday at least. Anyway. two more things that might be related or might not be; sometime after 70 days of uptime, I had to disable AppX Deployment Service because it was making my computer unusable, it ran at logon and got stuck in some messed up state that it wasn't even able to accept stop command while grinding the disk non-stop. If left unattended, Process Hacker would count several gigabytes of read data. After terminating its process, it stayed quiet. The second thing, Process Hacker shows 1,14 GB of crap in the page file while Task Manager reads 1,4 GB of paged pool usage. I remember this was much worse with Windows 8.1, the numbers were rising about 3x times faster. Some background system process leaking memory? I don't know if it would happen with previous Windows versions with my setup because I almost never ran them for more than a day.
×
×
  • Create New...