Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/14/2022 in Posts

  1. Do you happen to have a space character in your Windows user name? The new installer seems to dislike spaces. Does it work if you create a new temporary admin user without any spaces in the user name? It looks like when there's a space in the user name, the installer changes the owner of the target system files to the current user but isn't able to grant permissions, so renaming to .bak fails. The installer is able to grant the current user full control when there is no space in the name (it looks like via icacls.exe - so might be an issue with missing quotation marks?)
    2 points
  2. Thank you so much!!! This is working! Great, that's the method there. But it is very characteristic of Microsoft, that technically everything works, but you first have to be smart enough to figure out how to make the function usable becouse they dont want you to use it.
    1 point
  3. Yes I do still enjoy using XP thanks! So it sounds like there's no point in me installing your HD audio driver patch as the files I have are the same already anyway, but I will try just substituting the newer portcls.sys file though just to see if it works and makes any difference to anything. Acpi.sys was just substituted with the latest modified version and made a huge difference. I will certainly keep a copy of your new version of KB888111 in case I ever have to completely reinstall XP. Cheers, Dave.
    1 point
  4. In the need of a person with Python programming skills! We need a person with Python programming skills to implement TLS 1.3 and its ciphers to the latest version REV3e of ProxHTTPSProxy. Three ciphers associated with TLS 1.3 have to be added to existing package of REV3e. Its OpenSSL version 1.1.1d already supports TLS 1.3. To assess whether such a project can be realized, the source code can be viewed first, of course. This is the download link of ProxHTTPSProxy REV3e's source code: https://www.mediafire.com/file/s9027bdxffodbna/cryptography-2.8-py3.4_openssl-1.1.1d.rar/file. All information about ProxHTTPSProxy can be found in the first post of this thread: Any ideas or suggestions are welcome! If there is such a person, I'll be pleased to get your opinion whether such a project is possible or not. I personally cannot estimate the scope and the effort required for such a project, since I unfortunately do not have any knowledge in the Python programming language. That's the reason for this call. The goal is to get a proxy with the most recent protocol and its ciphers in Windows XP and to future-proof this OS. Thanks in advance! Kind regards, AstroSkipper
    1 point
  5. Hello, Option "Icon size", put S ;)
    1 point
  6. I believe this particular issue happens on all Vista. A lot of the breakage that has occurred is attributed to ChangeWindowMessageFilterEx; looks like it will have to be looked over quite heavily.
    1 point
  7. I think the short answer to your question is because we're enthusiasts, and because we can! (Oh, and we don't like being told by the likes of Microsoft that we can't do something!)
    1 point
  8. Apply this registry tweak Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\OneDrive] "EnableDownlevelInstallOnBluePlus"=dword:00000001
    1 point
  9. @George King here, psuedocode will need reworking to be functional though. NTSTATUS IoSynchronousCallDriver_k8 ( PDEVICE_OBJECT DeviceObject, PIRP Irp ) { unsigned int local_0x18; // [esp-24] unsigned char local_0x14[20]; // [esp-20] unsigned long v1; // eax local_0x18 = (unsigned char)&local_0x18 & 0xFFFFFF00; local_0x14[0] = 0; local_0x18 = 1024; local_0x14[8] = &local_0x18[2]; local_0x14[4] = &local_0x18[2]; *(*(Irp + 96) + 4294967292) = &local_0x18; *(*(Irp + 96) + 4294967288) = &CmpCompleteFlushAndPurgeIrp; *(*(Irp + 96) + 4294967263) = 224; v1 = IofCallDriver( DeviceObject, Irp ); if( v1 == 259 ) { KeWaitForSingleObject( &local_0x18, 5, 0, 0, 0 ); v1 = *(Irp + 24); } return v1; }
    1 point
×
×
  • Create New...