Content Type
Profiles
Forums
Events
Everything posted by Incroyable HULK
-
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
-
KB828035 not installing properly...
Incroyable HULK replied to Zxian's topic in Unattended Windows 2000/XP/2003
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 -
KB828035 not installing properly...
Incroyable HULK replied to Zxian's topic in Unattended Windows 2000/XP/2003
Try this: KB828035.exe /passive /norestart /quiet -
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"
-
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
-
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.
-
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
-
Want me to find it for you? FINE give me a couple minutes...
-
This has been discussed before. Take a look in the Multi-Boot section of the Forum and use the Search function
-
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...
-
winnt.sif CD for 3 machines
Incroyable HULK replied to Tinywoods's topic in Unattended Windows 2000/XP/2003
I agree, go for Multi-Boot! Much more flexible -
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...
-
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\"
-
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)
-
YEAHHHH me too. How come there is no PC manufacturer able to do this?
-
Have you seen this! http://www.apple.com/macmini/
-
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.
-
hidden batch command
Incroyable HULK replied to nightmeare's topic in Unattended Windows 2000/XP/2003
Yes that's true but you can also say it is safer this way. Nobody can steal your code... -
hidden batch command
Incroyable HULK replied to nightmeare's topic in Unattended Windows 2000/XP/2003
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