Jump to content

Professor Frink

Member
  • Posts

    302
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Professor Frink

  1. Based on what I read on another thread, I added the adminpak to my Server 2003 installation:

    start /wait \\server\adminpak\adminpak.msi /Qn

    But during the installation I keep getting this box (although I blurred out the line that shows my server address) :

    adminkpak.JPG

    I'm not sure, but I think that it is related to Internet security being set to High by default (that message looks familiar to what I've seen when downloading things). Which is a curious coincidence, since I was also going to request a tweak to change that setting to Medium during the unattended installation. Any thoughts?

    On a side note -- is there any real danger in dropping Internet security to Medium? High seems like overkill....

  2. Early next year I will be replacing about a half-dozen servers, and the new ones will have Server 2003. I'm OK with making an unattended installation, and with doing visual tweaks and such.

    But I want to make sure that I set everything correctly for the sake of security and performance. So can someone maybe link me to a page that spells out recommended settings for Server 2003? You know, turning on/off certain services, that sort of thing. And since I know that it all depends on what the server will be doing:

    - Five will be straight file/print servers.

    - One will be file/print, plus a secondary WINS server.

    - One will be a primary WINS server, plus an application server, running a few things like McAfee ePO and Shavlik's HFNETCHK Pro. Thus it will also be running IIS and SQL.

    - No domain controllers, no DHCP, no DNS.

    I guess this includes unattend.txt, plus post-installation settings. Thanks for any input! :)

    EDIT -- After posting this, I found the "Windows NT4/2000/2003" page on the forum. Sorry, I guess I posted this thread in the wrong place. :whistle:

  3. I have a batch file that runs upon first logon for every new user. It applies some visual reg tweaks, and the user needs to login again for it to take effect. Is there some way to make a message box pop up informing the user to logout and log back in? i'm not sure how to create that. Does it have to invlove the messenger service, or can it be done a different way?

    I want a simple message window that says something, then has an "OK" button.

  4. I tried iTunes, but it only seems to export your library as XML, and it can't be opened by itself as a standalone document (if I open it in IE, I see all the tags and everything).

    Anything else I should try? Like I said, I want to be able to export to a standalone file that can be opened independent of the parent program.

  5. I used to use this one:

    MP3 Manager

    But it doesn't seem to work right in XP, so I'm looking for another one. I prefer something simple and free. It doesn't need to be a media player or anything like that -- just something that will import all of your mp3 files (from CD or wherever), let you sort them, and export to a file (HTML, Text, etc).

    Any ideas?

  6. I'm usually running more than one install at a time, through a switch. But is there any possible reason wy that would matter? Obviously, each one has its own IP address and hostname.

    But if I understand the whole process correctly, once the initial copying of files is done at the beginning, everything is being done locally on the workstation, right up until post.bat launches and the programs start installing from the server. But like I said, it's not that the program installation is having a problem -- post.bat sometimes doesn't even launch at all.

    So is there any reason why my network setup, with multiple installations, could be causing this weirdness?

  7. Maybe the two are conflicting, I'm not sure. But the reason I did this:

    ;-----Set up large fonts for all users upon first logon-----
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    "lgfonts"="c:\\WINNT\\lgfonts.bat"

    was so that lgfonts.bat runs upon fist logon for every user (it only takes about a half of a second to run). It was the only way I could get that tweak to work for all users, and I really needed that to work.

    You want more weirdness? It never used to cause a conflict. I had that in there during months of testing, and post.bat always ran. Now it's hit-and-miss.

    Oh well. If I can't figure it out, it's not a huge loss -- I can just manually launch post.bat. It could be a pain since I'm scripting over 100 workstations, but I can live with it if I have to.

    Thanks for your input, though, XtremeMaC. :)

  8. Well, here are all of the relevant files, I think. The really large one I put as an attachment. For now I'm ignoring post.bat, because it doesn't even launch, so there can't be a problem in that file.

    cmdlines.txt

    [Commands]
    ".\net user administrator"


    "REGEDIT /S tweaks.reg"

    svcpack.inf

    [Version] 
    Signature="$Windows NT$"
    MajorVersion=5
    MinorVersion=1
    BuildNumber=2600

    [SetupData]
    CatalogSubDir="\i386\Update"

    [ProductCatalogsToInstall]

    [SetupHotfixesToRun]
    JS56NEN.exe /Q:A /R:N
    823182.exe /Q /N /Z
    823353.exe /Q:A /R:N
    824105.exe /Q /N /Z
    824141.exe /Q /N /Z
    825119.exe /Q /N /Z
    826939.exe /Q /N /Z
    828035.exe /Q /N /Z
    828741.exe /Q /N /Z
    835732.exe /Q /N /Z
    837001.exe /Q /N /Z
    839645.exe /Q /N /Z
    840315.exe /Q /N /Z
    840374.exe /Q /N /Z
    841873.exe /Q /N /Z
    842773.exe /Q /N /Z
    867801.exe /Q:A /R:N
    DX9NTopk.exe
    WMP9MM2.exe
    828026.exe /Q /N /Z
    873374.exe /Q:A /R:N
    qchain.exe

    unattend.txt

    ;SetupMgrTag
    [Data]
       AutoPartition=1
       MsDosInitiated="0"
       UnattendedInstall="Yes"

    [Unattended]
       UnattendSwitch="yes"
       UnattendMode=FullUnattended
       OemSkipEula=Yes
       OemPreinstall=Yes
       TargetPath=\WINNT
       Hibernation=no
       FileSystem=ConvertNTFS
       ExtendOEMPartition=1
       DriverSigningPolicy=Ignore
       OEMPnPDriversPath="WINNT\Drivers\GX270\1Chipset\INF;WINNT\Drivers\GX270\2Network\Pro1000\WinXP;WINNT\Drivers\GX270\3Video\GeFor64\6176;WINNT\Drivers\GX270\4Audio\ADI198x\SMAXWDM\W2K_XP;WINNT\Drivers\GX270\5Monitor\1901FP"

    [GuiUnattended]
       AdminPassword="********"
       EncryptedAdminPassword=NO
       AutoLogon=Yes
       AutoLogonCount=1
       OEMSkipRegional=1
       TimeZone=35
       OemSkipWelcome=1

    [UserData]
       ProductID=********
       FullName=********
       OrgName=********
       ComputerName=********

    [Display]
       BitsPerPel=16
       Xresolution=1280
       YResolution=1024
       Vrefresh=60

    [Components]
       msnexplr=off
       msmsgs=off
       Freecell=off
       Hearts=off
       Minesweeper=off
       Pinball=off
       Solitaire=off
       Spider=off
       ZoneGames=off

    [TapiLocation]
       CountryCode=1
       AreaCode=717

    [FavoritesEx]
       Title1="Google.url"
       URL1="http://www.google.com/"

    [Branding]
       BrandIEUsingUnattended="Yes"

    [SetupMgr]
       DistFolder=c:\winxp\I386
       DistShare=winxp$

    [Identification]
       JoinDomain=********
       DomainAdmin=********
       DomainAdminPassword=********

    [Networking]
       InstallDefaultComponents=No

    [NetAdapters]
       Adapter1=params.Adapter1

    [params.Adapter1]
       INFID=*

    [NetClients]
       MS_MSClient=params.MS_MSClient

    [NetServices]
       MS_SERVER=params.MS_SERVER

    [NetProtocols]
       MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]
       DNS=No
       DNSSuffixSearchOrder=********
       UseDomainNameDevolution=No
       EnableLMHosts=Yes
       AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]
       SpecificTo=Adapter1
       DHCP=No
       IPAddress=********
       SubnetMask=255.255.255.0
       DefaultGateway=********
       DNSServerSearchOrder=********
       WINS=Yes
       WinsServerList=********
       NetBIOSOptions=0

    [GuiRunOnce]
       %systemdrive%\post.bat

    There is one part of tweaks.reg that might seem odd:

    ;-----Set up large fonts for all users upon first logon-----
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce]
    "lgfonts"="c:\\WINNT\\lgfonts.bat"

    I do that because the high resolution needs large fonts, and I want it to be automatic for every new user (and those reg tweaks don't work from tweaks.reg). So in the $$ folder I have lgfonts.bat:

    @echo off

    regedit /s C:\WINNT\lgfonts.reg

    :end

    and that calls lgfonts.reg

    Windows Registry Editor Version 5.00 



    ;-----Use large Windows fonts-----

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager]
    "WCreatedUser"="1"
    "LoadedBefore"="1"
    "SizeName"="LargeFonts"
    "ThemeActive"="1"
    "LastUserLangID"="1033"
    "DllName"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
     74,00,25,00,5c,00,52,00,65,00,73,00,6f,00,75,00,72,00,63,00,65,00,73,00,5c,\
     00,74,00,68,00,65,00,6d,00,65,00,73,00,5c,00,4c,00,75,00,6e,00,61,00,5c,00,\
     4c,00,75,00,6e,00,61,00,2e,00,6d,00,73,00,73,00,74,00,79,00,6c,00,65,00,73,\
     00,00,00
    "ColorName"="NormalColor"

    [HKEY_CURRENT_USER\Control Panel\Appearance\New Schemes\Current Settings SaveAll\Sizes\0]
    "Font #0"=hex:f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,\
     00,00,01,00,00,00,00,54,00,72,00,65,00,62,00,75,00,63,00,68,00,65,00,74,00,\
     20,00,4d,00,53,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "Font #1"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,\
     00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "Font #2"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
     00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "Font #4"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
     00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "Font #5"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
     00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "Font #3"=hex:f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
     00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "Size #0"=hex(b):01,00,00,00,00,00,00,00
    "Size #1"=hex(b):11,00,00,00,00,00,00,00
    "Size #2"=hex(b):11,00,00,00,00,00,00,00
    "Size #3"=hex(b):12,00,00,00,00,00,00,00
    "Size #4"=hex(b):19,00,00,00,00,00,00,00
    "Size #5"=hex(b):11,00,00,00,00,00,00,00
    "Size #6"=hex(b):11,00,00,00,00,00,00,00
    "Size #7"=hex(b):12,00,00,00,00,00,00,00
    "Size #8"=hex(b):13,00,00,00,00,00,00,00
    "Flat Menus"=dword:00000001
    "Color #0"=dword:00c8d0d4
    "Color #1"=dword:00984e00
    "Color #2"=dword:00e35400
    "Color #3"=dword:00df967a
    "Color #4"=dword:00ffffff
    "Color #5"=dword:00ffffff
    "Color #6"=dword:00000000
    "Color #7"=dword:00000000
    "Color #8"=dword:00000000
    "Color #9"=dword:00ffffff
    "Color #10"=dword:00c8d0d4
    "Color #11"=dword:00c8d0d4
    "Color #12"=dword:00808080
    "Color #13"=dword:00c56a31
    "Color #14"=dword:00ffffff
    "Color #15"=dword:00d8e9ec
    "Color #16"=dword:0099a8ac
    "Color #17"=dword:0099a8ac
    "Color #18"=dword:00000000
    "Color #19"=dword:00f8e4d8
    "Color #20"=dword:00ffffff
    "Color #21"=dword:00646f71
    "Color #22"=dword:00e2eff1
    "Color #23"=dword:00000000
    "Color #24"=dword:00e1ffff
    "Color #25"=dword:00b5b5b5
    "Color #26"=dword:00800000
    "Color #27"=dword:00ff953d
    "Color #28"=dword:00ebb99d
    "Color #29"=dword:00c56a31
    "Color #30"=dword:00d8e9ec
    "Contrast"=dword:00000000

    [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
    "BorderWidth"="0"
    "CaptionFont"=hex:e8,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,\
     00,00,00,01,00,00,00,00,54,00,72,00,65,00,62,00,75,00,63,00,68,00,65,00,74,\
     00,20,00,4d,00,53,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "CaptionHeight"="-432"
    "CaptionWidth"="-276"
    "IconFont"=hex:f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
     00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "IconSpacing"="-1368"
    "IconTitleWrap"="1"
    "IconVerticalspacing"="-1368"
    "MenuFont"=hex:f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,\
     00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "MenuHeight"="-288"
    "MenuWidth"="-276"
    "MessageFont"=hex:f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
     00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "ScrollHeight"="-288"
    "ScrollWidth"="-288"
    "Shell Icon BPP"="16"
    "SmCaptionFont"=hex:f1,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,\
     00,00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "SmCaptionHeight"="-288"
    "SmCaptionWidth"="-288"
    "StatusFont"=hex:f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,\
     00,00,00,01,00,00,00,00,54,00,61,00,68,00,6f,00,6d,00,61,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    "Shell Icon Size"="48"
    "AppliedDPI"=dword:00000078
    "MinAnimate"="1"

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU]
    "MRUListEx"=hex:00,00,00,00,ff,ff,ff,ff
    "0"=hex:14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,2f,\
     41,3a,5c,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\0]
    "ViewView2"=hex:1c,00,00,00,04,00,00,00,00,00,04,00,00,00,90,00,00,00,00,00,01,\
     00,00,00,ff,ff,ff,ff,f0,f0,f0,f0,14,00,03,00,90,00,00,00,00,00,00,00,30,00,\
     00,00,fd,df,df,fd,0f,00,04,00,20,00,10,00,28,00,3c,00,00,00,00,00,01,00,00,\
     00,02,00,00,00,03,00,00,00,f0,00,80,00,a0,00,a0,00,00,00,00,00,01,00,00,00,\
     02,00,00,00,03,00,00,00,ff,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\MUICache]
    "LangID"=hex:09,04
    "@shdoclc.dll,-866"="Related"
    "@shdoclc.dll,-864"="Show &Related Links"
    "@shdoclc.dll,-865"="Shows links related to the current page."
    "@C:\\WINNT\\system32\\SHELL32.dll,-9216"="My Computer"
    "@C:\\WINNT\\system32\\SHELL32.dll,-9217"="My Network Places"
    "@C:\\WINNT\\system32\\SHELL32.dll,-8964"="Recycle Bin"
    "@shdoclc.dll,-880"="Internet Explorer"
    "@shell32.dll,-12691"="My Recent Documents"
    "@C:\\WINNT\\system32\\SHELL32.dll,-9227"="My Documents"
    "@shell32.dll,-21779"="My Pictures"
    "@shell32.dll,-21790"="My Music"





    ;-----Use large mouse pointer-----

    [HKEY_CURRENT_USER\Control Panel\Cursors]
    @="Windows Standard (large)"
    "Scheme Source"=dword:00000002
    "Arrow"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\
     00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,61,00,72,00,\
     72,00,6f,00,77,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "Help"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\
     00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,68,00,65,00,\
     6c,00,70,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "AppStarting"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,\
     00,54,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,77,00,\
     61,00,69,00,74,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "Wait"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\
     00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,62,00,75,00,\
     73,00,79,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "Crosshair"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,\
     54,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,63,00,72,\
     00,6f,00,73,00,73,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "IBeam"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\
     00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,62,00,65,00,\
     61,00,6d,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "NWPen"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\
     00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,70,00,65,00,\
     6e,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "No"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,00,\
     25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,6e,00,6f,00,5f,\
     00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "SizeNS"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\
     00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,00,\
     7a,00,65,00,34,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "SizeWE"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,54,\
     00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,00,\
     7a,00,65,00,33,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "SizeNWSE"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,\
     54,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,\
     00,7a,00,65,00,32,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "SizeNESW"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,\
     54,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,73,00,69,\
     00,7a,00,65,00,31,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "SizeAll"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,\
     54,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,6d,00,6f,\
     00,76,00,65,00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00
    "UpArrow"=hex(2):25,00,53,00,59,00,53,00,54,00,45,00,4d,00,52,00,4f,00,4f,00,\
     54,00,25,00,5c,00,63,00,75,00,72,00,73,00,6f,00,72,00,73,00,5c,00,75,00,70,\
     00,5f,00,6d,00,2e,00,63,00,75,00,72,00,00,00

    But I doubt that that is the problem. If anyone can find something out of place, please let me know. :hello:

    tweaks.reg

  9. I dunno but 1 thing I know is u could have just said it stays on the desktop or something, u didn't really have to post the desktop screenshot right?

    I know, but I thought it would make for a good visual aid, to show that no programs are being installed. I resized it, though, to make it less intrusive. :)

    I can post my other stuff later when I get the chance. But it's so weird that it should be random like that -- sometimes it works right, sometimes it autologsin but doesn't run my post.bat, and sometimes it never autologsin at all.

  10. I don't know what I'm doing wrong here. Before posting a whole bunch of code, let me just show the GuiUnattended section from my unattend.txt:

    [GuiUnattended]
       AdminPassword="********"
       EncryptedAdminPassword=NO
       AutoLogon=Yes
       AutoLogonCount=1
       OEMSkipRegional=1
       TimeZone=35
       OemSkipWelcome=1

    What's happening is that it finishes the XP installation, then stops at the "CTRL-ALT-DEL" login screen, instead of autologging in as the administrator and running my post batch file:

    [GuiRunOnce]
       %systemdrive%\post.bat

    I can login, then go to the C: drive and manually start post.bat, but that kind of defeats the purpose of unattended. :P

    I'll post the rest of the file if it's necessary, or my tweaks file if there is a conflict somewhere. But before going into all of that, has anyone ever experienced this before?

    The worst part is that it doesn't happen every time -- it's totally hit-and-miss. And during a few months of testing it never happened. But now it's sometimes working and sometimes not.

    FWIW -- this is a network/domain installation, not a CD.

  11. Just when I thought I was done, yesterday two new updates were released for Office XP (they might also be for Office 2003, I'm not sure).

    KB873379

    KB832332

    Has anyone tried these yet? Do they cause any problems, or can I just add them and I'll never even notice a difference?

    Can I just slipstream them into my current package, or do I have to start all over again with a fresh installation point? I know the latter is true for a service pack, but is it not necessary for a simple patch?

    Edit -- how do we know for sure which MSI needs to receive the slipstreamed patch? PROPLUS or OWC10?

  12. Since IE6 is already a part of XP, I reccommend not using IEAK. I did that, and it ended up causing me some weirdness (like strange entries in Add/Remove Programs).

    I now do all my customizations for IE6 via reg edits. Here are all of the ones that I use:

    ;-----Remove "Tools > Show Related Links" from Internet Explorer-----
    [-HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]



    ;-----Set Internet Explorer Cache to 50 MB-----
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]
    "CacheLimit"=dword:0000c800

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Cache\Content]
    "CacheLimit"=dword:0000c800



    ;-----Set IE to check for newer version of a page on "every visit"-----
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "SyncMode5"=dword:00000003



    ;-----Turn off initial Internet Explorer security warnings-----
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
    "1601"=dword:00000000

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "WarnOnZoneCrossing"=dword:00000000



    ;-----Turn off IE Cookie pop-up box-----
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "PrivDiscUiShown"=dword:00000001



    ;-----Disable Internet Explorer Auto-Complete-----
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms]
    "AskUser"=dword:00000000



    ;-----Add "New Window" button to Internet Explorer-----
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{8c5a024c-7a50-45d5-89ca-bbd0fb4cabfd}]
    "CLSID"="{1FBA04EE-3024-11d2-8F1F-0000F87ABD16}"
    "ButtonText"="New Window"
    "Icon"="%SystemRoot%\\System32\\shell32.dll,178"
    "HotIcon"="%SystemRoot%\\System32\\shell32.dll,178"
    "Default Visible"="Yes"
    "Exec"="C:\\Program Files\\Internet Explorer\\iexplore.exe"
    "MenuText"="New Window"



    ;-----Make Google the default search engine for Internet Explorer-----
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "Search Page"="http://www.google.com"
    "Search Bar"="http://www.google.com/ie"

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
    ""="http://www.google.com/keyword/%s"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
    "SearchAssistant"="http://www.google.com/ie"



    ;-----Disable Internet Explorer Password Caching-----
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "DisablePasswordCaching"=dword:00000001



    ;-----Allow deleting of "Links" Folder from Internet Explorer-----
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
    "LinksFolderName"=-
    "LinksFolderName"=""
    "Locked"=dword:00000001



    ;-----Various Internet Explorer tweaks-----
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]
    @=""
    "Show_FullURL"=dword:00000000

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main]
    "Default_Page_URL"="http://www.google.com"
    "IEWatsonDisabled"=dword:00000001
    "IEWatsonEnabled"=dword:00000000
    "Update_Check_Page"="http://www.google.com"
    "Update_Check_Interval"=dword:0000016d

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "NoUpdateCheck"=dword:00000001
    "Disable Script Debugger"="yes"
    "DisableScriptDebuggerIE"="yes"
    "AllowWindowReuse"=dword:00000000
    "Show_FullURL"="yes"
    "Show_StatusBar"="yes"
    "Show_ToolBar"="yes"
    "Show_URLinStatusBar"="yes"
    "Show_URLToolBar"="yes"
    "Start Page"="http://www.google.com/"
    "Use FormSuggest"="no"
    "FormSuggest Passwords"="no"
    "FormSuggest PW Ask"="no"
    "ShowGoButton"="yes"
    "Friendly http errors"="yes"
    "Error Dlg Displayed On Every Error"="no"
    "Enable_MyPics_Hoverbar"="no"
    "Enable AutoImageResize"="no"
    "Search Bar"="http://www.google.com"
    "Use Custom Search URL"=dword:00000001
    "DisableScriptDebuggerIE"="yes"



    ;-----Adjustments to IE toolbar-----
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
    "ShowDiscussionButton"="No"
    "{1E796980-9CC5-11D1-A83F-00C04FC99D61}"=hex:07,00,00,00,f5,03,00,00,7e,69,79,\
     1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,20,01,00,00,00,00,00,00,f6,03,00,00,\
     7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,21,01,00,00,00,00,00,00,f7,\
     03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,24,01,00,00,04,00,\
     00,00,f8,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,25,01,00,\
     00,04,00,00,00,f9,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,\
     22,01,00,00,04,00,00,00,fc,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,\
     c9,9d,61,23,01,00,00,04,00,00,00,fe,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,\
     00,c0,4f,c9,9d,61,26,01,00,00,04,00,00,00,00,04,00,00,7e,69,79,1e,c5,9c,d1,\
     11,a8,3f,00,c0,4f,c9,9d,61,2e,01,00,00,04,00,00,00,04,04,00,00,80,69,79,1e,\
     c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,04,01,00,00,04,00,00,00,0b,04,00,00,80,\
     69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,00,20,00,00,44,00,00,00

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]
    "{01E04581-4EEE-11D0-BFE9-00AA005B4383}"=hex:81,45,e0,01,ee,4e,d0,11,bf,e9,00,\
     aa,00,5b,43,83,10,00,00,00,00,00,00,00,01,e0,32,f4,01,00,00,00
    "{0E5CBF21-D15F-11D0-8301-00AA005B4383}"=hex:21,bf,5c,0e,5f,d1,d0,11,83,01,00,\
     aa,00,5b,43,83,22,00,1c,00,08,00,00,00,06,00,00,00,01,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,00,00,c0,00,00,00,00,\
     00,00,46,81,00,00,00,10,00,00,00,68,2e,d8,06,b5,99,c4,01,48,18,f4,a8,b5,99,\
     c4,01,68,2e,d8,06,b5,99,c4,01,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,5f,01,14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,\
     08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,5c,00,31,00,00,00,00,00,2d,31,f9,69,10,00,44,4f,43,55,4d,\
     45,7e,31,00,00,44,00,03,00,04,00,ef,be,2b,31,e7,59,2d,31,b7,89,14,00,00,00,\
     44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,20,00,61,00,6e,00,64,\
     00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,00,00,18,00,3c,00,\
     31,00,00,00,00,00,2d,31,fa,69,10,00,70,6a,65,6e,73,65,6e,00,26,00,03,00,04,\
     00,ef,be,2d,31,f9,69,2d,31,b7,89,14,00,00,00,70,00,6a,00,65,00,6e,00,73,00,\
     65,00,6e,00,00,00,16,00,56,00,31,00,00,00,00,00,2d,31,05,6a,11,00,46,41,56,\
     4f,52,49,7e,31,00,00,3e,00,03,00,04,00,ef,be,2d,31,f9,69,2d,31,05,6a,14,00,\
     28,00,46,00,61,00,76,00,6f,00,72,00,69,00,74,00,65,00,73,00,00,00,40,73,68,\
     65,6c,6c,33,32,2e,64,6c,6c,2c,2d,31,32,36,39,33,00,18,00,42,00,31,00,00,00,\
     00,00,2d,31,b7,89,10,00,46,41,56,4f,52,49,7e,31,00,00,2a,00,03,00,04,00,ef,\
     be,2d,31,b7,89,2d,31,b7,89,14,00,00,00,46,00,61,00,76,00,6f,00,72,00,69,00,\
     74,00,65,00,73,00,00,00,18,00,00,00,60,00,00,00,03,00,00,a0,58,00,00,00,00,\
     00,00,00,67,63,6c,69,74,65,73,74,00,00,00,00,00,00,00,00,d4,ed,76,bd,06,ee,\
     45,41,bb,e5,ac,74,78,1d,b2,e1,f9,39,04,75,8b,05,d9,11,97,db,00,0f,1f,82,18,\
     2f,d4,ed,76,bd,06,ee,45,41,bb,e5,ac,74,78,1d,b2,e1,f9,39,04,75,8b,05,d9,11,\
     97,db,00,0f,1f,82,18,2f,00,00,00,00
    "ITBarLayout"=hex:11,00,00,00,4c,00,00,00,00,00,00,00,30,00,00,00,1f,00,00,00,\
     75,00,00,00,01,00,00,00,20,07,00,00,a0,0f,00,00,05,00,00,00,22,05,00,00,26,\
     00,00,00,02,00,00,00,21,07,00,00,a0,0f,00,00,04,00,00,00,21,01,00,00,a0,0f,\
     00,00,03,00,00,00,20,03,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

  13. I use a few tweaks to customize the look of Internet Explorer, so instead of the default small buttons it has large buttons, with text descriptions. Plus, some of the stupid buttons are gone (like "Discuss") :

    IE_Toolbar.JPG

    This is the code that I use:

    ;-----Adjustments to IE toolbar-----
    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar]
    "ShowDiscussionButton"="No"
    "{1E796980-9CC5-11D1-A83F-00C04FC99D61}"=hex:07,00,00,00,f5,03,00,00,7e,69,79,\
     1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,20,01,00,00,00,00,00,00,f6,03,00,00,\
     7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,21,01,00,00,00,00,00,00,f7,\
     03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,24,01,00,00,04,00,\
     00,00,f8,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,25,01,00,\
     00,04,00,00,00,f9,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,\
     22,01,00,00,04,00,00,00,fc,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,\
     c9,9d,61,23,01,00,00,04,00,00,00,fe,03,00,00,7e,69,79,1e,c5,9c,d1,11,a8,3f,\
     00,c0,4f,c9,9d,61,26,01,00,00,04,00,00,00,00,04,00,00,7e,69,79,1e,c5,9c,d1,\
     11,a8,3f,00,c0,4f,c9,9d,61,2e,01,00,00,04,00,00,00,04,04,00,00,80,69,79,1e,\
     c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,04,01,00,00,04,00,00,00,0b,04,00,00,80,\
     69,79,1e,c5,9c,d1,11,a8,3f,00,c0,4f,c9,9d,61,00,20,00,00,44,00,00,00

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]
    "{01E04581-4EEE-11D0-BFE9-00AA005B4383}"=hex:81,45,e0,01,ee,4e,d0,11,bf,e9,00,\
     aa,00,5b,43,83,10,00,00,00,00,00,00,00,01,e0,32,f4,01,00,00,00
    "{0E5CBF21-D15F-11D0-8301-00AA005B4383}"=hex:21,bf,5c,0e,5f,d1,d0,11,83,01,00,\
     aa,00,5b,43,83,22,00,1c,00,08,00,00,00,06,00,00,00,01,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,00,00,c0,00,00,00,00,\
     00,00,46,81,00,00,00,10,00,00,00,68,2e,d8,06,b5,99,c4,01,48,18,f4,a8,b5,99,\
     c4,01,68,2e,d8,06,b5,99,c4,01,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,5f,01,14,00,1f,50,e0,4f,d0,20,ea,3a,69,10,a2,d8,\
     08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,5c,00,31,00,00,00,00,00,2d,31,f9,69,10,00,44,4f,43,55,4d,\
     45,7e,31,00,00,44,00,03,00,04,00,ef,be,2b,31,e7,59,2d,31,b7,89,14,00,00,00,\
     44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,20,00,61,00,6e,00,64,\
     00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,00,00,18,00,3c,00,\
     31,00,00,00,00,00,2d,31,fa,69,10,00,70,6a,65,6e,73,65,6e,00,26,00,03,00,04,\
     00,ef,be,2d,31,f9,69,2d,31,b7,89,14,00,00,00,70,00,6a,00,65,00,6e,00,73,00,\
     65,00,6e,00,00,00,16,00,56,00,31,00,00,00,00,00,2d,31,05,6a,11,00,46,41,56,\
     4f,52,49,7e,31,00,00,3e,00,03,00,04,00,ef,be,2d,31,f9,69,2d,31,05,6a,14,00,\
     28,00,46,00,61,00,76,00,6f,00,72,00,69,00,74,00,65,00,73,00,00,00,40,73,68,\
     65,6c,6c,33,32,2e,64,6c,6c,2c,2d,31,32,36,39,33,00,18,00,42,00,31,00,00,00,\
     00,00,2d,31,b7,89,10,00,46,41,56,4f,52,49,7e,31,00,00,2a,00,03,00,04,00,ef,\
     be,2d,31,b7,89,2d,31,b7,89,14,00,00,00,46,00,61,00,76,00,6f,00,72,00,69,00,\
     74,00,65,00,73,00,00,00,18,00,00,00,60,00,00,00,03,00,00,a0,58,00,00,00,00,\
     00,00,00,67,63,6c,69,74,65,73,74,00,00,00,00,00,00,00,00,d4,ed,76,bd,06,ee,\
     45,41,bb,e5,ac,74,78,1d,b2,e1,f9,39,04,75,8b,05,d9,11,97,db,00,0f,1f,82,18,\
     2f,d4,ed,76,bd,06,ee,45,41,bb,e5,ac,74,78,1d,b2,e1,f9,39,04,75,8b,05,d9,11,\
     97,db,00,0f,1f,82,18,2f,00,00,00,00
    "ITBarLayout"=hex:11,00,00,00,4c,00,00,00,00,00,00,00,30,00,00,00,1f,00,00,00,\
     75,00,00,00,01,00,00,00,20,07,00,00,a0,0f,00,00,05,00,00,00,22,05,00,00,26,\
     00,00,00,02,00,00,00,21,07,00,00,a0,0f,00,00,04,00,00,00,21,01,00,00,a0,0f,\
     00,00,03,00,00,00,20,03,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
     00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00

    I did a little experimenting, and it seems like those keys are all you need, no matter how you customize the buttons. The values will change, but that's it.

  14. It's a pretty simple question -- I just got a DVD burner that does both DVD-R and DVD+R (and also RWs, of course). But which format is better for what purpose? As of right now, I only plan to use this for data DVDs to be read by other computers with DVD-ROM drives. In that case, am I better off doing "+" or "-", to ensure compatibility?

    And just in case, which of the two is better for making DVD movies to be played in a standard DVD player?

×
×
  • Create New...