Content Type
Profiles
Forums
Events
Everything posted by ED_Sln
-
It also works, but after launching it sets the timer to 2 ms, after launching the browser it switches to 1 ms, and after closing the program it remains at 1 ms.
-
I'm not sure if that's it. It mentions an ACPI timer, but this thread is about HPET, which doesn't depend on the processor frequency and is measured in milliseconds rather than megahertz.
-
No, you cannot set a different value. As far as I know, these values are hard-coded into the OS kernel, and you cannot set a value lower than 1 ms.
-
This manifests itself in the fact that the time on the computer starts to rush. This occurs when working with relatively new versions of Chrome-based browsers, such as 360, Chromium 87, and Supermium. They constantly switch the timer mode from 1 to 16 ms, which causes the time to run ahead. This program switches the timer to continuous operation in 1 ms mode, so the time is correct.
-
I use this: https://yadi.sk/d/KpTGDPITsNWn7w the program itself is in the Timer_Fix folder. Brief description: Timer_Fix program with source code written in Visual Studio 6.0. The program has no interface; after launch, it will set the system timer to a period of 1 ms and leave it unchanged. The program will remain in the processes until the OS is rebooted. For convenience, it is best to place this program in “Startup” and completely forget about the problem of time passing. No issues have been found with using this method.
-
If it were possible to fix it in the registry, they would have done so instead of creating a program. No, in XP, you cannot set a timer without third-party programs.
-
https://web.archive.org/web/20160609092058/http://download.microsoft.com/download/a/a/c/aac39226-8825-44ce-90e3-bf8203e74006/dotnetfx.exe This is SP1 only, without Framework 1.1.
-
I've collected various USB3 drivers that I found on different forums. They work differently on different motherboards and with different ACPI, so before installing it is better to make a backup of the OS, because it happens that the OS stops booting. The first one to try is AMD+Intel, it does not add any additional layers to the system, for example ntoskrn8.sys. If it doesn't work, then try the others one by one. https://www.upload.ee/files/18148104/USB3.7z.html
-
The 7z archive is also used in the official Chrome installer. And e3kskoy7wqk just extracted it from the installer, you can check, download ungoogled-chromium_135.0.7049.41.1_installer_x64.exe and extract chrome.7z from it, the hash should match. Properly you should have extracted and re-archived, but with normal compression, format is not important in principle, everyone has some archiver to open any format.
-
@D.Draker there is good news and bad news. The good is that the --disable-features=UserAgentClientHint flag has been returned, and the bad is that there will no longer be support for Vista and 7 without SP1. A project https://github.com/Chuyu-Team/YY-Thunks was used to return compatibility, but the author no longer wants to use it.