Mizzl232Mike Posted December 19, 2004 Share Posted December 19, 2004 So I made a slipstreamed SP2 Finally and Had no problems. I wanted to make an unattended version but in trying to do so I get an error message when using the unattended CD: Windows could not start because the file is missing or corrupt: Ntfs.sysHere is my winnt.sif:;SetupMgrTag[Data]AutoPartition=1MsDosInitiated="0"UnattendedInstall="Yes"[unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=YesTargetPath=\WINDOWSRepartition=NoUnattendSwitch="yes"WaitForReboot="No"[GuiUnattended]AdminPassword="password"EncryptedAdminPassword=NOOEMSkipRegional=1TimeZone=4OemSkipWelcome=1[userData]ProductKey=I'm not dumb enough to leave this part in.FullName="."OrgName="."ComputerName=*[Display]BitsPerPel=16Xresolution=1024YResolution=768[TapiLocation]CountryCode=1AreaCode=00000[RegionalSettings]LanguageGroup=1Language=00000409[identification]JoinWorkgroup=MSHOME[Networking]InstallDefaultComponents=Yes[Components]msmsgs=offmsnexplr=offfreecell=offhearts=offminesweeper=offpinball=offsolitaire=offspider=offzonegames=off[shell]DefaultStartPanelOff = Yes[GuiRunOnce]%systemdrive%\install\batchfile1.cmdThis error occurs after windows copy files and restarts for the first time.I can't make it go away! I've tried copying the CD again and again and repeting the process many times. I've tryed nero & alcohol120 to burn. Link to comment Share on other sites More sharing options...
glent Posted December 19, 2004 Share Posted December 19, 2004 I had this problem a while back remaking the ISO corrected the problem :)make sure ur using thr latest version of Ntlite Link to comment Share on other sites More sharing options...
dawson Posted December 19, 2004 Share Posted December 19, 2004 check your drive seetings in your BIOS aren't on some stupid setting..a lot of OEM manufacturers do this to stop you re-installing the OS by yourself.. and making you take it back to them..It might not be the solution, or it might but its a shotDawson Link to comment Share on other sites More sharing options...
Alanoll Posted December 19, 2004 Share Posted December 19, 2004 I had this problem a while back remaking the ISO corrected the problem :)make sure ur using thr latest version of Ntlitethat would assume he used nLite...did you change anything BESIDES adding the servic pack? what does your batch file do? did you add some modified files... Link to comment Share on other sites More sharing options...
Mizzl232Mike Posted December 19, 2004 Author Share Posted December 19, 2004 I did not use Nlite the firt time, nor for the unattended version, but I'm trying it right now... okay it still didn't work! Shi+!! I'll try it with just the winnt.sif and no batch file or reg edits next.My batchfile.cmd: ECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.regMy RegTweaks.reg:Windows Registry Editor Version 5.00 ;Speed up shutdown[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]"WaitToKillServiceTimeout"="3000";Disable the Desktop Cleanup Wizard[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]"NoRun"=dword:00000001;Disables Error Reporting, but notifies when errors occur[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]"DoReport"=dword:00000000;Disable Welcome Screen and uses Classic Logon[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"LogonType"=dword:00000000;Disable Windows Picture and Fax Viewer[-HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview];Speed up Network Browsing by removing Network Scheduled Tasks[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}];Remove Shortcut Arrows[HKEY_CLASSES_ROOT\lnkfile]"IsShortcut"=-;Disables Windows Tour bubble popup[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]"RunCount"=dword:00000000;Disable Imapi CD-Burning Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]"Start"=dword:00000004;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger)[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]"Start"=dword:00000004;Disable Remote Registry Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]"Start"=dword:00000004;Disable Windows Time Service[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]"Start"=dword:00000004;This will add "Services" to the right-click menu of "My Computer" [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00;This adds the "Open Command Window Here" on the right click menu for folders[HKEY_CLASSES_ROOT\Directory\shell\cmd]@="Open Command Window Here"[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]@="cmd.exe /k \"cd %L\""[HKEY_CLASSES_ROOT\Drive\shell\cmd]@="Open Command Window Here"[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]@="cmd.exe /k \"cd %L\"";NoRecentDocsmenu removes the recent documents from the start menu.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoRecentDocsMenu"=dword:00000001;Allow renaming of Recycle Bin[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]"Attributes"=hex:50,01,00,20"CallForAttributes"=dword:00000000;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoLowDiskSpaceChecks"=dword:00000001;Change MenuShowDelay (Start Menu load speed)[HKEY_CURRENT_USER\Control Panel\Desktop]"MenuShowDelay"="1";Adds search keywords to Internet Explorer[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSKB]@="http://support.microsoft.com/?kbid=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\AV]@="http://www.altavista.com/sites/search/web?q=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\Ggl]@="http://www.google.com/search?q=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\MSN]@="http://search.msn.com/results.asp?q=%s"[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\FM]@="http://www.filemirrors.com/search.src?file=%s";Max your Internet Explorer's simultaneous downloads to 10 (default was 2)[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]"MaxConnectionsPer1_0Server"=dword:0000000a"MaxConnectionsPerServer"=dword:0000000a;Removes Sign up with Passport Wizard when trying to sign in MSN Messenger[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Passport]"RegistrationCompleted"=dword:00000001;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors)[-HKEY_CLASSES_ROOT\.avi\ShellEx][-HKEY_CLASSES_ROOT\.mpg\ShellEx][-HKEY_CLASSES_ROOT\.mpe\ShellEx][-HKEY_CLASSES_ROOT\.mpeg\ShellEx][HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"EnableBalloonTips"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"FolderContentsInfoTip"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]"Show"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"StartButtonBalloonTip"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"ShowInfoTip"=dword:00000000[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"NoSMBalloonTip"=dword:00000000[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"[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}] Link to comment Share on other sites More sharing options...
Alanoll Posted December 19, 2004 Share Posted December 19, 2004 alright, you need to learn how to use tags when posting. use them WHENEVER you post code or regweaks or anything of that nature, and if it' really long, ATTACH it. Link to comment Share on other sites More sharing options...
Mizzl232Mike Posted December 21, 2004 Author Share Posted December 21, 2004 Sorry Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now