-
Posts
470 -
Joined
-
Last visited
-
Days Won
18
Content Type
Profiles
Forums
Events
Everything posted by George King
-
Why you not use google? EDIT: Second link on google :sleeping_03anim: http://www.thetechguide.com/howto/xpbootlogo/
-
[AddOn] Windows Vista Games AIO (ported to XP)
George King replied to MrNxDmX's topic in WPI, nLite and RVM Addons
I search in Vista BETA for these games and all games are from Vista BETA 2 (Longhorn) 6.0.5231 P.S. if you want update your card games like solitaire etc, you can look here: http://www.winmatrix.com/forums/index.php?/topic/27545-card-option-in-the-vista-games-on-xp/page__view__findpost__p__261535 -
Please think more and less spam forum :sweatingbullets:
-
Add my icon into program in C/C++
George King replied to George King's topic in Scripting and Programming
Thanks a lot N1K, I also working on Launcher program for Minesweeper. I want to have 90% - 100% working Vista games on XP. I´ve fixed some in Shanghai Solitaire and renamed it completly to Mahjong Titans and made it to looks like Vista/7 Mahjong Titans In Minesweeper it will be hard, because i need to know whats wrong with XML settings file... Here is source from Mahjong Titans Launcher, it working, but not 100% because if i run the game for first time launching works 100% But if you exit the game and try it run again, you need do it for 2 times => (2x click on mahjong.exe) x2 Mahjong Titans Launcher.rar P.S. Here is too cold this night if i was smoke on balcony was -22,6 Celsius and in morning was -14,8 Celsius. Brr, too cold... EDIT: I get a idea. But i dont know how to figure it. My idea is save all from tasklist.exe to TXT file and search for mahjong.exe. As i say, im beginner and i dont know how figure it... -
Add my icon into program in C/C++
George King replied to George King's topic in Scripting and Programming
Ok, i -
Add my icon into program in C/C++
George King replied to George King's topic in Scripting and Programming
Nice, it working and its easy. And do you know ho i can make my console program invisible? I really need make my Launcher (for patched game) invisible. EDIT: And do you know how to add files description? Tryied search on google, but nothing found? :crying_anim02: I wan to add company name, description etc... -
Hi, im beginer in C/C++ and i need to add icon into my project, i tryed google, but i cant uderstand how i can do it. Can some write it here step-by-step please?
-
You need to make your own addons :thumbsup_anim:
-
[AddOn] Windows Sidebar v6.0.6002.18005
George King replied to ricktendo's topic in OS Transformation Packs
Here you go: http://www.mediafire.com/file/2nwxnwrjgzm/Ricks_WindowsSidebar6.0.6002.18005_Intl_AlkyXP1.1.7z -
He want HTTP upload/download
-
If you want add support fo Vista/XP, you can do it, after you get fully working program for Windows 7 only - thats my opinion You need to build it step-by-step
-
CMD script not working - FOR issue?
George King replied to George King's topic in Scripting and Programming
Thanks, i modded to look like this, but the setting NAME not working, can you tell me why please? SETLOCAL EnableDelayedExpansion echo. echo Adding registry tweaks to enable RunOnceEx for install SPECIAL Updates... echo. REG LOAD HKLM\Slipstream "%WIM%\Windows\System32\Config\Software" >nul SET ROE=HKLM\Slipstream\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %ROE% /v TITLE /d "Installing updates..." /f >nul REG ADD %ROE% /v Flags /t REG_DWORD /d "00000014" /f >nul REG ADD %ROE% /d "%WinDir%\System32\rundll32.exe %WinDir%\System32\iernonce.dll,RunOnceExProcess" /f >nul cd SpecialUpdates 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!")) copy /Y "%%f" "%WIM%\Windows\Setup\Updates" >nul REG ADD %ROE%\!ROESTR! /ve /d "%%f" /f >nul set "SWITCH=/q" set "FILENAMECHECK=%%f" if /I "!FILENAMECHECK:~0,7!"=="DirectX" ( if /I "!FILENAMECHECK:~-4!"==".exe" ( set "SWITCH=/Q /T:\"%WinDir%\Setup\Updates\DX\" /C:\"%WinDir%\Setup\Updates\DX\dxsetup.exe /silent\"" set "NAME=DirectX SDK")) if /I "!FILENAMECHECK:~0,15!"=="GamesForWindows" ( if /I "!FILENAMECHECK:~-4!"==".exe" ( set "NAME=Games for Windows - LIVE")) if /I "!FILENAMECHECK:~0,11!"=="PlayReadyPC" ( if /I "!FILENAMECHECK:~-4!"==".msi" ( set "SWITCH=/quiet /norestart" set "NAME=PlayReady PC Runtime")) if /I "!FILENAMECHECK:~0,11!"=="Silverlight" ( if /I "!FILENAMECHECK:~-4!"==".exe" ( set "NAME=Microsoft Silverlight")) if /I "!FILENAMECHECK:~0,16!"=="windows-kb890830" ( if /I "!FILENAMECHECK:~-4!"==".exe" ( set "NAME=Malicious Software Removal Tool")) if /I "!FILENAMECHECK:~0,7!"=="wlsetup" ( if /I "!FILENAMECHECK:~-4!"==".exe" ( set "SWITCH=/silent" set "NAME=Windows Live Essentials")) REG ADD %ROE%\!ROESTR! /v "!NAME!" /d "%WinDir%\Setup\Updates\%%f !SWITCH!" /f >nul set /a NUM+=1 ) REG ADD %ROE%\999 /ve /d "Cleaning up..." /f >nul REG ADD %ROE%\999 /v CMD /d "cmd.exe /q /c RmDir /S /Q \"%WinDir%\Setup\Updates\"" /f >nul echo. REG UNLOAD HKLM\Slipstream >nul cd.. EDIT: I forget move REG ADD %ROE%\!ROESTR! /ve /d "%%f" /f >nul down and change %%f to !NAME!. I will try, maybe it will work -
Windows XP Mode & Virtual Pc For Windows 7
George King replied to Jatin Beniwal's topic in Microsoft Windows 7
Now, you can install XP mode on non VT CPU You need to use Update Pack 1.1.3, i will release it today or tomorrow -
True, its from installed XP
-
[AddOn] Windows Sidebar v6.0.6002.18005
George King replied to ricktendo's topic in OS Transformation Packs
Hey, Rick, why you not make ALKY and Gadget Installer true addon? -
cs-CZ FiX: "%AllUsersProfile%\Dokumenty\Obrázky\Ukázky obrázků"
-
All updates are or will be in my 1.1.3 Packs
-
Onepiece XP Post-SP3 AIO Update Pack En-US FINAL
George King replied to nonno fabio's topic in WPI, nLite and RVM Addons
You need to use ESN hotfix: http://www.mediafire.com/?httnomximtq You need to say thanks to Ricktendo- 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
5eraph, I want add the DirectX switch, can you look why it not working? All working, but writing into registry with DX install switch (yes, swith working) wont working. I get error, too much parameters.... Any Ideas? SETLOCAL EnableDelayedExpansion echo. echo Adding registry tweaks to enable RunOnceEx for install SPECIAL Updates... echo. REG LOAD HKLM\Slipstream "%WIM%\Windows\System32\Config\Software" >nul SET ROE=HKLM\Slipstream\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %ROE% /v TITLE /d "Installing updates..." /f >nul REG ADD %ROE% /v Flags /t REG_DWORD /d "00000014" /f >nul REG ADD %ROE% /d "%WinDir%\System32\rundll32.exe %WinDir%\System32\iernonce.dll,RunOnceExProcess" /f >nul cd SpecialUpdates set /a NUM=0 set SWITCH=/q 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!")) copy /Y "%%f" "%WIM%\Windows\Setup\Updates" >nul REG ADD %ROE%\!ROESTR! /ve /d "%%f" /f >nul if "%%f" == "DirectX*.exe" (set SWITCH=/Q /T:\"%WinDir%\Setup\Updates\DX\" /C:\"%WinDir%\Setup\Updates\DX\dxsetup.exe /silent\" set DirectX=1 ) REG ADD %ROE%\!ROESTR! /v %%f /d "%WinDir%\Setup\Updates\%%f %SWITCH%" /f >nul if "%DirectX%" == "1" set SWITCH=/q set /a NUM+=1 ) REG ADD %ROE%\999 /ve /d "Cleaning up..." /f >nul REG ADD %ROE%\999 /v CMD /d "cmd.exe /q /c RmDir /S /Q \"%WinDir%\Setup\Updates\"" /f >nul echo. pause REG UNLOAD HKLM\Slipstream >nul cd.. -
[AddOn] Media Center 2005 (English) January 24 2012
George King replied to ricktendo's topic in OS Transformation Packs
I think he want Media Center from Windows XP SP3... -
[FINAL] Away mode (KB902437) MCE Addon
George King replied to ricktendo's topic in WPI, nLite and RVM Addons
Here you go: http://www.mediafire.com/file/gztozzmy0jm/Ricks_AwayMode-KB902437.7z -
Links are dead...