Jump to content

ner

Member
  • Posts

    265
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by ner

  1. @AaronXP or anyone sorry to be a pain, i wish to use svcpack.inf to install the reg file, do i add it like this:- END IF LIST,,, Q828026.EXE /Q /N /Z /O DX9NTopk.exe QCHAIN.EXE REGEDIT /S regtweaks.reg and also do i copy the cmdlines.txt files to the $OEM$ folder or $OEM$\$1\install folder???
  2. cheers AaronXP thanks a lot! nick
  3. @AaronXP thanks i will, can you help me out with this? I have created a Reg file that carries out reqistry tweaks, as explained in this formum (and thanks to everyone who has shared these), but i have noticed that most of these tweaks only apply to the current user. If i change the "HKEY_CURRENT_USER" to say "HKEY_LOCAL_MACHINE" would this work for every user???
  4. @AaronXP thanks, i have now renamed to svcpack.inf and deleted the svcpack.ini file, i have also deleted the svcpack.in_ as well, i can see another file called svcpack.dl_ should i also delete this?
  5. @hysel thank you, thats a great help, can i add your file to my main.cmd file?
  6. Hi, i have created a Reg file that carries out reqistry tweaks, as explained in this formum (and thanks to everyone who has shared these), but i have noticed that most of these tweaks only apply to the current user. If i change the "HKEY_CURRENT_USER" to say "HKEY_LOCAL_MACHINE" would this work for every user??? copy of my file... Windows Registry Editor Version 5.00 ;----------------------- ;Operating System Tweaks ;----------------------- ;Disable Automatic Restart in the event of a BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;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] ;Do not use Simple File Sharing [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] "forceguest"=dword:00000000 ;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 ;--------------- ;Services Tweaks ;--------------- ;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 SSDP Discovery Service (Universal Plug'n'Play) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV] "Start"=dword:00000004 ;Disable Universal Plug'n'Play Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost] "Start"=dword:00000004 ;---------------------------------------------- ;Tweaks to improve the functionality of Windows ;---------------------------------------------- ;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\"" ;Remove Shared Documents from My Computer [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}] ;NoRecentDocsmenu removes the recent documents from the start menu. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRecentDocsMenu"=dword:00000001 ;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"="2" ;Change Menu to Classic View [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSimpleStartMenu"=dword:00000001 ;Change Control panel to Classic View [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001 ;Speedup zip files [-HKEY_CLASSES_ROOT\.zip\CompressedFolder] [-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0- 00AA0060FA31}} [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFolder] ;------------------------ ;Internet Explorer Tweaks ;------------------------ ;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" ;Prevents Internet Explorer windows from being reused [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AllowWindowReuse"=dword:00000000 ;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 Broadband Tweak for Windows XP [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters] GlobalMaxTcpWindowSize="256960" TcpWindowSize="256960" Tcp1323Opts="1" DefaultTTL="64" EnablePMTUDiscovery="1" EnablePMTUBHDetect="0" SackOpts="1" TcpMaxDupAcks="2" MTU="1500" HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings "MaxConnectionsPerServer"=dword:00000020 "MaxConnectionsPer1_0Server"=dword:00000020 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings "MaxConnectionsPerServer"=dword:00000020 "MaxConnectionsPer1_0Server"=dword:00000020 ;------------ ;Other Tweaks ;------------ ;Remove WMP Right Click Options (Queue-it-up, etc.) [-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}] [-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}] [-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}] ;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] ;Remove Messenger from Outlook Dim WSHShell, MyBox, p1, q1 Dim jobfunc Set WSHShell = WScript.CreateObject("WScript.Shell") p1 = "HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express\Hide Messenger" q1 = 2 WSHShell.RegWrite p1, q1
  7. I am having a problem with windows setup not installing my hotfixes from the svcpack.ini file Setup takes note of the winnt.sif files (works ok) Setup does not install the hotfixes from svcpack.ini and does not install/setup my user account. Ok this is a copy of my svcpack.ini:- [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [setupData] CatalogSubDir="\i386\svcpack" [ProductCatalogsToInstall] [setupHotfixesToRun] Q826939.EXE /Q /N /Z /O Q330994.EXE /Q:A /R:N JS56NEN.EXE /Q:A /R:N Q823182.EXE /Q /N /Z /O Q824105.EXE /Q /N /Z /O Q824141.EXE /Q /N /Z /O Q832894.EXE /Q:A /R:N Q825119.EXE /Q /N /Z /O Q828035.exe /Q /N /Z /O Q811114.EXE /Q /N /Z /O Q814995.EXE /Q /N /Z /O Q820291.EXE /Q /N /Z /O Q821253.EXE /Q /N /Z /O Q822603.EXE /Q /N /Z /O Q829558.EXE /Q /N /Z /O Q816093.EXE /Q /N /Z /O Q828026.EXE /Q /N /Z /O DX9NTopk.exe QCHAIN.EXE I have placed this into the DOSNT.INI file:- [Optionalsecdirs] svcpack If i copy the svcpack.ini to a cmd bat file, all updates work, so i think i may be missing something to do with telling setup to install my service packs.... I created the user account files and placed them in the $OEM$ folder, as detailed in the link given above... Any ideas! nick
  8. Hi, does anyone know how to create a user accounts during setup?
  9. @AaronXP, Thanks, well spotted! cheers, i though i was going mad.... Nick
  10. Strange things are happening....... I have created my own hotfixes svspack. ini, works fine i have also created a main.cmd file and a registry files (attached). Windows setup installs from the winnt.sif, and the svspack.ini ok and then starts to load my main.cmd file, it starts to install and then the system reboots after the installing Windows Network update... If i run manually the main.cmd file install ? main.cmd
  11. @AaronXP, thanks for the info, i will do so now! thanks nick
  12. ***HELP ANYONE!!!!**** No working fine, however i now have a problem with the hotfixes that i have tried to install from the svcpack, here a copy.... [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [setupData] CatalogSubDir="\i386\Update" [ProductCatalogsToInstall] KB826939.cat [setupHotfixesToRun] update.exe -q -n Q330994.EXE /Q:A /R:N JS56NEN.EXE /Q:A /R:N Q817778.EXE /Q /N /Z /O Q819696.EXE /Q /N /Z /O Q823182.EXE /Q /N /Z /O Q824105.EXE /Q /N /Z /O Q824141.EXE /Q /N /Z /O Q824145.EXE /Q:A /R:N Q825119.EXE /Q /N /Z /O Q828035.exe /Q /N /Z /O Q811114.EXE /Q /N /Z /O Q823980.EXE /Q /N /Z /O Q811493.EXE /Q /N /Z /O Q814995.EXE /Q /N /Z /O Q815021.EXE /Q /N /Z /O Q817606.EXE /Q /N /Z /O Q820291.EXE /Q /N /Z /O Q821253.EXE /Q /N /Z /O Q821557.EXE /Q /N /Z /O Q822603.EXE /Q /N /Z /O Q823559.EXE /Q /N /Z /O Q824146.EXE /Q /N /Z /O Q829558.EXE /Q /N /Z /O Q329048.EXE /Q /N /Z /O QCHAIN.EXE Q828026.EXE /Q /N /Z /O DX9NTopk.exe DOTNETFW.exe have i used the wrong switches?????? cheers nick
  13. @ bladewraith Thanks for the copy, cheers Nick
  14. I have created my winnt.sif file, and now i need to create the Svcpack.inf and i was wondering does anyone have a copy that i can use as a template, and also can anyone help me out with the updates i need and the best way to download them? cheers Nick
×
×
  • Create New...