Everything posted by xpandvistafan
-
Future of Chrome on Windows 7
For me, I just downloaded the Chrome installer, and when I ran it, I intercepted the requests when it was downloading and it directed to the above links. The Chrome Installer still pushes Chrome 109 to operating systems below Windows 10, and when it fetches 109, it should fetch the latest version, which is currently 104.0.5414.129.
-
Future of Chrome on Windows 7
That's great that this works. So I guess manually installing the new updates will make it work, at least on Windows 7. As I said earlier, new updates (only security updates) will be released until October, so we should get updates on 109 until then, after that, we will have to look at backporting again, as has been done on MacOS.
-
Future of Chrome on Windows 7
There is also a direct download link to the new version that Google has released. Can you test if the links below works and installs? Chrome 109.0.5414.129 64 bit: https://www.google.com/dl/release2/chrome/juzaykgd5e6nyvk27fwtbrjgoa_109.0.5414.129/109.0.5414.129_chrome_installer.exe Chrome 109.0.5414.129 32 bit: https://www.google.com/dl/release2/chrome/kr3ekrngooyu46qwruasnjsjey_109.0.5414.129/109.0.5414.129_chrome_installer.exe
-
Future of Chrome on Windows 7
For those who don't know, Google will continue pushing Chrome 109 updates until October for Windows Server 2012. You can find more about that here. However, on my Windows 8.1 machine, it seems updates for 109 are being pushed as well. I just got updated to Chrome 109.0.5414.129, which is supposed to be for Server 2012 only. Can someone test on Windows 7 and see if it has also been updated?
-
Future of Chrome on Windows 7
Yeah, something similar has been done for older versions of MacOS. Someone took a backup of the repo of the last working compile for MacOS 10.7, and then started backporting fixes for it. https://github.com/blueboxd/chromium-legacy. In fact, Chrome now requires MacOS 10.13, but this program can run on 10.7 to 10.12.
-
Windows 7 Extended Kernel
I just want to give an update on what has been going on with VxKex these past few months. So while the last official release was in August, vxiiduu has still been working on the project. It is currently be completely rewritten, as can be seen on the Github project. Some programs that have been fixed by VxKex include the latest version of iTunes (albeit with some visual bugs), OneDrive, and many others. So while there hasn't been an official release in a few months, keep your eyes on VxKex, as it will continue to improve over the coming months and years.
-
How To Fix Weather Gadget Windows Vista & 7 - Quick Fix 100%
Sorry for reviving such an old thread, but this actually works. It seems it connects to http://weather.service.msn.com/ which was supposed to be discontinued April 2016.
-
Internet Games no longer work
Sorry to reply to such an old post, but did you ever get a chance to intercept the requests to the server during gameplay when it was working? It would help with reverse engineering the game. Also, do you remember if it connected to the server via https? If it did, that is probably a reason it was shutdown, because for Windows ME to connect using https, it would need to use really old outdated cipher suites and a SHA-1 certificate.
-
List of software that doesn't support Windows 7
Is it still working now? Can you put a link to the forum you are following so that it is easier for people here at MSFN to keep tabs on OneDrive?
-
On decommissioning of update servers for 2000, XP, (and Vista?) as of July 2019
The advantage of using LegacyUpdate though is that you do not need a proxy to access the site. You can just go the site, install it, and then it will be working.
-
On decommissioning of update servers for 2000, XP, (and Vista?) as of July 2019
Any idea if this works on 2000 RTM? Or just SP3 or later?
-
Email on Windows 98, 2022
You can still do it, but it's extremely complicated and required me to replace requests and responses using proxies to actually get it to login. I got it to login on Opera 10 on Windows 98. This shows it's still possible, although it's a tedious process.
-
Email on Windows 98, 2022
https://accounts.google.com/ServiceLogin?service=mail&continue=https://mail.google.com/mail/u/0/&followup=https://mail.google.com/mail/u/0/&emr=1&nojavascript=1 You can still access the no javascript login page by adding ?nojavascript=1 to the url or using the URL above. It might give you a browser unsupported message on older browsers, but if you spoof your user agent just for the login it will work.
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
- Microsoft Windows Update v3/v4/v5
-
Microsoft Windows Update v3/v4/v5
Yeah, probably because you have old catalog files, if ones from 2011 were archived, then all the recent updates would show up. Also, on the topic on Windows Update v4, that is probably going to be much harder than v3. First off, v4 has a different mechanism, where it sends data to Microsoft and Microsoft returns the applicable updates, much like v5 and v6. But with v3, we got it working because it didn't send data to Microsoft, it requests catalog files which contain all the updates in them, and shows them in the site based on what updates you have installed.