-
Posts
470 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Events
Everything posted by George King
-
New version 14.0.8117.0416 is out. I think its last version of Windows Live Essentials Wave 3 for XP.
-
I can post link for standalone packages which i downloaded and now uploading for comunity... Both standalone installers are from 7601.16562.100603-1800_Update_Sp_Wave0-B1SP1.0_DVD.iso Download x86 (32-bit) Name: windows6.1-KB976932-x86-INTL.exe Size: 300 593 152 bytes (286 MB) MD5: 251F3B55A1AEAE5BDFD07F1394520BBB http://hotfile.com/dl/54441150/f678d53/ServicePack1X86.rar.html Download x64 (64-bit) Name: windows6.1-KB976932-x64-INTL.exe Size: 562 978 816 bajtů (536 MB) MD5: 639F6DF608E17805F6C61A02A134D8E5 http://hotfile.com/dl/54587939/2ae52ac/ServicePack1X64.rar.html Service Pack 1 Beta including 473 Hotfixes. Complete list and documentation is here: http://hotfile.com/dl/54537545/c30554b/ServicePack1Documents.rar.html
-
Yes, you can burn ISO via UltraISO, than you can boot from disk and all will be ok
-
You need burn ISO to DVD or make bootable USB. You can´t install older OS from newest... You must do clean install - format system drive And you need to slipstream this DP using DP Base http://driverpacks.net/driverpacks/windows/xp/x86/mass-storage
-
CTRL + ALT + DELETE REPLACEMENT FOR XP
George King replied to Flawless02's topic in OS Transformation Packs
I tried to change font, but i know these bug aren -
Can some one tell me, when i can get this image without a text?
-
CTRL + ALT + DELETE REPLACEMENT FOR XP
George King replied to Flawless02's topic in OS Transformation Packs
Sorry for delay, here are screens with bugs... I used latest version of CAD 2010 and i tried translate it into CZECH language And here is language.txt, i think it can help you to fix these bugs... CAD 2010 Edition v1.7 Czech (Če -
Where is version 3.6?
-
Onepiece XP Post-SP3 AIO Update Pack En-US FINAL
George King replied to nonno fabio's topic in WPI, nLite and RVM Addons
For which fix?- 663 replies
-
- updatepack
- nonno fabio
-
(and 2 more)
Tagged with:
-
CTRL + ALT + DELETE REPLACEMENT FOR XP
George King replied to Flawless02's topic in OS Transformation Packs
That sounds nice -
CTRL + ALT + DELETE REPLACEMENT FOR XP
George King replied to Flawless02's topic in OS Transformation Packs
Hello, i want to have support for all languages => when i translate language.txt not all letters are showing correct. Can you add support for all char coding? -
Is here a way how to get old style? It was better for me...
-
[SVCPACK] 2 in 1 QTAddressBar and QTTabBar
George King replied to ricktendo's topic in SVCPACK Addons
Link is dead...? -
[Addon] .NET 4.0 framework TRUE addon
George King replied to nonno fabio's topic in WPI, nLite and RVM Addons
I think, its independent -
WinStyle 2009 Gadget for Windows Sidebar
George King replied to George King's topic in Windows WinStyle 2009
Added multilanguage version... -
I build easy gadget for browsing Windows WinStyle "homepages". If you don´t have Windows Sidebar for XP, you can get it here Download: en-US http://winstyle.ic.cz/data/en-us/WinStyle.gadget Multilanguage - cs-CZ, en-US, nl-NL, ru-RU http://winstyle.ic.cz/data/WinStyle.gadget Please try it and report if it working 100%
-
CPU & GPU detection script for sysdm.cpl
George King replied to George King's topic in Windows WinStyle 2009
Script Updated with reported CPUs... -
CPU & GPU detection script for sysdm.cpl
George King replied to George King's topic in Windows WinStyle 2009
Thanks, please run this script in work/school or on your friends coputers. We need know all CPUs which are possible -
Hello every one, 5eraph wrote for us script which can detect CPU & GPU. I need users which can test it. Extract Script_v2.7z then run Test_script.cmd and make screenshot. I really need it for adding correct Logos into sysdm.cpl Here is CPU list on which i need run this script, but others CPUs are also good AMD CPUs Athlon Athlon\64 Athlon\FX Athlon\X2 Athlon\XP Opteron Phenom Phenom\FX Phenom\II Sempron Turion Intel CPUs ATOM Celeron Celeron\D CENTRINO CENTRINO\2 CENTRINO\2\vPRO CENTRINO\ATOM Core Core\2 Core\2\Duo Core\2\Extreme Core\2\Quad Core\2\vPRO Core\I7 Pentium Pentium\4 Pentium\4\Extreme Pentium\4\HT Pentium\4\HT\Extreme Pentium\4\HT Pentium\4 Pentium\D Pentium\Extreme Xeon
-
Onepiece XP Post-SP3 AIO Update Pack En-US FINAL
George King replied to nonno fabio's topic in WPI, nLite and RVM Addons
Are you sure, you are using clean Windows XP Installation with SP3? And for this pack you need ENU installation or make your own Update Pack (all updates are needed) with OnePiece Tool http://www.wincert.net/forum/index.php?/topic/7027-tool-update-pack-addon-creator-intl/- 663 replies
-
- updatepack
- nonno fabio
-
(and 2 more)
Tagged with:
-
CMD script not working - FOR issue?
George King replied to George King's topic in Scripting and Programming
Ok, can you again help me please? I need add "fix" which will skip HTML and TXT files. Can you help me? I dont know how i can figure it... set /a NUM=0 if not exist "%WIM%\Windows\Setup\Updates" mkdir "%WIM%\Windows\Setup\Updates" >nul FOR %%f IN ("*.*") DO ( set /a ROENUM=!NUM!*5 If !ROENUM! LSS 10 (set "ROESTR=00!ROENUM!") ELSE ( If !ROENUM! LSS 100 (set "ROESTR=0!ROENUM!") ELSE ( set "ROESTR=!ROENUM!")) set "SWITCH=/q" set "NAME=%%f" set "FILENAMECHECK=%%f" if /I "!FILENAMECHECK:~-4!"==".exe" ( if /I "!FILENAMECHECK:~0,7!"=="DirectX" ( set "SWITCH=/Q /T:\"%WinDir%\Setup\Updates\DX\" /C:\"%WinDir%\Setup\Updates\DX\dxsetup.exe /silent\"" set "NAME=DirectX Redistributable") if /I "!FILENAMECHECK:~0,15!"=="GamesForWindows" ( set "NAME=Games for Windows - LIVE") if /I "!FILENAMECHECK:~0,11!"=="Silverlight" ( set "NAME=Microsoft Silverlight") if /I "!FILENAMECHECK:~0,16!"=="windows-kb890830" ( set "NAME=Malicious Software Removal Tool") if /I "!FILENAMECHECK:~0,7!"=="wlsetup" ( set "SWITCH=/silent" set "NAME=Windows Live Essentials") if /I "!FILENAMECHECK:~0,8!"=="rootsupd" ( set "NAME=Root Certificates Update") if /I "!FILENAMECHECK:~0,4!"=="msse" ( set "MSSE=1" set "NAME=Microsoft Security Essentials" "%%f" /Q /X:"%WIM%\Windows\Updates\MSSE" set "SWITCH=MSSE\setup.exe /s /runwgacheck /o") ) if /I "!FILENAMECHECK:~0,11!"=="PlayReadyPC" ( if /I "!FILENAMECHECK:~-4!"==".msi" ( set "SWITCH=/quiet /norestart" set "NAME=PlayReady PC Runtime")) if /I "!MSSE!"=="1" (REG ADD %ROE%\!ROESTR! /ve /d "!NAME!" /f >nul REG ADD %ROE%\!ROESTR! /v "!NAME!" /d "%WinDir%\Setup\Updates\!SWITCH!" /f >nul) ELSE (REG ADD %ROE%\!ROESTR! /ve /d "!NAME!" /f >nul REG ADD %ROE%\!ROESTR! /v "!NAME!" /d "%WinDir%\Setup\Updates\%%f !SWITCH!" /f >nul) copy /Y "%%f" "%WIM%\Windows\Setup\Updates" >nul set /a NUM+=1 ) -
Windows WinStyle 2009 - Translation project
George King replied to George King's topic in Windows WinStyle 2009
No, russian made update, i -
Necesito WindowsXP-KB976002-x86-ESN.exe
George King replied to ricktendo's topic in Questions and Help
Hey Rick, i searched on google and many peoles get this update... Why i cant see it on Microsoft Update? I have all updates installed... Yes I from europe - Czech Republic... -
But with which version? XP, 2003, 2007 or 2010?
-
Windows WinStyle 2009 - Translation project
George King replied to George King's topic in Windows WinStyle 2009
I