Jump to content

dienkhung

Member
  • Posts

    73
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by dienkhung

  1. so there is no way? if so, how do i make windows reboot automatically right after installation? is there any to do that from winnt.sif?
  2. how do i get runonceex to perform right after windows setup? whats happening now is, i have to reboot windows after the installation is done, and then the runonceex will start on my next logon
  3. how do i delete that from my xp cd?
  4. how do i disable the windows default wallpaper so that no wallpaper will appear on my next windows installation? is there a cammamd i can add into the winnt.sif file? or a registry tweak?
  5. after windows finished installation, how do u make it automatically reboot?
  6. i removed wmp, and the wmp codecs from cd using nlite
  7. y, im using xp know when it says MP10Setup.exe, do i need to extract that?
  8. when runonceex tries to install windows media player 10, it says cant fild the file, and then when i get into my desktop, a window pops up and says - windows media technology this version of windows technology is incompatible with this version of windows. for more information, view info at the microsoft website. heres the site it gave me http://go.microsoft.com/fwlink/?linkid=28004 this is exactly what i written down in the files: winnt.sif - C:\XPCD\I386 [Data] MsDosInitiated = 0 UnattendedInstall = Yes AutomaticUpdates=No [unattended] UnattendMode = FullUnattended UnattendSwitch = Yes OemPreinstall = Yes OemSkipEula = Yes ComputerType = "Standard PC", Retail FileSystem = * WaitForReboot = No TargetPath = "\Windows" DriverSigningPolicy = Ignore NonDriverSigningPolicy = Ignore Hibernation = No [GuiUnattended] TimeZone = 4 OEMSkipRegional = 1 OemSkipWelcome = 1 AdminPassword=1234 [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [userData] ProductKey = xxxxxxxxxxxxxxxxxxxxx FullName = "Microsoft" OrgName = "Microsoft Corporation" ComputerName= joe [RegionalSettings] Language = 0409 [Networking] InstallDefaultComponents=Yes [identification] JoinWorkgroup=WORKGROUP RegTweaks.reg, RunOnceEx.cmd, and cmdlines are in ---> C:\New Folder\XPCD\$OEM$ cmdlines: [COMMANDS] "RunOnceEx.cmd" RunOnceEx.cmd: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\030 /VE /D "Windows Media Player 10" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\WMP10\mp10setup.exe /q:A /c:\"setup_wm.exe /Q /R:N DisallowSystemRestore\"" /f REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\Install\RegTweaks.reg" /f EXIT RegTweaks.reg Windows Registry Editor Version 5.00 ;Disable Welcome Screen [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000 ;Speed up shutdown [HKEY_CURRENT_USER\Control Panel\Desktop] "HungAppTimeout"="5000" "WaitToKillAppTimeout"="4000" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="1000" ;Prefetcher tweak(faster booting) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000003 ;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 ;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 ;Adds Control Panel to right click of MY Computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\[Control Panel]\command] @="rundll32.exe shell32.dll,Control_RunDLL" ;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 ;Recycle bin uses 8% of available space (not 10%) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket] "Percent"=dword:00000008 ;Speed up NTFS [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "Win31FileSystem"=dword:00000000 "Win95TruncatedExtensions"=dword:00000001 "NtfsDisableLastAccessUpdate"=dword:00000001 ;Adds Control Panel to right click of MY Computer [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Control Panel\command] @="rundll32.exe shell32.dll,Control_RunDLL" ;Adds Add/Remove to right click of MY Computer [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove\command] @="control appwiz.cpl" what am i doing wrong?
  9. where do i place my RegTweaks.reg and batch_file.cmd to? C:\XPCD\$OEM$\$1 or C:\XPCD\$OEM$?
  10. know when u right click on ur desktop and a window appears which has Arrange Icons By Refresh Paste Paste Shortcut New Properties how do i add a control panel button to that?
  11. i added fonts to C:\XPCD\$OEM$\$$\Fonts, will my fonts install automatically if i dont create a answer file(winnt.sif)? if not is there any way around this?
  12. the "RunOnceEx.cmd" should be at the winnt.sif instead. then call the registry tweaks from there. how do i write it in the winnt.sif file?
  13. whoa, lucky i didnt del it ty for help
  14. [COMMANDS] "useraccounts.cmd" "RunOnceEx.cmd" "REGEDIT /S regtweaks.reg" or should it be: [COMMANDS] "useraccounts.cmd" [COMMANDS] "RunOnceEx.cmd" [COMMANDS] "REGEDIT /S regtweaks.reg" ???????
  15. i used setupmgr from xp deploy tools to create my answer file, it then made me 2 files which is: unattended MS-DOS Batch File, and unattend.txt. i remaned the unattend.txt file to winnt.sif and copied it to C:\XPCD\I386\. but what do i do with the unattended MS-DOS Batch File?
  16. do i just save my information in a notepad and rename it RunOnceEx.cmd?
  17. i want to insert some Registry Tweaks to my xp cd first i put all my regtweaks into a notepad and saved it as RegTweaks.reg. this is what i wrote exactly inside: Windows Registry Editor Version 5.00 ;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 ;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 etc., after doing this the guide told me to copy & paste these lines to one of your batch files: ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg (this is what i dont know how to do) second i made another notepad, named it cmdlines.txt, then put the following inside: [COMMANDS] "REGEDIT /S regtweaks.reg" that is all i wrote inside. i wanted the tweaks to apply to all user accounts so thats why i made the cmdlines.txt file. then i put the RegTweaks.reg and the cmdlines.txt files in the same folder: C:\XPCD\$OEM$\, is this the correct destination? or should it be C:\XPCD\$OEM$\$1\install\? i dont know what to do after this,this is what i dont understand, how do i create a batch file? where do i put the batch file? and how do i make it work with RunOnceEx.cmd? i prefer not to make a winnt.sif file, but if its required then ill make 1 sry, im rookie at this, ill appreciate it if someone could show me what to do
  18. sry wrong area, moved to unattended windows i want to insert some Registry Tweaks to my xp cd first i put all my regtweaks into a notepad and saved it as RegTweaks.reg. this is what i wrote exactly inside: Windows Registry Editor Version 5.00 ;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 ;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 etc., after doing this the guide told me to copy & paste these lines to one of your batch files: ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg (this is what i dont know how to do) second i made another notepad, named it cmdlines.txt, then put the following inside: [COMMANDS] "REGEDIT /S regtweaks.reg" that is all i wrote inside. i wanted the tweaks to apply to all user accounts so thats why i made the cmdlines.txt file. then i put the RegTweaks.reg and the cmdlines.txt files in the same folder: C:\XPCD\$OEM$\, is this the correct destination? or should it be C:\XPCD\$OEM$\$1\install\? i dont know what to do after this,this is what i dont understand, how do i create a batch file? where do i put the batch file? and how do i make it work with RunOnceEx.cmd? i prefer not to make a winnt.sif file, but if its required then ill make 1 sry, im rookie at this, ill appreciate it if someone could show me what to do
×
×
  • Create New...