George King
MemberContent Type
Profiles
Forums
Events
Everything posted by George King
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
George King replied to AstroSkipper's topic in Windows XP
@AstroSkipper Have you tried it on XP x64 too?- 930 replies
-
- Certificates
- ProxyMII
-
(and 3 more)
Tagged with:
-
@Jakob99 I have probably found whats wrong. I performed some tests on INFs and seems like they are broken a bit. I will upload fixed files soon, when I confirm they passed my tests with INF parsing
-
@Jakob99 What happends when you try to boot Windows 8.0 installer on your machine? Can you see your disk device? Also would be great if you can do same test with Windows 8.0 build 8056. EDIT: Windows 8.0 beta download links https://windowsbase.pl/w8beta.php
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
George King replied to AstroSkipper's topic in Windows XP
@AstroSkipper I saw that in past. It was not bug in start /wait, but it was caused by used workaround in called app by using some kind of "SendKeys" commands. Of course, when you need to wait until is finished, another crazy workaround is possible. start /wait "XX" cmd /c start mypapp.exe And it can be also launched using invisible.vbs. Yes, it's crazy, but doable, until problematic code in called app is fixed And yes, there could be like another 1000 different reasons why you see it as "bug"- 930 replies
-
- Certificates
- ProxyMII
-
(and 3 more)
Tagged with:
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
George King replied to AstroSkipper's topic in Windows XP
@AstroSkipper Can you explain me more bug you are talking about?- 930 replies
-
- Certificates
- ProxyMII
-
(and 3 more)
Tagged with:
-
ProxHTTPSProxy and HTTPSProxy in Windows XP for future use
George King replied to AstroSkipper's topic in Windows XP
@AstroSkipper It's not buggy you need to add Window Title. Example of correct order. You find like 10.000 lines of code in XP2ESD, you can take many code examples there start /wait "SDI" "%~dp0SDIO.exe" Using CMDOW is bad, it's flagged as virus from like 2006. Use native VBS instead to run application silently. Invisible.vbs (accepts parameters too) ' Run hidden cmd with arguments Dim Args() ReDim Args(WScript.Arguments.Count - 1) For i = 0 To WScript.Arguments.Count - 1 Args(i) = """" & WScript.Arguments(i) & """" Next CreateObject("WScript.Shell").Run Join(Args), 0, True And then use it this way %WinDir%\System32\wscript.exe //nologo "invisible.vbs" "%~dp0apps\Cleanup.exe"- 930 replies
-
1
-
- Certificates
- ProxyMII
-
(and 3 more)
Tagged with:
-
Why not follow this tutorial to add one missing function? There is example how to extend GDI32 with custom function as GDI42. https://www.codeproject.com/Articles/17863/Using-Pragmas-to-Create-a-Proxy-DLL
-
@Jakob99 If you integrated them into boot.wim you were able to see your eMMC in setup?
-
NTOSKRNL Emu_Extender for Windows XP/2003
George King replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
Have you added newly compiled ntoskrn8.sys from latest sources mentioned after that? Or have you tried these ported drivers from latest XP2ESD which already have it? -
@Jakob99 We finally managed to get working Windows 8.0 build 8056 Generic SD/MMC driver under XP. Here are same drivers for Windows 7 (ntoskrn8.sys is compiled as W7 target). EDIT: Broken files removed, see post bellow for updated files
-
Are there any USB 3.0/xHCI drivers for Windows XP x64?
George King replied to GD 2W10's topic in Windows XP 64 Bit Edition
@GD 2W10 @Damnation Yes, many more ported drivers are in collection. Currently my latest attempt seems to be success and we have now Generic SD/MMC driver from Windows 8.0 beta 8056 for XP/Vista/7 according to @Andalu tests with latest kernel extender -
Microsoft Windows Update v3/v4/v5
George King replied to WULover's topic in Windows 9x Member Projects
@WULover That sounds really good!- 1,112 replies
-
- windowsupdate
- windows xp
-
(and 3 more)
Tagged with:
-
Microsoft Windows Update v3/v4/v5
George King replied to WULover's topic in Windows 9x Member Projects
Wait and see. For example XP2ESD took 15 months before releasing 1.6 few days back.- 1,112 replies
-
- windowsupdate
- windows xp
-
(and 3 more)
Tagged with:
-
How do I get Windows 7 working on an MSI Z390-A PRO motherboard?
George King replied to semp's topic in Windows 7
@semp I’m 100% OK with sharing my testing image. But do that only in PM to do not violate forum rules -
Is it possible to install Windows XP on an HP Elitebook 840 G3?
George King replied to GD 2W10's topic in Windows XP
Mentioned symptoms shouldn't be on v1.6 there were like 15 months of development from 1.5.6. Really new and better tool -
Is it possible to install Windows XP on an HP Elitebook 840 G3?
George King replied to GD 2W10's topic in Windows XP
This new release have these symptoms on your side? -
create windows7 Aio 32-64 bit iso dual boot
George King replied to PRince 2021's topic in Unattended Windows 7/Server 2008R2
You can also try this tool to make it easy https://www.ntlite.com/community/index.php?threads/tool-windows-setup-aio-builder-for-7-10-with-install-wim-install-esd.1667/ -
NTOSKRNL Emu_Extender for Windows XP/2003
George King replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
Download project from GitHub and these files to get latest discussed sources with added missing exports for latest 6.0 and 6.1 kernels targets and new functions for porting Generic SD/MMC driver from Windows 8.0 build 8056 EDIT: Drivers collection included in XP2ESD v1.6 already contains compiled ntoskrn8.sys with these sources. I still haven't tried new SD/MMC driver on real HW. Probably will see in few days when I reformat my Windows 7 Dell laptop that have SD card reader that match Generic HWID. LatestChanges.7z -
Is it possible to install Windows XP on an HP Elitebook 840 G3?
George King replied to GD 2W10's topic in Windows XP
@GD 2W10 You can try to build image using XP2ESD v1.6 https://forums.mydigitallife.net/threads/tool-xp2esd-create-modern-windows-xp-installer-v1-6.82935/ -
According to mentioned tutorial I don't think you need it, but I haven't tried it yet.
-
To save some time, here can be downloaded mentioned extension https://o.rthost.win/boc-uxp/?sort=date&order=desc
-
Yes, I did it using similar way. I found where is "problem" in my repack. After first launch you need to click on each yellow triangle and enable that plugin. After that can be language pack changed without issues But if you don't do that, there are no yellow triangles on second start and you need to remove that plugin and add it again manually from %ProgramFiles%\Mypal\chrome\extensions, then enable it and change language and restart Mypal. Now you have localized Mypal I will probably split LPs to extra installer with detection of default system language and install only needed LP. Plus I have scanned registry to make it as default browser too Will see this night about these improvements. Thanks, it's really simple repack with WinRAR. This one will be part of XP2ESD v1.6 release in few days
- 401 replies
-
1
-
- Web Extensions
- userChrome.css
-
(and 3 more)
Tagged with:
-
Yes, no touch needed, but I found XPIs must be placed in both folders browser\extensions + chrome\extensions, otherwise nothing happends. So If anybody want, here is updated silent SFX installer. Contains all 24 languages in which were XP released + Adblock. Mypal is installed to %ProgramFiles%\Mypal + Desktop and Start Menu shortcuts are created. For future updating, just open EXE with WinRAR and update all files from newer Mypal release. This installer is must have for my XP2ESD project where will be included. Now I need to find out how to enable language pack to switch language, seems like nothing happends after click on "Enable" https://www.mediafire.com/file/opvx7nwirymkofz/Mypal-all.exe/file
- 401 replies
-
1
-
- Web Extensions
- userChrome.css
-
(and 3 more)
Tagged with:
-
I finally managed it. Instead browser\extensions it must be Chrome\extensions. Then Mypal see plugins as installed without user touch
- 401 replies
-
1
-
- Web Extensions
- userChrome.css
-
(and 3 more)
Tagged with: