Jump to content

dukeleto

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by dukeleto

  1. Whenever I choose save as from outlook or web sites etc, the 'save as' window always defaults to the my documents folder. How can I change that so it defaults to 'my computer' also, how do i change the link buttons on the left hand panel, so I can have a link to a specific folder in there? cheers.
  2. I am looking for some icons/png/jpg that I can use on my new IT related site. I found a site with a very similar idea at http://www.pcsboxed.co.uk/ Where are some good sites to get pc hardware/peripheral related images like these. Do I need to convert them from one format to use in my web pages? Thanks
  3. Which one of these items is forcing my start menu to be done as the Classic Windows style, instead of the Win XP one: ;---------------------- ; Start Menu/Desktop ;---------------------- ;Configure Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000002 "DontPrettyPath"=dword:00000000 "ShowCompColor"=dword:00000001 "HideFileExt"=dword:00000001 "ShowInfoTip"=dword:00000001 "HideIcons"=dword:00000000 "MapNetDrvBtn"=dword:00000000 "WebView"=dword:00000001 "Filter"=dword:00000000 "SuperHidden"=dword:00000000 "SeparateProcess"=dword:00000000 "ListviewAlphaSelect"=dword:00000000 "ListviewShadow"=dword:00000001 "ListviewWatermark"=dword:00000000 "TaskbarAnimations"=dword:00000000 "StartMenuInit"=dword:00000002 "StartButtonBalloonTip"=dword:00000002 "Start_ShowNetPlaces"=dword:00000001 "Start_LargeMFUIcons"=dword:00000000 "Start_MinMFU"=dword:0000000a "Start_ShowControlPanel"=dword:00000002 "Start_EnableDragDrop"=dword:00000001 "StartMenuFavorites"=dword:00000002 "Start_ShowHelp"=dword:00000001 "Start_ShowMyComputer"=dword:00000002 "Start_ShowMyDocs"=dword:00000001 "Start_ShowMyMusic"=dword:00000001 "Start_ShowMyPics"=dword:00000001 "Start_ShowPrinters"=dword:00000001 "Start_ShowRun"=dword:00000001 "Start_ScrollPrograms"=dword:00000000 "Start_ShowSearch"=dword:00000001 "Start_ShowRecentDocs"=dword:00000002 "Start_AutoCascade"=dword:00000001 "Start_NotifyNewApps"=dword:00000000 thanks a alot
  4. I have the runonceex.cmd command at the very bottom of my winnt.sif file? So where should it go now?
  5. I have just finished my full DVD for XP SP2 and have noticed that after the install is complete and I log into my username for the first time, it loads to the desktop and does not run the runonceex.cmd file. When I reboot the machine, login to my username again, then the runonceex.cmd file runs perfectly and the cleanup etc all takes place. Why does it not run the first time I log in.. have i done something wrong?
  6. Oh , okay, so what would be stoping me from removing dirs such as program files\xerox etc?
  7. I have imported the hacked windows files from another post to disable windows file protection, and made the change in the hive file thing, but I still dont think it's working, as I tried for example to delete the xerox dir out of program files, and it wont let me is there something else that needs to be done, as I've followed those instructions to the letter. ta
  8. This is the first time i've ever heard of this file.. and I've read all of the unnattended stuff on msfn.org.. So i've been using my SP1 unattended with that same runonceex.cmd file and it installed the apps perfectly every time... so i can not explain why this is. edit: i just did a search with hidden files shown on the C:\WINDOWS\system32 on my current XP Pro sytem, and that file does not exist
  9. Thanks heaps for the help guys, and for the file. This is the odd part... I've been using the same runonceex.cmd file for ages, and I've never put the file in that folder before... the only two files I have in there are for my oem info etc. So why has this just cropped up now? Thanks.
  10. How do I find that out... which directory should it be in ? Wouldn't it be in the same place as the one on SP1?
  11. I have been using my slipstreamed and unnattended win XP SP1 install cd for ages and it always works fine. When I run the one I have done now in SP2.. using the same runonceex.cmd file listed here: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\010 /VE /D "Installing MSN Messenger 6 Final" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\apps\MsnMsgs.msi /QB" REG ADD %KEY%\020 /VE /D "Office 2003 Professional" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\apps\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" REG ADD %KEY%\030 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT I get this error: c:\install>cmdow @ /hid 'cmdow' is not recognized as an internal or external command, operable program or batch file. The it lists "The operation completed successfully" for times, I'm assuming for each of the four steps in my runonceex.cmd file. But the thing is.. none of my actions run, which is odd.. as I have not changed a thing in this file and it works perfectly on my SP1 unnattended. The only change I have made to this install is to put the hacked files in for the tcip and wfp etc... If any one has any clues, please tell me Thanks
  12. So this is me RunOnceEx cmd file: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "Preparing Installation..." /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\010 /VE /D "Installing MSN Messenger 6 Final" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\apps\MsnMsgs.msi /QB" REG ADD %KEY%\020 /VE /D "Office 2003 Professional" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\apps\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" REG ADD %KEY%\030 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT so I am putting my office2003 dir in to $OEM$\$1\apps Where do I put the Unattended.MST file?
  13. I have done all of the stuff in the Internet Explorer Access Kit, and now I have a whole buch of files in these two folders: /flat /ins When you set BrandIEUsingUnattended = No it wants the location fo the .ins file that is created. Where do I put this file, and what about all of the other files that are in the directories listed just above here? Thanks.
  14. I have fully done my xp sp2 unattended, and it works great I have also do the full sp1 of office 2003, and prepared it for a silent intall. I would like to know where I put this command: ECHO. ECHO Installing Office 2003 Professional with Frontpage ECHO Please wait... start /wait %systemdrive%\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb- and where do I put the whole office 2003 folder? Thanks for any help
  15. What switch can I use in my regtweaks to enable the option that puts the tick in the box to "hide known file extensions" under tools => folder options => view This is the current set I have, maybe I've already got it here, but with wrong option selected: ;Configure Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000002 "ShowCompColor"=dword:00000001 "HideFileExt"=dword:00000000 "DontPrettyPath"=dword:00000000 "ShowInfoTip"=dword:00000001 "HideIcons"=dword:00000000 "MapNetDrvBtn"=dword:00000001 "WebView"=dword:00000001 "Filter"=dword:00000000 "SuperHidden"=dword:00000000 "SeparateProcess"=dword:00000000 "ListviewAlphaSelect"=dword:00000000 "ListviewShadow"=dword:00000001 "ListviewWatermark"=dword:00000000 "TaskbarAnimations"=dword:00000000 "StartMenuInit"=dword:00000002 "StartButtonBalloonTip"=dword:00000002 "Start_ShowNetPlaces"=dword:00000001 "Start_LargeMFUIcons"=dword:00000000 "Start_MinMFU"=dword:00000001 "Start_ShowControlPanel"=dword:00000001 "Start_EnableDragDrop"=dword:00000001 "StartMenuFavorites"=dword:00000002 "Start_ShowHelp"=dword:00000001 "Start_ShowMyComputer"=dword:00000001 "Start_ShowMyDocs"=dword:00000001 "Start_ShowMyMusic"=dword:00000001 "Start_ShowMyPics"=dword:00000001 "Start_ShowPrinters"=dword:00000001 "Start_ShowRun"=dword:00000001 "Start_ScrollPrograms"=dword:00000000 "Start_ShowSearch"=dword:00000001 "Start_ShowRecentDocs"=dword:00000002 "Start_AutoCascade"=dword:00000001 "Start_NotifyNewApps"=dword:00000000 ps.. I think it's this one >> "HideFileExt"=dword:00000000 which dword should I have. Also, what option above is forcing my start menu to be the "classic start menu" and not the normal XP style start menu?
  16. Thanks... what if I just want to move my "Jason's Documents" folder, not the whole "documents and settings folder"?
  17. What is the best way in winnt.sif to relocate the My Docs folder.. ie if my profile name is Jason, there would normally be a dir called "Jason's Documents" on my C Drive, but on my current install I have this relocated on my D Drive. How do I alter my winnt.sif file to move the "jason's Documents" folder to my D Drive? ta
  18. or which dword would I use instead of 00001? is it all zeros or 00002? in: [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000001
  19. First of all, I would like to know how to set up my unattended cd to: * change the location of my profile's my docs folder to my D drive (is this in winnt.sif?) * set so hidden files and folders are not displayed (ie the little box is ticked) * I still can not get my start menu to be in XP mode, it insists on going into Classic mode from the word go, until I change it. It's minor, but just a bug I want to iron out. Here is my regtweaks.reg file for your interest. I have two entries in there to force the XP styel start menu, but neither work. ;------------- ; SERVICES ;------------- ;Disable Messenger Service (to block 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 ;Disable Error Reporting Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc] "Start"=dword:00000004 ;Disable Remote Registry [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry] "Start"=dword:00000004 ;Disable Wireless Zero Configuration [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC] "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 ;------------------------- ; CONTEXT MENU HANDLERS ;------------------------- ;Classic search, full path in title bar and address bar. [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CabinetState] "FullPath"=dword:00000001 "FullPathAddress"=dword:00000001 "Use Search Asst"="no" "Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00 ;Right-Click Copy-To [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers] [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To] @="{C2FBB630-2971-11D1-A18C-00C04FD75D13}" ;Right-Click Move-To [HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To] @="{C2FBB631-2971-11D1-A18C-00C04FD75D13}" ;This adds the "Open Command Window Here" on the right-click menu for folders [HKEY_CLASSES_ROOT\Directory\shell\cmd] @="Command Prompt von hier aus..." [HKEY_CLASSES_ROOT\Directory\shell\cmd\command] @="cmd.exe /k \"cd %L\"" ;Removes Briefcase, Document, and Rich-Text-Document from New Menu. [-HKEY_CLASSES_ROOT\.bfc\ShellNew] [-HKEY_CLASSES_ROOT\.doc\ShellNew] [-HKEY_CLASSES_ROOT\.rtf\ShellNew] [-HKEY_CLASSES_ROOT\.bmp\ShellNew] [-HKEY_CLASSES_ROOT\.wav\ShellNew] [-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew] ;------------------ ; NTFS TWEAKS ;------------------ ;NTFS Speed-up [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisableLastAccessUpdate"=dword:00000001 "Win95TruncatedExtensions"=dword:00000001 "NtfsDisable8dot3NameCreation"=dword:00000001 ;ENable Boot Defrag [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction] "Enable"="Y" ;---------------------- ; Start Menu/Desktop ;---------------------- ;Configure Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "Hidden"=dword:00000001 "ShowCompColor"=dword:00000001 "HideFileExt"=dword:00000000 "DontPrettyPath"=dword:00000000 "ShowInfoTip"=dword:00000001 "HideIcons"=dword:00000000 "MapNetDrvBtn"=dword:00000001 "WebView"=dword:00000001 "Filter"=dword:00000000 "SuperHidden"=dword:00000000 "SeparateProcess"=dword:00000000 "ListviewAlphaSelect"=dword:00000000 "ListviewShadow"=dword:00000001 "ListviewWatermark"=dword:00000000 "TaskbarAnimations"=dword:00000000 "StartMenuInit"=dword:00000002 "StartButtonBalloonTip"=dword:00000002 "Start_ShowNetPlaces"=dword:00000001 "Start_LargeMFUIcons"=dword:00000000 "Start_MinMFU"=dword:00000001 "Start_ShowControlPanel"=dword:00000001 "Start_EnableDragDrop"=dword:00000001 "StartMenuFavorites"=dword:00000002 "Start_ShowHelp"=dword:00000001 "Start_ShowMyComputer"=dword:00000001 "Start_ShowMyDocs"=dword:00000001 "Start_ShowMyMusic"=dword:00000001 "Start_ShowMyPics"=dword:00000001 "Start_ShowPrinters"=dword:00000001 "Start_ShowRun"=dword:00000001 "Start_ScrollPrograms"=dword:00000000 "Start_ShowSearch"=dword:00000001 "Start_ShowRecentDocs"=dword:00000002 "Start_AutoCascade"=dword:00000001 "Start_NotifyNewApps"=dword:00000000 ; Start menu [HKEY_USERS\S-1-5-21-484763869-152049171-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\] "ShellState"=hex:24,00,00,00,33,a1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,03,00,00,00 ; Start menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSimpleStartMenu"=dword:00000000 ;Disable the Desktop Cleanup Wizard [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=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 ;Put my computer my network places my documents on the desktop [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000 "{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000 "{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000 ;My Computer First Desktop Icon [HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}] "SortOrderIndex"=dword:00000054 ;Enable Quick Launch [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop] "TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\ d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,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,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\ bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,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,13,01,14,00,1f,0f,e0,4f,\ d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\ b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\ 72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\ c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\ 50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\ 6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\ 32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\ 45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\ 20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\ 00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\ 00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\ 5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\ 5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\ 66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\ 6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\ 00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\ 4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\ 6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\ 77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\ 00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\ 63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\ 55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\ 51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\ 66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\ 00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\ 00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\ 00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\ 00,00,00,00,00,01,00,00,00 ;---------------------- ; Network/Internet ;---------------------- ;Do not use Simple File Sharing [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] "forceguest"=dword:00000000 ;Disable QoS [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched] "NonBestEffortLimit"=dword:00000000 ;keep ras connection when switching users (your dial-up modem won't hang up when switching users) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\WinLogon] "KeepRasConnections"="1" ;Speed up browsing remote computers [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Allow Remote Desktop Connections [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000000 ;---------------------- ; Internet Explorer ;---------------------- ;Auto-Complete [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] "Append Completion"="yes" ;Make Google Default Search [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" ;Prevents Internet Explorer windows from being reused [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "AllowWindowReuse"=dword:00000000 ;Increases the number of concurrent downloads from a site (default 2). [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000010 "MaxConnectionsPer1_0Server"=dword:00000010 ;Search with google from the address bar instead of MSN [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\G] @="http://www.google.com/search?q=%s" ;Disable Go Button in IE [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "ShowGoButton"="no" ;------------------------------ ; Faster loading of Web Pages ;------------------------------ [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 ;---------------------- ; Visual Effects ;---------------------- ;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 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects] "VisualFXSetting"=dword:00000003 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax] "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation] "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow] "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows] "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling] "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation] "DefaultValue"=dword:00000001 "DefaultApplied"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView] "DefaultApplied"=dword:00000001 ;------------ ; OTHERS ;------------ ;Disables Error Reporting, but notifies when errors occur [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "DoReport"=dword:00000000 ;Turns off the recycle bin delete confirm [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] "ShellState"=hex:24,00,00,00,37,88,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,01,00,00,00 ;Removes Language Bar [-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}] @="Language bar" "MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325" ;Do Not Start MS-Messenger with Outlook Express [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express] "Hide Messenger"=dword:00000001 ;Force Classic Control Panel [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceClassicControlPanel"=dword:00000001 ;XP general Speedups ;AutoEndTasks, HungAppTimeout, WaitToKillAppTimeout, and ForegroundLockTimeout improve shutdown time or application response if applications are hung. ;MenuShowDelay is the time in milliseconds that it takes for a menu to pop out when hovered over. The default is 400. ;PaintDesktopVersion writes the OS version and build info on the bottom right of the desktop. [HKEY_CURRENT_USER\Control Panel\Desktop] "AutoEndTasks"="1" "ForegroundLockTimeout"=dword:00000000 "HungAppTimeout"="100" "MenuShowDelay"="2" "WaitToKillAppTimeout"="1000" "PaintDesktopVersion"=dword:00000000
  20. I just found these two... which one should I use? ; Start menu [HKEY_USERS\S-1-5-21-484763869-152049171-839522115-1003\Software\Microsoft\Windows\CurrentVersion\Explorer\] "ShellState"=hex:24,00,00,00,33,a1,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 01,00,00,00,0d,00,00,00,00,00,00,00,03,00,00,00 or [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSimpleStartMenu"=dword:00000000
  21. I still can not get my unattended install ot make sure it installs with the start menu in the new XP Mode... instead of the way where it says "windows xp professional" along the left hand side... I want it to be the new xp style... this is my reg file section for the start menu, can you pls tell me where I am going wrong? ;----------------------; Start Menu/Desktop;---------------------- ;Configure Start Menu[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]"Hidden"=dword:00000001"ShowCompColor"=dword:00000001"HideFileExt"=dword:00000000"DontPrettyPath"=dword:00000000"ShowInfoTip"=dword:00000001"HideIcons"=dword:00000000"MapNetDrvBtn"=dword:00000001"WebView"=dword:00000001"Filter"=dword:00000000"SuperHidden"=dword:00000000"SeparateProcess"=dword:00000000"ListviewAlphaSelect"=dword:00000000"ListviewShadow"=dword:00000001"ListviewWatermark"=dword:00000000"TaskbarAnimations"=dword:00000000"StartMenuInit"=dword:00000002"StartButtonBalloonTip"=dword:00000002"Start_ShowNetPlaces"=dword:00000001"Start_LargeMFUIcons"=dword:00000000"Start_MinMFU"=dword:0000000c"Start_ShowControlPanel"=dword:00000001"Start_EnableDragDrop"=dword:00000001"StartMenuFavorites"=dword:00000002"Start_ShowHelp"=dword:00000001"Start_ShowMyComputer"=dword:00000001"Start_ShowMyDocs"=dword:00000001"Start_ShowMyMusic"=dword:00000001"Start_ShowMyPics"=dword:00000001"Start_ShowPrinters"=dword:00000001"Start_ShowRun"=dword:00000001"Start_ScrollPrograms"=dword:00000000"Start_ShowSearch"=dword:00000001"Start_ShowRecentDocs"=dword:00000002"Start_AutoCascade"=dword:00000001"Start_NotifyNewApps"=dword:00000000"ClassicViewState"=dword:00000000
  22. is there any difference between these two? ;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 ;Increases the number of concurrent downloads from a site (default 2). [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "MaxConnectionsPerServer"=dword:00000010 "MaxConnectionsPer1_0Server"=dword:00000010
  23. thanks. this one is already in mine, but it did not seem to work, when I started up OE, the msn icon appeared: ;Do Not Start MS-Messenger with Outlook Express [HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express] "Hide Messenger"=dword:00000001
×
×
  • Create New...