Jump to content

Beany

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

About Beany

Beany's Achievements

0

Reputation

  1. Well I spent most of a day working on my cd, now its not entirely unattended I prefer to call mine, the lazy persons winxp install, it does most of the work for you: installs winxp totaly unattended excpet to ask which partion to install winxp onto. installs first lot of programs unattended installs second lot of programs with minimal promting (winamp, ad-aware pro etc...) enters most programs preferances into registry tweaks registy removes unwanted desktop icons removes unwanted startup programs (DAP and MSN6) removes some unwanted files configs some of explorers settings (will work on the rest later) The programs covered here are: Ad-aware Alcohol 120% Acrobat Reader 5 Coffee Cup HTML editor CPU Idle daemon toolz Download Accelerator Plus DC++ Divx DVD Decrypter Directx 9 Eudora MS Java MSN 6 Nero 5.5 Oxygen Phone Manager Passware PowerDVD Tweak XP Winamp WinRAR Windows Media Player 9 Zonealarm As I spent so much time locating registry entries and so on I thought I will share them to maybe save someone else alot of time. I will skip the drivers part of my disk as thats very well exlained in the site and only takes 5mins to do. I use * to hide any of my person info and program keys Each program is in its own folder with any registry file to go with it batch.cmd and tweaks.reg are in the install folder ---------------------------batch.cmd--------------------------- CLS @echo off ECHO. ECHO Over the next few minutes you will see automated installations ECHO of various sofware applications, windows updates, and registry ECHO hacks being implemented. ECHO. ECHO Removing Wallpapers... DEL "%systemroot%\Blue Lace 16.bmp" DEL "%systemroot%\Coffee Bean.bmp" DEL "%systemroot%\FeatherTexture.bmp" DEL "%systemroot%\Gone Fishing.bmp" DEL "%systemroot%\Greenstone.bmp" DEL "%systemroot%\Prairie Wind.bmp" DEL "%systemroot%\Rhododendron.bmp" DEL "%systemroot%\River Sumida.bmp" DEL "%systemroot%\Santa Fe Stucco.bmp" DEL "%systemroot%\Soap Bubbles.bmp" DEL "%systemroot%\Zapotec.bmp" DEL "%systemroot%\Web\Wallpaper\Crystal.jpg" DEL "%systemroot%\Web\Wallpaper\Friend.jpg" DEL "%systemroot%\Web\Wallpaper\Home.jpg" DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg" DEL "%systemroot%\Web\Wallpaper\Peace.jpg" DEL "%systemroot%\Web\Wallpaper\Power.jpg" DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg" DEL "%systemroot%\Web\Wallpaper\Radiance.jpg" DEL "%systemroot%\Web\Wallpaper\Ripple.jpg" DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg" DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg" DEL "%systemroot%\Web\Wallpaper\Ascent.jpg" DEL "%systemroot%\Web\Wallpaper\Autumn.jpg" DEL "%systemroot%\Web\Wallpaper\Azul.jpg" DEL "%systemroot%\Web\Wallpaper\Follow.jpg" DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg" DEL "%systemroot%\Web\Wallpaper\Tulips.jpg" DEL "%systemroot%\Web\Wallpaper\Wind.jpg" ECHO. ECHO Removing useless shortcuts... DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk" ECHO. ECHO Removing Screensavers... DEL "%systemroot%\system32\dllcache\scrnsave.scr" DEL "%systemroot%\system32\dllcache\ss3dfo.scr" DEL "%systemroot%\system32\dllcache\ssbezier.scr" DEL "%systemroot%\system32\dllcache\ssflwbox.scr" DEL "%systemroot%\system32\dllcache\ssmarque.scr" DEL "%systemroot%\system32\dllcache\ssmypics.scr" DEL "%systemroot%\system32\dllcache\ssmyst.scr" DEL "%systemroot%\system32\dllcache\sspipes.scr" DEL "%systemroot%\system32\dllcache\ssstars.scr" DEL "%systemroot%\system32\dllcache\sstext3d.scr" DEL "%systemroot%\system32\scrnsave.scr" DEL "%systemroot%\system32\ss3dfo.scr" DEL "%systemroot%\system32\ssbezier.scr" DEL "%systemroot%\system32\ssflwbox.scr" DEL "%systemroot%\system32\ssmarque.scr" DEL "%systemroot%\system32\ssmypics.scr" DEL "%systemroot%\system32\ssmyst.scr" DEL "%systemroot%\system32\sspipes.scr" DEL "%systemroot%\system32\ssstars.scr" DEL "%systemroot%\system32\sstext3d.scr" ECHO. ECHO Installing DirectX 9.0a ECHO Please wait... start /wait %systemdrive%\install\dx9\dxsetup.exe /opk ECHO. ECHO Updating Microsoft JavaVM to 3810 ECHO Please wait... start /wait %systemdrive%\install\javavm\msjav.exe /Q:A /R:N ECHO. ECHO Installing MSN Messenger 6.0.0602 Final ECHO Please wait... start /wait %systemdrive%\install\msn\MsnMsgs.msi /QB ECHO. ECHO Installing Windows Media Player 9 ECHO Please wait... start /wait %systemdrive%\install\wmp9\MPSetupXP.exe /Q:A /R:N ECHO. ECHO Installing Divx ECHO Please wait... start /wait %systemdrive%\install\divx\divx.exe /s ECHO Configuring Divx REGEDIT /S %systemdrive%\install\divx\divx.reg ECHO. ECHO Installing Acrobat Reader 5.00 ECHO Please wait... start /wait %systemdrive%\install\ar500enu\Setup.exe -s f1"%systemdrive%\install\ar500enu\setup.iss" ECHO. ECHO Installing Alcohol 120% ECHO Please wait... start /wait %systemdrive%\install\alcohol\setup.msi /QB ECHO Registering Alcohol 120%... REGEDIT /S %systemdrive%\install\alcohol\keystuff.reg ECHO. ECHO Installing Passware 5.5 ECHO Please wait... start /wait %systemdrive%\install\passware\kit.exe /S ECHO. ECHO Installing Oxygen ECHO Please wait... start /wait %systemdrive%\install\oxygen\setup.exe /S ECHO Coping Key file and crack COPY "%systemdrive%\Program Files\oxygen\OPM2\opm.exe" COPY "%systemdrive%\Program Files\oxygen\OPM2\opm.key" ECHO. ECHO Installing Tweak XP ECHO Please wait... start /wait %systemdrive%\install\tweakxp\tweakxp-setup.exe /QB ECHO. ECHO Installing DVD D ECHO Please wait... start /wait %systemdrive%\install\dvdd\dvdd.exe /S ECHO. ECHO Installing DC++ ECHO Please wait... start /wait %systemdrive%\install\dc\dcplusplus.exe /S COPY %systemdrive%\install\dc\DCPlusPlus.xml "%systemdrive%\Program Files\DC++" ECHO. ECHO Installing Daemon Toolz 3.33 ECHO Please wait... start /wait %systemdrive%\install\daemon333\daemon.msi /QB ECHO. ECHO Installing Nero 5.5 ECHO Please wait... start /wait %systemdrive%\install\nero55\nero551042.exe /silent /noreboot ECHO Registering Nero Burning ROM... REGEDIT /S %systemdrive%\install\nero55\keystuff.reg ECHO. ECHO Installing Power DVD 5 ECHO Please wait... start /wait %systemdrive%\install\powerdvd5\Setup.exe -s f1"%systemdrive%\install\powerdvd5\setup.iss" ECHO. ECHO Installing WinRAR 3.20 ECHO Please wait... start /wait %systemdrive%\install\winrar\winrar.exe /s ECHO Configuring WinRAR REGEDIT /S %systemdrive%\install\winrar\winrar.reg ECHO. ECHO Installing Adaware 6 use code: 1*****3 when promted ECHO Please wait... start /wait %systemdrive%\install\adaware\Setup.exe /S ECHO. ECHO Installing Download Accelerator Plus 5.3 ECHO Please wait... start /wait %systemdrive%\install\dap\dap53.exe /S ECHO Configuring Download Accelerator Plus 5.3 REGEDIT /S %systemdrive%\install\dap\dap.reg ECHO. ECHO Running Download Accelerator Plus Crack please press crack when the window appears ECHO Please wait... COPY %systemdrive%\install\dap\dap53crack.exe "%systemdrive%\Program Files\DAP\" start /wait /D"%systemdrive%\Program Files\DAP\" dap53crack.exe DEL "%systemdrive%\Program Files\DAP\dap53crack.exe" ECHO. ECHO Installing Eudora 5.2.1 ECHO Please wait... start /wait %systemdrive%\install\eudora\Setup.exe -s f1"%systemdrive%\install\eudora\setup.iss" ECHO. ECHO Installing Coffee ECHO Please wait... start /wait %systemdrive%\install\coffee\coffee.exe /s ECHO. ECHO Running Coffee Crack please press crack when the window appears ECHO Please wait... COPY %systemdrive%\install\coffee\coffeecrack.exe "%systemdrive%\Program Files\CoffeeCup Software\" start /wait /D"%systemdrive%\Program Files\CoffeeCup Software\" coffeecrack.exe DEL "%systemdrive%\Program Files\CoffeeCup Software\coffeecrack.exe" ECHO. ECHO Installing Winamp 2.90 ECHO Please wait... start /wait %systemdrive%\install\winamp\winamp.exe /S ECHO. ECHO Installing CPU Idle 6 Click no when asked to reboot ECHO Please wait... start /wait %systemdrive%\install\cpuidle\cpuidle6.exe /S ECHO Configuring CPU Idle 6... REGEDIT /S %systemdrive%\install\zonealarm\zonealarm.reg ECHO. ECHO. ECHO Installing Zonealarm ECHO Please wait... start /wait %systemdrive%\install\zonealarm\zap.exe /S /noreboot ECHO Registering and configuring Zonealarm... REGEDIT /S %systemdrive%\install\zonealarm\zonealarm.reg ECHO. ECHO Tweaking Registry REGEDIT /S %systemdrive%\install\tweaks.reg ECHO. ECHO Deleting Desktop Shortcuts DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Ad-aware 6.0.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Ad-watch 3.0.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Download Accelerator Plus.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\DVD Decrypter.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Logoff Windows.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Reboot Computer.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Shutdown Windows.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Tweak-XP Pro.lnk" DEL "%systemdrive%\Documents and Settings\Beany\Desktop\Winamp.lnk" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\install RD /S /Q %systemdrive%\Drivers ECHO. EXIT ---------------------------tweaks.reg--------------------------- Windows Registry Editor Version 5.00 ;Disable Recycle Bin ;Removes low disk space check, start menu pins, recent docs, and forces control pannel into classic mode [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoDriveTypeAutoRun"=dword:00000091 "NoCDBurning"=dword:00000001 "NoRecycleFiles"=dword:00000001 "NoLowDiskSpaceChecks"=dword:00000001 "NoStartMenuPinnedList"=dword:00000001 "NoRecentDocsMenu"=dword:00000001 "ForceClassicControlPanel"=dword:00000001 "Start_NotifyNewApps"=dword:00000000 ;Removes MSN v6 from startup [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "MsnMsgr"=- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "DownloadAccelerator"=- "WinampAgent"=- "Ad-watch"="\"C:\\Program Files\\Lavasoft\\Ad-aware 6\\Ad-watch.exe\"" ;Stuff [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:00000000 "WebView"=dword:00000000 "Filter"=dword:00000000 "SuperHidden"=dword:00000001 "SeparateProcess"=dword:00000000 "ListviewAlphaSelect"=dword:00000000 "ListviewShadow"=dword:00000000 "ListviewWatermark"=dword:00000000 "TaskbarAnimations"=dword:00000000 "StartMenuInit"=dword:00000002 "Start_LargeMFUIcons"=dword:00000000 "Start_MinMFU"=dword:00000000 "Start_ShowControlPanel"=dword:00000001 "Start_EnableDragDrop"=dword:00000001 "StartMenuFavorites"=dword:00000000 "Start_ShowHelp"=dword:00000000 "Start_ShowMyComputer"=dword:00000000 "Start_ShowMyDocs"=dword:00000000 "Start_ShowMyMusic"=dword:00000000 "Start_ShowMyPics"=dword:00000000 "Start_ShowPrinters"=dword:00000000 "Start_ShowRun"=dword:00000001 "Start_ScrollPrograms"=dword:00000000 "Start_ShowSearch"=dword:00000001 "Start_ShowRecentDocs"=dword:00000000 "Start_AutoCascade"=dword:00000000 "Start_NotifyNewApps"=dword:00000000 "Start_AdminToolsRoot"=dword:00000000 "StartMenuAdminTools"=dword:00000000 "TaskbarSizeMove"=dword:00000001 "TaskbarGlomming"=dword:00000000 "NoNetCrawling"=dword:00000001 "FolderContentsInfoTip"=dword:00000001 "FriendlyTree"=dword:00000000 "WebViewBarricade"=dword:00000001 "DisableThumbnailCache"=dword:00000001 "ShowSuperHidden"=dword:00000001 "ClassicViewState"=dword:00000001 "PersistBrowsers"=dword:00000000 "CascadeNetworkConnections"="YES" "StartButtonBalloonTip"=dword:00000002 "Start_ShowNetConn_ShouldShow"=dword:00000042 ;IE stuff [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Start Page"="about:blank" "ShowGoButton"="no" "NotifyDownloadComplete"="no" "Use FormSuggest"="yes" ;Always unload Dlls [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer] "AlwaysUnloadDll"=dword:00000001 "NoStartMenuPinnedList"=dword:00000001 ;RAM usage tweaks [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "DisablePagingExecutive"=dword:00000001 "LargeSystemCache"=dword:00000001 "IoPageLockLimit"=dword:1bf00000 "SecondLevelDataCache"=dword:00000100 ;Prefetcher tweak(faster booting) [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000003 ;Disable Autorun [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom] "AutoRun"=dword:00000000 ;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\"" ;Disable Automatic Restart in the event of a BSOD [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl] "AutoReboot"=dword:00000000 ;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 Imapi CD-Burning Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService] "Start"=dword:00000004 ;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 Nvidia Driver Helper Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NVSvc] "Start"=dword:00000004 ;Disable Windows Time Service [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time] "Start"=dword:00000004 ;Adds search keywords to Internet Explorer (in this order: Microsoft Knowledge Base, Altavista, Google, MSN, FileMirrors) [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 ;Removes Language Bar [-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}] @="Language bar" "MenuTextPUI"="@%SystemRoot%\\System32\\msutb.dll,-325" ;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 ;Change MenuShowDelay (Start Menu load speed) [HKEY_CURRENT_USER\Control Panel\Desktop] "MenuShowDelay"="2" ;Remove Shared Documents from My Computer [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}] ;Remove Shortcut Arrows [HKEY_CLASSES_ROOT\lnkfile] "IsShortcut"=- ;Disables Windows Tour bubble popup [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 ;Speed up browsing remote computers [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}] ;Speed up NTFS [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisable8dot3NameCreation"=dword:00000001 "Win31FileSystem"=dword:00000000 "Win95TruncatedExtensions"=dword:00000001 "NtfsDisableLastAccessUpdate"=dword:00000001 ;Disable QoS [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched] "NonBestEffortLimit"=dword:00000000 ;Speed up shutdown [HKEY_CURRENT_USER\Control Panel\Desktop] "HungAppTimeout"="5000" "WaitToKillAppTimeout"="4000" ;Speed up shutdown [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="2000" ;Disable System Restore [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore] "DisableSR"=dword:00000001 ;Disable Remote Assistance [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000001 "fAllowToGetHelp"=dword:00000000 ;Disable Autoupdates [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] "NoAutoUpdate"=dword:00000001 ;Disable Autoupdates [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000001 "AUState"=dword:00000007 ---------------------------alcohol.reg--------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Alcohol Soft\Alcohol 120%\Info] "UserName"="*" "Company"="*" "SerialNo"="********" ---------------------------cpuidle.reg--------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\CpuIdle] "SplashScreen"=dword:00000000 "Optimization"=dword:00000001 "HideTaskBar"=dword:00000000 "K7CoolingMode"=dword:00000001 "WaitForMBM"=dword:00000000 "IdleDisplay"=dword:00000002 "IdleInterval"=dword:0000000a "Emergency Action"=dword:00000000 "SensorInterval"=dword:00000006 "Temp"=dword:00000046 "MBMSensor"=dword:00000001 "OptFixSnd"=dword:00000000 [HKEY_CURRENT_USER\Software\CpuIdle\Dialogs] [HKEY_CURRENT_USER\Software\CpuIdle\Dialogs\CpuIdle Pro could not detect Motherboard Monitor 5 1 or later running on this system If you want t] "DontShow"=dword:00000001 [HKEY_CURRENT_USER\Software\CpuIdle\Dialogs\CpuIdle Pro has detected that your computer is equipped with an AMD Athlon or Duron CPU To make su] "DontShow"=dword:00000001 [HKEY_CURRENT_USER\Software\CpuIdle\Dialogs\Welcome! You are running CpuIdle Pro for the first time Right-click on the tray icon to configure ] "DontShow"=dword:00000001 ---------------------------dap.reg--------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\SpeedBit\Download Accelerator] "FTPSearchAutoFind"=dword:00000001 "AllowUpdate"=dword:00000001 "FTPSearchAutoSelect"=dword:00000001 "NewVersionChecking"=dword:00000001 "RegularAccelerateWindow"=dword:00000000 "RemoveFromListWhenOK"=dword:00000001 "NoInfoWindow"=dword:00000000 "InstallCompany"="*" "InstallEmail"="*" "InstallUser"="*" "InstallAge"="" "InstallProf"="" "InstallGender"="A" "InstallInterests"="" "Download Directory"="C:\\Documents and Settings\\*\\Desktop" "TempDirectory"="C:\\PROGRA~1\\DAP\\Temp" "Details"=dword:00000001 "SessionTime"=dword:00000001 "BarIntegrated"=dword:00000000 "HelperIntegrated"=dword:00000000 "MultiLang"=dword:00000000 "ShowDownloadCompleted"=dword:00000000 "ShowDeleteURLDialog"=dword:00000000 "Secure"=dword:00000000 "MinimizeToTray"=dword:00000001 "BrowserLog"=dword:00000000 "FTPSearchCountry"="United Kingdom (UK)" "FTPSearchRegion"="No region to select" "DialupDisconnectAfterDownload"=dword:00000000 "MaxSimulataniousDownloads"=dword:00000001 "ConnectionBPS"=dword:0000dac0 ---------------------------divx.reg--------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\DivXNetworks\DivX4Windows] "Postprocessing"=dword:0000003c "Warmth Strength"=dword:00000000 "Warmth Filter"=dword:00000000 "Brightness"=dword:00000000 "Contrast"=dword:00000000 "Saturation"=dword:00000000 "AspectRatio_X"=dword:00000000 "AspectRatio_Y"=dword:00000000 "Smooth Playback"=dword:00000001 "Extended Yuv Mode"=dword:00000001 "Double Buffering"=dword:00000001 "Extended Overlay Mode"=dword:00000001 "Disable Logo"=dword:00000001 "ATI Disable"=dword:00000000 ---------------------------nero.reg--------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\ahead\Nero - Burning Rom\Info] "User"="*" "Company"="*" "Serial5"="*" "HaveReadSNFromFile"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info] "User"="*" "Company"="*" "Serial5"="*" "HaveReadSNFromFile"=dword:00000000 ---------------------------winrar.reg--------------------------- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\WinRAR\Profiles\0] "Name"="Default Profile" "Default"=dword:00000001 "ImmExec"=dword:00000000 "ExclNames"="" "StoreNames"="" "UseRAR"=dword:00000001 "SFXModule"="" "SFXIcon"="" "CmtFile"="" "CmtText"="" "VolumeSize"="0" "VolPause"=dword:00000000 "OldVolNames"=dword:00000000 "RecVolNumber"=dword:00000000 "Update"=dword:00000000 "Fresh"=dword:00000000 "SyncFiles"=dword:00000000 "Move"=dword:00000000 "Solid"=dword:00000001 "AV"=dword:00000000 "Test"=dword:00000001 "Recovery"=dword:00000000 "EraseDest"=dword:00000000 "AddArcOnly"=dword:00000000 "ClearArc"=dword:00000000 "Lock"=dword:00000000 "Method"=dword:00000003 "DictSizeLZ"=dword:00400000 "Background"=dword:00000000 "Password"=hex:49 "EncryptHeaders"=dword:00000000 "OpenShared"=dword:00000000 "ProcessOwners"=dword:00000000 "SaveStreams"=dword:00000000 "GenerateArcName"=dword:00000000 "VersionControl"=dword:00000000 "GenerateMask"="yyyymmddhhmmss" "FileTimeMode"=dword:00000000 "FileDays"=dword:00000000 "FileHours"=dword:00000000 "FileMinutes"=dword:00000000 "FileTimeBefore"=dword:88000000 "FileTimeAfter"=dword:88000000 "ArcTimeOriginal"=dword:00000000 "ArcTimeLatest"=dword:00000000 "PathsAbs"=dword:00000000 "PathsNone"=dword:00000000 "SeparateArc"=dword:00000000 "EmailArcTo"="" "PackDetails"=hex:00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 "Shutdown"=dword:00000000 "mtime"=dword:00000004 "ctime"=dword:00000000 "atime"=dword:00000000 ---------------------------zonealarm.reg--------------------------- Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration] "RegisteredOwner"="~B^G" "RegisteredOrganization"="" "EMailAddr"="~C3Cw%2C" "WantEmail"="~2" "FullRegistration"="~2" "SerialNum"="*" "SurveySkillLevel"="~Y22zmE+" "SurveyNumComps"="~Y22zmE+" "SurveyConnectType"="~Y22zmE+" "SurveyPCtype"="~Y22zmE+" [HKEY_LOCAL_MACHINE\SOFTWARE\Zone Labs\ZoneAlarm\Registration\4.0.123.012] "RegisteredSerial"="TRUE" "LastCheckDate"=dword:3f019715 "LastCheckResult"=dword:000000c8 "RegisterDate"="" @="" "ProductName"="ZoneAlarm Pro" "Language"="en" "ProductExe"="C:\\PROGRA~1\\Zone Labs\\ZoneAlarm\\zapro.exe" "ProductGroup"="C:\\Documents and Settings\\All Users\\Start Menu\\Programs\\Zone Labs" "OEM"="1026"
×
×
  • Create New...