i still have a Sealed OEM package of the SR-2 i guess :p
]]>If you’re an individual and you need a simple website, leave a reply (you need to have a hosting space!).
]]>If you are looking for a way to run a lightweight webserver, here’s a tip:
Good luck
Click
Ensure to switch to your product’s language before downloading!
]]>Credits:
Security.nl
Run to the windows based server which runs DNS.
Open CMD (with administrator privileges) and run these commands:
dnscmd /Config /EnableEDnsProbes 0
Followed by:
dnscmd /Clearcache
Try to visit the unconnectable site, Good luck!
]]>A quote from the author:
To mount a partition inside the disk image you need to calculate the offset of where the partition starts. You can use fdisk to show this information to you, but you need to specify the number of cylinders if you are using a disk image.
Good luck!
]]>Visual C++ Error
Cannot start vcenter converter server service.
I’ve been searching over the net and found a german website which had a simple workaround:
Go to your active directory’s users and computers snap-in.
Add a new securitygroup named “Domain Admins” and try to install the Vmware vCenter Converter again.
If that still doesn’t work, add the Administrators group to’ “Domain Admins” Member of ‘
Good luck
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