Jump to content

Mercury

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Mercury

Mercury's Achievements

0

Reputation

  1. I'm trying to integrate SATA/RAID Drivers into my Windows XP Pro installation CD to avoid pressing F6 during Windows installation. The drivers are a part of Intel Application Accelerator RAID Edition. There are two controllers: "Intel® 82801FR SATA RAID Controller" "Intel® 82801FR SATA AHCI Controller" The files: iaStor.sys iaStor.inf iaStor.cat iaAHCI.inf iaAHCI.cat txtsetup.oem What is the best way to integrate these drivers into my Windows XP CD? I came across method that involves editing TXTSETUP.SIF and another where I have to add [MassStorageDrivers] and [OEMBootFiles] sections into winnt.sif. Which method is better? The problem with TXTSETUP.SIF method is that it installs both controllers and my BIOS is set to AHCI mode (Not RAID) If both RAID and AHCI are installed, Windows setup will generate errors. These two controllers use the same iaStor.sys file. Is it possible to only include files required for AHCI + iaStor.sys. Do I have to include txtsetup.oem as well?
  2. The following tweak don't seem to do anything. Did anyone get these to work? Just curious. ;Remove Balloon Tips on Start Menu items [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMBalloonTip"=dword:00000001 ;Remove Start Button Balloon Tip [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "StartButtonBalloonTip"=dword:00000000
  3. Remove frequently accessed programs list from Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuMFUprogramsList"=dword:00000001 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuMFUprogramsList"=dword:00000001
  4. All about Balloon Tips Remove folder content Balloon Tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "FolderContentsInfoTip"=dword:00000000 Remove Balloon Tips on folder and Desktop items [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowInfoTip"=dword:00000000 Remove Balloon Tips on Start Menu items [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoSMBalloonTip"=dword:00000000 Remove Start Button Balloon Tip [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "StartButtonBalloonTip"=dword:00000000 Disable Notification Area Balloon Tips [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EnableBalloonTips"=dword:00000000
  5. Well it simply removes all addons from IE such as Flashget button, adobe reader toolbars, Norton Antivirus custom toolbars and any other custom toolbars that get installed with different applications. Each of them can be removed manually (by deleting each CLSID separately), but the above code removes all at once. They are no longer shown in Add-on manager or IE context menu. It doesn't remove any needed active-x or anything that comes installed with IE. It just removes all the extra stuff. Don't apply these tweaks if you actually use custom addons. Note: browser extensions are extra toolbar buttons (flashget, messanger ..) Some browser helper objects contain spyware and others simply slow it down.
  6. Remove All Internet Explorer Add-ons Remove All Browser Helper Objects [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects] Remove All Browser Extensions [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions] Remove All Toolbars [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar]
  7. Remove frequently accessed programs list from Start Menu [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoStartMenuMFUprogramsList"=dword:00000001
  8. Disable Internet Explorer Cookie "Privacy Icon" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "PrivDiscUiShown"=dword:00000001 Disable Internet Explorer Auto-Complete prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms] "AskUser"=dword:00000000 Disable Internet Explorer "You are about to view pages over a secure connection" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "WarnOnZoneCrossing"=dword:00000000 Disable Internet Explorer "Send information to the Internet" prompt [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3] "1601"=dword:00000000 Disable Internet Explorer Information Bar Prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar] "FirstTime"=dword:00000000
  9. Did you check my Service Pack 2 Registry Tweaks Mini-Guide on the previous page? Perhaps you should.. Last 4 tweaks are what you looking for.
  10. I already figured it out, but thanx anyway
  11. Apply List View to all folders [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams] "Settings"=hex:08,00,00,00,03,00,00,00,01,00,00,00,e0,a5,1f,0e,73,35,cf,11,ae,\ 69,08,00,2b,2e,12,62,04,00,00,00,0a,00,00,00,43,00,00,00
  12. Enable Internet Explorer Status Bar [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "StatusBarWeb"=dword:00000001
  13. Service Pack 2 Registry Tweaks Mini-Guide Here is a collection of SP2 registry tweaks. Last 4 tweaks are particularly useful and have detailed description of what they actually do. Disable Information Bar Prompt in Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\InformationBar] "FirstTime"=dword:00000000 Disable Security Center Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] "Start"=dword:00000004 Override Antivirus Monitoring [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "AntiVirusOverride"=dword:00000001 Override Windows Firewall Monitoring [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "FirewallOverride"=dword:00000001 Disable Windows Firewall Taskbar Notifications [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "FirewallDisableNotify"=dword:00000001 Disable Antivirus Taskbar Notifications [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "AntiVirusDisableNotify"=dword:00000001 Disable Automatic Updates Taskbar Notifications [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "UpdatesDisableNotify"=dword:00000001 Disable Digital Signature Checking in Internet Explorer [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:00000001 Prevent Windows from checking Zone Information in files when user tries to open them in Windows Explorer [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;" Prevent Windows from preserving Zone Information in file attachments [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 Prevent users from manually removing Zone Information from file attachments [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "HideZoneInfoOnProperties"=dword:00000001 The last 4 tweaks need a bit of explanation. I'm sure everyone noticed Windows XP SP2 Security Warnings when opening downloaded files in Internet and Windows Explorer. CheckExeSignatures and RunInvalidSignatures disable "The publisher could not be verified" prompts when running downloaded files. When a user downloads a file from the Internet, Windows automatically marks the file attachment with its zone information (such as Restricted, local, internet..) Based on file's zone information Windows assignes a proper risk level (High, Moderate, or Low) To disable this feature SaveZoneInformation is set to 1. Files listed in LowRiskFileTypes are not blocked by Windows and a security message is never displayed. If LowRiskFileTypes is not configured, downloads that were made before SaveZoneInformation was set to 1, will still display Warning message. When HideZoneInfoOnProperties is set to 1, the "Unblock" button in file's properties, allowing user to remove zone infomation manually, is not displayed.
  14. I need a registry tweak that applies "Icons" view to all folders. So far I've only seen list and detail view. Thanx
  15. Ok I'll start the discussion. I have few question about some of the registry tweak I came across. I need to know exactly what these are for: 1.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Group Policy Objects\{11D31951-7848-48E3-89C2-6762AF05C427}User\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 2.[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips] "Show"=dword:00000000 3. [-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}] 4.[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisable8dot3NameCreation"=dword:00000000 "Win31FileSystem"=dword:00000000 "Win95TruncatedExtensions"=dword:00000001 "NtfsDisableLastAccessUpdate"=dword:00000001 Also I need to know how to enable Quick Launch Bar under Windows XP SP2. please use CODE blocks where needed
×
×
  • Create New...