http://www.softwarepatch.com/windows/xpvirtualcd.html, or
http://www.theeldergeek.com/slipstreamed_xpsp1_cd.htm, or
http://www.theeldergeek.com/slipstreamed_xpsp2_cd.htm, or
http://www.techtv.com/screensavers/answerstips/story/0,24330,3426623,00.html
A note on this process:
Older versions of Internet Explorer would accept strips of images
220 pixels wide and 22 pixels high, meaning the film strips were flipped on their side.
If you find any throbbers on the Internet with this format, do not try to use them. They
will not work with current versions of Internet Explorer.
File name: Shutdown.bat Info put into the file: c:\windows\system32\shutdown -s -t 5 -c "Oh Nooooooo.... I'm shutting down!!!!" File name: Reboot.bat Info put into the file: c:\windows\system32\shutdown -r -t 0
File name: Wipe.bat Info put into the file: cmd /c "cd %userprofile%\Recent && echo y| del *.*"
Tools->Options->General tab->Allow starting in Reading Layout check box
w32tm /config /syncfromflags:manual /manualpeerlist:tick.ucla.edu
w32tm /config /update
@ECHO Off title Backup your stuff REM ###################################################################################### REM REM Using WinRAR to make a backup of user data, compress it and put the file REM someplace we like for later burning to CD, move to a file share, whatever. REM REM ###################################################################################### REM REM WinRAR.exe = The WinRAR program and it's location. REM REM A = Command telling WinRAR to add to/create an archive. REM REM -AG-YYYY-MM-DD = Add "-Year-Month-Day" to the archive name. REM (It'll look like this: Desktop-2006-07-03.rar) REM REM -P = Password the files. REM -P - You will be asked to enter a password, and again to confirm. REM -Pabc123 - The "abc123" (or whatever you put there) is your password. REM You wont get asked to confirm. REM REM c:\temp\Backup = The location of our final backups. REM REM ****** NOTE ****** REM You want to set this to whatever location you like further down in this file. REM Also, the directory needs to exist. REM REM %SYSTEMDRIVE% = The main drive (normally c:\). REM %username% = Your "home" directory (normally c:\Documents and Settings\your_login_name). REM REM ****** NOTE ****** REM The text "%SYSTEMDRIVE%" is fine to use. You DO NOT have to change it to REM "c:\". Also, the text "%username%" is good to use. To test click on REM Start->Run... and enter %SYSTEMDRIVE% then click "OK" or enter REM "%SYSTEMDRIVE%\Documents and Settings\%username%". REM REM NOTE: REM Outlook.......... The higher end email program from Microsoft. REM Outlook Express.. The lower end email program free from Microsoft. REM Desktop.......... Some folks put files or links directly onto their Desktop. REM Favorites........ Your Internet Explorer Favorites. REM My Documents..... Your Documents and Pictures. REM SendTo........... Special programs or locations you send files to. REM Start Menu....... Links to special programs you use. REM Firefox.......... A free browser. REM REM Don't forget to add other stuff you want to backup. REM REM ###################################################################################### REM ###### The location of our final backups ###### set BackupDir=c:\temp\Backup REM ###### The main directory location ###### set MainDir=%SYSTEMDRIVE%\Documents and Settings\%username% REM ######### Stop Outlook ######### REM To copy the Outlook .pst file(s) we need to kill Outlook if it's running then we can grab REM the file(s) at the end of this BAT file. ECHO. ECHO Killing Outlook (if it's running)... ECHO. "C:\WINDOWS\system32\taskkill.exe" /IM outlook.exe REM ######### Stop Outlook Express ######### REM We need to kill (just in case we're running it instead) Oulook Express for the same reasons. ECHO. ECHO Killing Outlook Express (if it's running)... ECHO. "C:\WINDOWS\system32\taskkill.exe" /IM msimn.exe REM ######### Copy Desktop files. ######### ECHO. ECHO Copy your stuff on your "Desktop"... ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\Desktop "%MainDir%\Desktop" REM ######### Copy Favorites files. ######### ECHO. ECHO Copy your "Favorites" (bookmarks)... ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\Favorites "%MainDir%\Favorites" REM ######### Copy My Documents files. ######### ECHO. ECHO Copy your "My Documents" files... ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\MyDocuments "%MainDir%\My Documents" REM ######### Copy Send To files. ######### ECHO. ECHO Copy your "Send To" items... ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\SendTo "%MainDir%\SendTo" REM ######### Copy Start Menu files. ######### ECHO. ECHO Copy your "Start Menu" items... ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\StartMenu "%MainDir%\Start Menu" REM ######### Copy Firefox files. ######### ECHO. ECHO Copy your "Firefox" (bookmarks) files. ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\FireFox "%MainDir%\Application Data\Mozilla\Firefox\Profiles" REM ######### Copy Outlook files. ######### ECHO. ECHO Get the Outlook ".pst" file. ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\Outlook "%MainDir%\Local Settings\Application Data\Microsoft\Outlook\*.pst" REM ######### Copy Outlook Express files. ######### ECHO. ECHO Finally get the Outlook Express ".dbx" files. ECHO. "C:\Program Files\WinRAR\WinRAR.exe" A -AG-YYYY-MM-DD -P %BackupDir%\OutlookExpress "%MainDir%\Local Settings\Application Data\Identities" REM ######################### ( End ) ################################################
|
|
Ok.. so I put this wayyy down at the bottom of this web page. I'm not going to put this on all my pages. This is a test to see if this PayPal stuff works. And no, I don't expect anyone to actually toss a buck or two my way as a thank you for all the work I've done on this site (Hmmm... feel guilty yet?). I did after all put this together for my own use. Anyway, here's the link: