Jump to content

Incroyable HULK

Patron
  • Posts

    1,279
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by Incroyable HULK

  1. I added KB873374 -› Microsoft GDI+ Detection Tool in the list of Windows XP SP2 since it was showing up on Windows update after a clean install (with Office 2003) Of course, you can still import this registry tweak instead: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetectionTool] "GDITool"=dword:00000001
  2. So /U /O /N /Z is not working with Windows XP SP1? If so I will correct my Hotfixes thread... EDIT: Ah ok! the /U is not supported! Switches: KB828035.exe /Q /O /N /Z
  3. Try this: KB828035.exe /passive /norestart /quiet
  4. There is an other method than the registry. Here is my suggestion: Go into Display Property where you can ajust the Wallpaper, Screensaver, etc. Return to the Theme tab and select Save as... Next, put this custom .theme file in $OEM$\$$\Resources\Themes Next you'll add this to your Winnt.sif [Shell] CustomDefaultThemeFile="%WinDir%\Resources\Themes\xxx.theme"
  5. Is this what you are looking for? CLS @ECHO OFF TITLE ISO cdimage.exe -l"WXPSP2EN" -t"08/23/2001,09:00:00" -h -j1 -b"Microsoft Corporation.img" -o -w1 -m "..\WinXP SP2 EN" "..\ISO\WinXP SP2 EN.iso" EXIT
  6. USB + BOOT that's it I've searched in this forum and on the web... I didn't post all the link on this forum going to the same place.
  7. 1) http://www.msfn.org/board/index.php?showto...465&hl=USB+boot 2) http://www.weethet.nl/english/hardware_bootfromusbstick.php 3) http://h18007.www1.hp.com/support/files/hp...load/20306.html 4) http://forum.ezbsystems.net/cgi-bin/ikonbo...309;hl=usb+boot
  8. Want me to find it for you? FINE give me a couple minutes...
  9. This has been discussed before. Take a look in the Multi-Boot section of the Forum and use the Search function
  10. Ok, Here is my contribution: You'll have to check in the Application switches forum. There is no standard way of doing what you are asking for because most installer differ one from another. Read, read, and use the search function You can use Quick Batch File Compiler to convert your .cmd to .exe. This way nobody can read or decompile your files. One way of doing it is to go into Display Property where you can ajust the Wallpaper, Screensaver, etc.Return to the Theme tab and select Save as... Next, put this custom .theme file in $OEM$\$$\Resources\Themes Also, add your background image in $OEM$\$$\Web\Wallpaper Next you'll add this to your Winnt.sif [Shell] CustomDefaultThemeFile="%WinDir%\Resources\Themes\xxx.theme" Here is a part: ;Display My Computer / Network Favorite / My Documents on the desktop [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000 "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000 BTW, your thread is way too long. you won't get all the answers this way since most of the member will give up reading...
  11. I agree, go for Multi-Boot! Much more flexible
  12. Why are you posting link already present on the first page?
  13. If you are making primary partitions, they will follow each other C: D: E: F: etc... If you are making primary + logical partition it will be like this: C: PRIMARY D: LOGICAL, etc... and if there is other primary partition, they will be placed after the logical partition E: PRIMARY, etc...
  14. with WinXP SP2, you can "integrate" the hotfixes in the svcpack.inf and scvpack folder. You can still do it manually if you want to...
  15. For the Removal tool KB890830 you'll have to add it manually in your svcpack.inf with this syntax: KB890830 /q This one doesn't support the /integrate: option
  16. If you want to move the default location of: Program Files Common Program Files Documents and Setting you have to partition and format the drive BEFORE running the Unattended Setup because only the Windows destination drive gets formated. [Unattended] ProgramFilesDir="D:\Program Files" CommonProgramFilesDir="D:\Program Files\Common Files" [GuiUnattended] ProfilesDir="E:\Documents and Settings\"
  17. Yes I know... I was selling some PIII of that size a few years ago ... but they look so CRAPPY compared to a MAC (and the price tag is just perfect)
  18. YEAHHHH me too. How come there is no PC manufacturer able to do this?
  19. Have you seen this! http://www.apple.com/macmini/
  20. Watch out for KB890830 which only require /q EDIT: this one has to be integrated manually to svcpack.inf since it doesn't support the /integrate: option. C R A P RE-EDIT: this Removal Tool will be updated on the second tuesday of every month... maybe this is why we can't integrate this one.
  21. I have added the two new hotfixes for Windows XP SP2.
  22. Small tips: With Nero 6.6 there is an option for "SHORT LEADOUT" which is giving an extra 12Mo of space. I am currently burning 714Mo on Maxell CD-R 700Mo. Also there is some 850Mo CD Media Available. For example, I have some BIT VIDEO VCD-R 99min. 850Mo. I had a chance to test once with these and it seems to be working perfectly... but I'll have to do more test before I give a solid recommendation.
  23. Yes that's true but you can also say it is safer this way. Nobody can steal your code...
  24. Take note that some of us weren't able to launch a compiled batch to .exe (using Quick Batch File Compiler) from cmdlines.txt so the workaround is to launch from winnt.sif: [GuiRunOnce] %systemdrive%\Install\RunOnceEx.exe
×
×
  • Create New...