@echo *******************************************************************************
@echo ****** Copyright MYFIXES.COM                                            *******
@echo ******                      TERMS AND CONDITIONS                        *******
@echo *******************************************************************************
@echo Author: Paul Ionescu

 
@echo.
@echo PLEASE READ CAREFULLY!
@echo.
@echo  This batch file is provided free of charge by MYFIXES.COM and can be used 
@ECHO as long as the copyright note is not removed.
@echo. 
@echo  MYFIXES.COM asumes no liability for any damage that this batch program 
@echo may cause to your computer and advises that it should be used as directed
@echo by a technical support professional.
@echo.
@echo  The batch file will create an icon on your desktop to facilitate 
@echo access to the MY FIXES website. You can delete this icon at any time.
@echo.
@echo  Press any key to agree with these terms. By agreeing with these terms you
@echo are releasing MYFIXES.COM and the creator of the batch file from any  
@echo responsability for the use of the batch file.
@echo If you don't agree close this window.
@echo.
@pause
@cd %userprofile%\Desktop
@echo [InternetShortcut] > "My Fixes.url"
@echo URL=http://www.myfixes.com >> "My Fixes.url"
@cls
@regsvr32.exe /s atl.dll
@c:
@cd \
@cd windows\eHome
@ehSched /unregServer
@ehSched /service
@ehRecvr /unregServer
@ehRecvr /service
@ehRec.exe /unregServer
@ehRec.exe /regserver
@ehmsas.exe /unregServer
@ehmsas.exe /regserver

@echo Steps completed! Visit MyFixes.Com for more solutions!
@pause