Hi all, I am just beginning to experiment with NLite so I apologize for my lack of knowledge here. I'm trying to set the background during the install, turn on advanced find and turn off the search assisatnt. I tried using instructions I found in the .inf collection on here which suggests the commands below : In the $OEM$ Folder add (line3) to : CMDLINES.TXT [Commands] "rundll32 advpack.dll,LaunchINFSection nLite.inf,U" "rundll32 advpack.dll,LaunchINFSectionEx nLite.inf,U,,4,N" "REGEDIT /S XP_CD.REG" Create : XP_CDREG.TXT Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "WallPaper"="C:\\Windows\\Web\\Wallpaper\\Crystal.jpg" [HKEY_CURRENT_USER\Software\Microsoft\Search Assistant] "Actor"="" "SocialUI"=dword:00000000 "UsageCount"=dword:00000000 "UseAdvancedSearchAlways"=dword:00000001 This doesn't seem to execute though. However, if I run it manually it does set things up correctly. Something else I found in my reading was to use the command below : In WINNT.SIF : [GuiRunOnce] "%SystemRoot%\System32\nLite.cmd" However, after I added this, windows complains that it cannot find nLite.cmd. So two questions, how can I execute the registry punch (or set background, etc, during install) and how does Windows know which files to copy during the install (or if I just place a file called nLite.cmd in the I386 folder, does windows just naturally copy *.* from that folder?)