@echo off ::edited 6:27 AM 2/24/2007 ::Do not edit or mirror , Please ::maintained by Lonny color 4E VER|find "Windows 2000">NUL IF NOT ERRORLEVEL 1 GOTO NT VER|find "Windows XP">NUL IF NOT ERRORLEVEL 1 GOTO NT VER|find "Windows 95">NUL IF NOT ERRORLEVEL 1 GOTO last VER|find "Windows 98">NUL IF NOT ERRORLEVEL 1 GOTO last VER|find "Windows Millennium">NUL IF NOT ERRORLEVEL 1 GOTO last VER|find "Windows 2003">NUL IF NOT ERRORLEVEL 1 GOTO NT echo Unsupported Version goto last :NT IF not exist %systemdrive%\bfu\bfu.exe Echo sidekickfix cannot run unless BFU.exe exists in the proper location %systemdrive%\BFU\ . Press any key to exit. Please try again. & Pause & Exit cd %systemdrive%\bfu echo. echo. echo.Do not use this fix unless it is suggested by a qualified tech/forum helper.. echo.If you haven't already Please post your logs in the forum first. echo. echo.Use at your own risk echo. echo.Do you want to continue ? Echo Press Y for YES or N for NO and then press Enter: set /p keuze={Y,N} If '%keuze%'=='Y' goto autofix If '%keuze%'=='y' goto autofix If '%keuze%'=='N' Goto exit If '%keuze%'=='n' Goto exit :autofix echo.OptionRunSilent>%systemdrive%\BFU\fix.bfu echo.OptionPauseBetweenCmds 500>>%systemdrive%\BFU\fix.bfu echo.OptionOnDeleteFailUseReboot>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%APPDATA%%\Sskcwrd.dll>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%APPDATA%%\Sskknwrd.dll>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%SYSDIR%%\bk.exe>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%SYSDIR%%\repair~1.dll>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%APPDATA%%\Dxcknwrd.dll>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%SYSDIR%%\dxclib~1.dll>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%APPDATA%%\Dxcuknwrd.dll>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%SYSDIR%%\bkd.exe>>%systemdrive%\BFU\fix.bfu echo.ServiceDelete Network Monitor>>%systemdrive%\BFU\fix.bfu echo.ServiceDelete cmdservice>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%SYSDIR%%\atmtd.dll>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%SYSDIR%%\atmtd.dll._>>%systemdrive%\BFU\fix.bfu echo.Filedeleteonreboot %%SYSDIR%%\bkd.exe>>%systemdrive%\BFU\fix.bfu echo.OptionSetBFURunOnReboot %%systemdrive%%\BFU\onreboot.bfu>>%systemdrive%\BFU\fix.bfu echo.SystemRestart The PC must be restarted^|^1>>%systemdrive%\BFU\fix.bfu ::=====second script echo.OptionRunSilent>%systemdrive%\BFU\onreboot.bfu echo.OptionPauseBetweenCmds 500>>%systemdrive%\BFU\onreboot.bfu echo.SystemEmptyRecycleBin>>%systemdrive%\BFU\onreboot.bfu echo.SystemEmptyTempFolder>>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete %%PROGRAMFILES%%\Common Files\VCClient>>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete %%PROGRAMFILES%%\SurfSideKick 3 >>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete %%PROGRAMFILES%%\DeluxeCommunications>>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete %systemdrive%\DeluxeCommunications>>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete %%PROGRAMFILES%%\Web Buying>>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete %%PROGRAMFILES%%\Network Monitor>>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete %SYSDIR%\nstlr>>%systemdrive%\BFU\onreboot.bfu echo.Folderdelete C:\Documents and Settings\LocalService\Application Data\NetMon>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCU\Software\SurfSideKick3>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\CLSID\{02EE5B04-F144-47BB-83FB-A60BD91B74A9} >>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Surf SideKick>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\SurfSideKick3>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DeluxeCommunications>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Outerinfo>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WebBuying>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\DeluxeCommunications>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\CLSID\{A8BD6820-6ED7-423E-9558-2D1486B0FEEA}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\CLSID\{C318CD44-E327-4377-A28E-6EC16A921AE8}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{C318CD44-E327-4377-A28E-6EC16A921AE8}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\Plugin.Plugin>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\Plugin.Plugin.1>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCU\Software\WebBuying>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\AppID\{4886E1BD-560B-4D75-AD85-D66CCE2DDF53}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\AppID\PopEngine.DLL>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\Interface\{15CEB2D5-4E8F-4B18-B335-34A5995DB3E8}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\Interface\{839DF29D-6993-475A-9411-B2DA1B9819B6}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\Tldctl2.URLLink>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\Tldctl2.URLLink.1>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKCR\TypeLib\{20E65AC6-C457-484D-B386-AD2DB3753865}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{3877C2CD-F137-4144-BDB2-0A811492F920}>>%systemdrive%\BFU\onreboot.bfu echo.RegDeleteKey HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A394E835-C8D6-4B4B-884B-D2709059F3BE}>>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKCU\SOFTWARE\Microsoft\Internet Explorer\UrlSearchHooks^|^{A8BD6820-6ED7-423E-9558-2D1486B0FEEA}>>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKLM\SOFTWARE\Microsoft\Internet Explorer\UrlSearchHooks^|^{A8BD6820-6ED7-423E-9558-2D1486B0FEEA}>>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKCU\SOFTWARE\Microsoft\Internet Explorer\UrlSearchHooks^|^{02EE5B04-F144-47BB-83FB-A60BD91B74A9} >>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKLM\SOFTWARE\Microsoft\Internet Explorer\UrlSearchHooks^|^{02EE5B04-F144-47BB-83FB-A60BD91B74A9} >>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run^|^CU1 >>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run^|^CU2 >>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run^|^SurfSideKick 3 >>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run^|^SurfSideKick 3 >>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run^|^DeluxeCommunications>>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run^|^DeluxeCommunications>>%systemdrive%\BFU\onreboot.bfu echo.RegDelValue HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run^|^WebBuying>>%systemdrive%\BFU\onreboot.bfu echo.RegSetStringValue HKCU\Software\Microsoft\Internet Explorer\URLSearchHooks^|^{CFBFAE00-17A6-11D0-99CB-00C04FD64497}^|^ >>%systemdrive%\BFU\onreboot.bfu echo.RegSetStringValue HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows^|^AppInit_DLLs^|^ >>%systemdrive%\BFU\onreboot.bfu echo.OptionBFUExit >>%systemdrive%\BFU\onreboot.bfu cls echo. echo.Close all browsers and explorer folders. echo. echo.Your PC will need to be restarted, click yes when prompted. pause start %systemdrive%\bfu\bfu.exe fix.bfu cls exit :LAST echo Unsupported version>>message.txt notepad message.txt exit :exit cls exit