Jump to content

greenhillmaniac

Member
  • Posts

    460
  • Joined

  • Last visited

  • Days Won

    7
  • Donations

    0.00 USD 
  • Country

    Portugal

Posts posted by greenhillmaniac

  1. 7 hours ago, peido said:

    Sorry for my ignorance, but were there any PT-PT updates for Windows older than 95? And for Office? Could you tell me what is the old Microsoft link for downloading updates from archive.org?

    AFAIK Microsoft only started localizing Windows with 95. Windows 3.1 was only released in Brazilian. On WinWorld you'll find Word 6.0 and Excel 5.0 in Portuguese of Portugal so I guess that makes them the oldest MS software to be localized in our language (even though the installers are in Brazilian, so not all components were localized).

    As for the update link, there's not a single one and could come from various sources, like Microsoft Update, the Download Center and the dedicated pages for Windows 9x Corporate Downloads, that usually hosted all language variants of an update. The weirdest thing I found was that some updates weren't even available in PT-PT, such as the Windows 98 SP1. My advice to get started is to find a list of all updates released for your OS of choice, track the KB number and search on Archive.org with the following link: support.microsoft.com/kb/xxxxxx. Good luck!

  2. 2 hours ago, George King said:

    Or should I download everything from mega that seems to be lastly updated in 2019? Then continue to latest Monthly Rollup + SSU and thats all? What about .NETs and Flash?

    I decided not to update the repository much further, since in order to stay up to date you only need to install all the updates until EOL (2016), then all Post EOL updates on my repo until September 2016 and finally just grab the latest Servicing Stack Update and Monthly Rollup offered on Microsoft's page, It's always the same deal every month, just grab the latest SSU, MR and maybe check out the .NET blog for any Security Rollups. The repo was more essential back when it was individual security updates every month IMO.

    Flash was removed with KB4577586, so that's a non issue these days.

    The last .NET update that works with vanilla Windows 8.0 is .NET 4.6.2. Unfortunately, .NET 4.8 only installs if Server 2012 or Embedded 8 Standard parent packages are available. It is possible to edit some of the update's .mum files and slipstream them offline, but you need to do this for every possible .NET 4.8 update in the future, and I figured it would be too much of a hassle for the regular user.

  3. 11 hours ago, sonyu said:

    Is there a fast way to integrate all Server 2012 updates into Windows 8.0 ?

    Either use Dism on an offline image (install.wim) or update a Syspreped installation and then capture it. Be warned that Servicing Stack updates need to be slightly modded when installing offline, as they have an "exclusive" flag set in the 'update.mum that makes it impossible to slipstream any updates after.

  4. I have a bug to report.

    When using Firefox and saving a file, the Explorer window that appears to specify the path and filename doesn't seem to get properly hooked by StartAllBack. It still uses the default Windows 11 right click context menu and "Modern" File Search on the address bar. This seems to happen to any Explorer window that's called in the context of a program that needs to open or save files.

    RSTyTxL.png

     

  5. I just installed this on a Windows 11 VM and have some feedback (mixed with some requests):

    • There's no option to show folders before shortcuts in the Start Menu - as someone who uses the Windows XP style context menu for all programs, this would be appreciated.
    • I'm assuming the previous advanced options to disable pre-launching of "SearchUI" and "ShellExperienceHost" are being enabled by default? This new version lacks the toggle for them, but from a look at the Task Manager the options seem to be enabled.
    • Would it be possible to remove the "Windows Terminal" option on the Win+X Context Menu and restore the classic Powershell/Command Prompt options?
    • The Explorer tweaks are phenomenal, but will you integrate the rest of the functionality OldNewExplorer had? I always used a mix of Windows 10's Explorer with some elements of Windows 7's, and the current beta doesn't have fine tuned control over these aspects (I'll attach a picture of my current Explorer setup).
    • Maybe this one is a bit of an overstretch, but since there's the ability to replace all of the context menus, would it be possible to have an option to use the classic style of context menus? Similar to the ones you'd get with the "ImmersiveContextMenu" registry tweak up until v1809

    My last bit of feedback would probably be the name, considering the current scope of the project, something like "ExplorerIsBack" would be more fitting.

    Other than that, this will probably be THE piece of software that will make me use Windows 11 (otherwise I'd seriously consider the penguin varieties) :thumbup

    Quote

    VjlRcle.png

     

  6. On 5/22/2021 at 3:26 PM, Tonny52 said:

    I have deceided with my poor knowledge of how drivers work to attempt to recreate what he did.

    From what I can understand, there are just some hex numbers that need to be replaced in the driver .sys file to prevent unloading. More specifically the hex numbers that specify the versions to run on. Currently, they are:
     

    3839: EFF (this number prevents unloading)
    295A: 10586 (possibly the Pascal specification)
    3FAB: 16299 (possibly the Turing specification)
    4563: 17763 (possibly the Ampere specification)

    If it is as simple as that, it would just be going into the driver with something like HxD and changing any of those values to 3839 or, a previous version. Say you want to run 14393 on Ampere, you would maybe replace 4563 hex with 295A. Not sure if this will work though. I only have a 1050 Ti, so I can try 10240 support.

    Are those hex values constant across different driver versions, or did you test it with a specific version?

  7. On 4/29/2021 at 8:49 PM, johnyept said:

    If you would like to add untouched ISOs from the older operating systems to the collection (win95/98/98SE/Me/2K) just let me know, I have the original CDs.

    Oh yeah, I found your collection on MyDigitalLife way back. I actually use it a lot (and also the Office one).

    On 4/29/2021 at 8:49 PM, johnyept said:

    A text file with a brief description of what each update is for would be nice

    For the most part, information on the updates should be on the Internet Archive, if you search with the URL: support.microsoft.com/kb/xxxx

    But yes, I should probably get around to doing that one of these days :D

  8. 1 hour ago, win32 said:

    Does anyone know which version is the last one to work and the first one to fail (on RTX 2xxx and GTX 1xxx of course)? I already did a quick mod of 460.89's main kernel mode driver looking at the version checking spots that didn't seem to be in the earlier (372.70 for example) ones I've checked.

    The first driver version to support the RTX 3060 TI was the 457.51 (I keep an archive of all the drivers for this card).

    I tested this version as soon as I acquired the card on 8.0, and it Code 43'd on me right away.

     

  9. There, the Mega link is updated. Enjoy :)

    Since this update repository is now a bit more generic and not necessarily NT 5.x oriented, I'm not sure if the topic should be moved. I'll leave it up to the moderators to decide it.
    Also, I don't know how to put a link in spoiler tags, but I think they would be appropriate for the repo link. If anyone wants to tell me how to do it, I'd appreciate it.

  10. To everyone: sorry for not updating this thread when I said I would. I'll be going through my external HDD and uploading all of the updates I have onto Mega. This includes the Windows ME updates provided by @RoboSkirt (seriously, much appreciated!) and some (not all) Windows 95 and 98 updates in Portuguese. I manage to scavenge a lot of them through archive.org and a heap of other collections. These include:

    • Internet Explorer 4.01 SP2
    • Internet Explorer 5.5 SP2
    • Internet Explorer 6.0 SP1
    • Windows Media Player 6.4
    • Windows Media Player 7.1
    • Windows Media Player 9

    You get the picture. I've also got Windows POSReady 2009 updates, since that has also gone EOL in the meantime. Windows 2000 also includes a whole lot of Hotfixes not released on regular Windows Update.

  11. On 10/11/2020 at 10:31 AM, Regele said:

    Do you still have the updates? If so please update the links because these are broken. :D

    Forgot about this thread. I rearranged some items in my Mega account, and those links got expired. I'll update them as soon as I can.

  12. 1 hour ago, whiteindian said:

    1. Is it necessary to install the KB947821 before your updates ?

    Is that the System Update Readiness Tool? I think you only need that if you have trouble installing updates. If your system was freshly installed, there's no need.

    1 hour ago, whiteindian said:

    2. Does it make a difference to install your updates in random order?  Is that correct > General > Net Framework > Security > Hotfixes > etc. 

    I usually go: Platform Update + Suplement > Internet Explorer 9 > Net Framework 3.5, 4.6 and updates > Powershell 2.0 + BITS 4.0 > Media Player 11 > General > Security > Hotfixes
    The idea is to install as many updated components as possible before moving on to the General, Security, etc updates. That way, the updates will cover a wider range of software.

    1 hour ago, whiteindian said:

    3. Does it make sense to install some Windows Server 2008 updates after your updates post #1: https://mega.nz/folder/txxRyLzC#1vBMGzMHiL864f3bl1Rj1w

    I'd say so, yeah. The main one would be the TLS 1.1 and 1.2 updates, but you can also add the SHA2 updates (they do make Windows Update non functional, but @abbodi1406 managed to make it work regardless. go to MDL and you'll find it)

    1 hour ago, whiteindian said:

    4. Where can I find download links for up-to-date ISO images of Windows Vista

    In here you won't find any. It's usually best if you create your own.

  13. 2 minutes ago, syria! said:

    Which AMD gpu do you use? I use the Radeon HD 7000 Series GPU and I got it working using SDI

    I have a R9 380, precisely the point where AMD drivers stopped working. Had to used a hacked together Embedded version of the drivers. Not ideal.

    Never heard of SDI. I'll have to check it out.

    EDIT: Yeah, your GPU still had officially compatible drivers with Vista, that's why SDI (Snappy Driver Installer?) found a matching pair.

  14. 1 hour ago, hjaiak12 said:

    Is there a internet archive mirror of this? Or is it exclusive to MEGA?

    So far I have it on Mega and my external HDD. Don't know if I can put in on Archive.org

    1 hour ago, hjaiak12 said:

    Does that include subfolders? (say there's another folder with updates, does it include the ones in the other folder, or is it just the ones exclusively in the general folder?)

    If you want to include subfolders just add the /s switch to forfiles.

×
×
  • Create New...