Jump to content

maile3241

Member
  • Posts

    545
  • Joined

  • Last visited

  • Days Won

    3
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by maile3241

  1. Hello all, There is good news! @ward201185 on MDL has managed to get ProxhttpsProxy v1.3a running on Win 2000! This requires Python and the Python version of ProxhttpsProxy. I will create a tutorial for this soon. It works perfectly in combination with Windows Update v5:
  2. It at least checks for updates before but OS detection doesn't work yet, but it's a huge step forward.
  3. What must be done that the updates are downloaded? I only get an error after starting the download
  4. @WinFX Do you mean this line? What needs to be changed here? function fnInitializeControl(bAttemptedInstall){ if(bAttemptedInstall == null) bAttemptedInstall = false; var dDate, sCodeBase, iInitReturn; try{ if(g_oControl == null){ dDate = new Date(); sCodeBase = "/CAB/" + (g_bX86 ? "x86/" : "ia64/") + (conWinNT ? "unicode/" : "ansi/") + "iuctl.CAB?" + dDate.getTime(); IUCtl.outerHTML = "<object id='IUCtl' classid='CLSID:9F1C11AA-197B-4942-BA54-47A8489BB47F' codebase='" + sCodeBase + "'></object>"; g_oControl = IUCtl; } iInitReturn = g_oControl.Initialize(IU_INIT_CHECK, window); }catch(e){ if(e.number == ERROR_INVALID_PROPERTY){ fnDisplayErrorPage(conErrorNotAdmin, true); }else{ fnHandleControlError(e.number, bAttemptedInstall); } return false; }
  5. I used the free wayback machine downloader. There are some .plt files needed, but I can't say that, because there are different directories for everyone, where WU accesses. I found the files with the help of fiddler and copied them into the respective directory. What exactly in WUv4 to change so that it downloads iuident.cab? But I'm glad if you found the error. I really want to try it out.
  6. There is good news and bad news. The good news is that today I managed to get Windows Update v3 to check for updates. Unfortunately, they do not install. Some files are missing and therefore the correct updates are not shown. I have renamed similar files to see if there is a search at all. The bad news is that it is difficult to get all the files for the old Windows versions and the download links are also missing, so no updates can be installed. Here's a little insight into Windows Update v3:
  7. @cmalex It's nice that there is finally Tls 1.3 support for Xp, but it would be good if it were also available for Win 2000. The proxy would only have to generate a sha 1 certificate. Is there a possibility to implement this?
  8. I have found a new method for those who have a Windows server but I need to test it more often.
  9. It also works fine for me under Windows 2000: Automatic download of the latest update agent also works:
  10. Hello all, I haven't been here for a while. Is there already an exe version of the proxy? I can't test it because I don't have python.
  11. No, it's the Windows Update patch from an MSFN member but I can't remember who it was.
  12. I am currently testing my WUv5 on a Windows Xp rtm system and it works fine. So it will work exactly the same in Sp1. I just used the sha-2 patch. To configure Url-rewrite I created an Empty rule. Here is an example redirected from splash.aspx?page=3 to splash3.aspx. The configuration looks like this:
  13. Here is a short video of my customized Windows Update v5 in German. I hope you like it
  14. Does this mean that there will then also be Tls 1.3 support for Xp? Do I see that right? That would be great!
  15. I only use IE in case of compatibility problems. I personally don't find the IE function in Edge particularly well solved. I don't use it any more.
  16. Hello all, I found a way on YouTube to be able to open IE without Edge. Instruction: Open notepad and type: CreateObject("InternetExplorer.Application").Visible=true Save it e.g. IE.vbs. It is important that it must have the filename .vbs Then double-click on the file. Cr. to @さとるふぃっしゅ / satorufish on YouTube Have fun trying
  17. It's definitely going to take a while, as it's far from fully developed.
  18. I have adapted WUv5 so that you no longer have to rename splash.aspx: https://drive.google.com/file/d/1mHNAy6XtycdVJvpp9rqrJFfaQREGpePT/view?usp=sharing
×
×
  • Create New...