Archive for April, 2010
Just sold my netbook
by admin on Apr.10, 2010, under All stuff
I just sold my netbook ![]()
Now Hijacking my parent’s pc and saving money for an Asus G73 (or a similar one with usb3 and sata 6gbps)
A quick workarround for Exact e-Synergy Outlook Add-in
by admin on Apr.07, 2010, under All stuff
I’ve had a lot of problems using Exact e-synergy’s add-in, some times i get a weird “method ~ of ~ failed”, an activex error, and sometimes even an unspecified error.
This is a quick fix for these annoying problems, it’s a simple batch command which will help:
Copy the following lines to notepad, replace [your-path-to-synergy] with the actual link and save it as a batch
@ECHO OFF
echo close all programs!
echo Office and internet explorer will be forced to close !
pause
taskkill /IM iexplore.exe /f
taskkill /IM outlook.exe /f
taskkill /IM winword.exe /f
taskkill /IM excel.exe /f
taskkill /IM msaccess.exe /f
echo all programs are closed now
regsvr32 /u /s %windir%\system32\mapiprop.dll
echo mapiprop unregistred
pause
cls
echo follow the instructions on the page uninstall
echo ignore the 'failed' error
echo if a installation window appears, accept it
echo close internet explorer when done
echo Good luck!
pause
START iexplore http://[Your-path-to-synergy]/docs/WordMergeInstalls.asp?VIEW=ADDINUNINSTALL
pause
cls
echo follow the instructions on the page install
pause
taskkill /IM iexplore.exe /f
START iexplore http://[your-path-to-synergy]/docs/WordMergeInstalls.asp?VIEW=WORDADDIN
pause
taskkill /IM iexplore.exe /f
regsvr32 /s %windir%\system32\mapiprop.dll
cls
echo finish the installation in outlook
echo via Exact e-synergy, settings.
echo Outlook will open soon...
pause
START outlook
