
Aaron
PatronContent Type
Profiles
Forums
Events
Everything posted by Aaron
-
I explained how to fix it in this post: http://www.msfn.org/board/index.php?showtopic=27037
-
Leave them there otherwise setup will ask you to insert a disk containing Windows XP SP2
-
Hotfixes For Windows XP Professional SP2
Aaron replied to Aaron's topic in Unattended Windows 2000/XP/2003
RyanVM - email it, I'll host and bittorrent it on the .NET Framework 1.1 page so visitors don't have to read through a daunting 20 page thread (include instructions too!) -
Download
-
Its got the auto-reconnect feature, which it does in 20 attempts. I don't think XP's mstsc.exe does this. I haven't tried the remote desktop client for XP SP2 which was posted on Microsoft Downloads just recently though.
-
This is a list of all the critical hotfixes you need for Windows XP Professional SP2 32-bit. Recommended Updates are excluded from this list as they are not always needed for every system, whereas the Critical Updates should be installed for every system. This list will be updated regularly and old ones removed when a newer hotfix supersedes it. KB867460 (30th August 2004) .NET Framework 1.1 Service Pack 1 Download - 10.2 MB Note: Only required if you have .NET Framework 1.1 installed. Switches: See this page. KB N/A (2nd September 2004) Windows Script 5.6 for Windows 2000 and XP Download - 661 KB Switch: /Q:A /R:N
-
http://www.cdshell.org/download/download.html ?
-
I'm replacing it with Metapad, and the Windows Server 2003 Remote Desktop client
-
CD Eject batch executed before this (Because of WFP, and I'm not patching mine!): cmdow @ /HID shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..." net user aspnet /delete REN %windir%\System32\dllcache\notepad.exe notepad.old COPY "%systemdrive%\install\notepad.exe" "%windir%\System32\dllcache\" REN %windir%\System32\notepad.exe notepad.old COPY "%systemdrive%\install\notepad.exe" "%windir%\System32\" REN %windir%\notepad.exe notepad.old COPY "%systemdrive%\install\notepad.exe" "%windir%" REN %windir%\System32\dllcache\mstsc.exe mstsc.old COPY "%systemdrive%\install\mstsc.exe" "%windir%\System32\dllcache\" REN %windir%\System32\mstsc.exe mstsc.old COPY "%systemdrive%\install\mstsc.exe" "%windir%\System32\" REN %windir%\System32\dllcache\mstscax.dll mstscax.old COPY "%systemdrive%\install\mstscax.dll" "%windir%\System32\dllcache\" REN %windir%\System32\mstscax.dll mstscax.old COPY "%systemdrive%\install\mstscax.dll" "%windir%\System32\" DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk" DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk" DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk" DEL "%UserProfile%\Start Menu\Programs\Windows Media Player.lnk" DEL "%UserProfile%\Desktop\Flashget.lnk" DEL "%AllUsersProfile%\Start Menu\Programs\Windows Movie Maker.lnk" DEL "%AllUsersProfile%\Start Menu\Programs\Adobe Reader 6.0.lnk" DEL "%AllUsersProfile%\Desktop\Java Web Start.lnk" DEL "%AllUsersProfile%\Desktop\Adobe Reader 6.0.lnk" DEL "%AllUsersProfile%\Desktop\Alcohol 120%.lnk" DEL "%systemroot%\*.bmp" DEL "%systemroot%\Web\Wallpaper\*.jpg" DEL "%systemroot%\system32\dllcache\*.scr" DEL "%systemroot%\system32\*.scr" RD /S /Q "%AllUsersProfile%\Start Menu\Programs\PrintMe Internet Printing" RD /S /Q "%AllUsersProfile%\Start Menu\Programs\Java Web Start" RD /S /Q "%systemroot%\Cache\Adobe Reader 6\" RD /S /Q %systemdrive%\drivers\ RD /S /Q %systemdrive%\install\
-
I would use rockets, you might not get an accurate hit on the small blue orb with something as big as the BFG. Use chaingun or machine gun for the lights, you need to accurately hit them too, shotgun is a bit too spread out.
-
Because he has %CDROM%\$OEM$\DeleteRegistryFiles.reg in his cleanup.cmd file (notice the %CDROM%) Bloodstalker, the correct way of executing the reg file is regedit /S %CDROM%\$OEM$\DeleteRegistryFiles.reg otherwise you'll get a prompt asking if you want to import the entries. DEL doesn't work on folders, use RD /S /Q %systemdrive%\install\ and this should be the very last line (even after your registry command)
-
Shoot the flying lights with chaingun, then fire rockets on the Blue ball thing that appears on the top of the monster when he's spawning more of those flying lights. A few rocket hits should kill him
-
cmdlines.txt, am i doin this correct?
Aaron replied to dienkhung's topic in Unattended Windows 2000/XP/2003
Lots if misinformation here - RunOnceEx.cmd should not be executed from winnt.sif's [GuiRunOnce] as it won't execute straightaway (you would have to reboot again!) unless you added rundll32.exe iernonce.dll,RunOnceExProcess to the end of the file. The cmdlines.txt file looks fine. The actual RunOnceEx will begin on first logon. -
Runceoneex scroll or windowed
Aaron replied to Coolsights2000's topic in Unattended Windows 2000/XP/2003
I once posted a method to launch another RunOnceEx process (once the first list has finished) with the 2nd half of entries for people who have too many entries. Don't know if anybody's tested it though -
Make a log file by doing Setup.exe -s -f2"%systemdrive%\software.log"
-
Does *anyone* actually get the .NET Framework 1.1 SP1 notification in AutomaticUpdates? I have no Automatic Update related tweaks in effect, and still don't get a notification.
-
Yes it works, but your notepad replacement will only be put in the System32 directory, not the Windows or dllcache folders.
-
Yep, its the best tweaking program around, although I don't use it anymore... all my favourite tweaks are put into a reg file
-
I downloaded Koepi's XviD 1.0.2 (http://www.roeder.goe.net/cgi-bin/fetch?file=XviD-1.0.2-29082004.exe) and the switches still work. Where did you download yours from?
-
It depends on what application readme.doc is opened in. If its Wordpad it would be wordpad.exe Microsoft Word, WinWord.exe
-
The complete unattended guide as a pdf-file...
Aaron replied to SwedenXP's topic in Unattended Windows 2000/XP/2003
http://unattended.msfn.org/xp/files/Unattended_XP_CD_PDF.zip The SP2 updated PDF won't be done until the first critical hotfix comes out so I can rewrite the guide. -
If you looked in the About window of the installer, you can see it uses Inno Setup: http://unattended.msfn.org/xp/applications/innosetup.htm, therefore, its: XviD-1.0.1-05062004.exe /VERYSILENT /SP-
-
I hear nVidia's TV-out is lousy, so its all ATi for me
-
Please stop capitalizing topic titles, I've already edited two of yours.
-
Yes its possible, using Bart's PE: http://www.nu2.nu/pebuilder