Tuesday, March 25, 2014

How to register an ActiveX control (.ocx) manually

The following example registers the Microsoft MAPI ActiveX Control without displaying any messages:
   Regsvr32 /s MSMAPI32.OCX
 
 
Source: http://support.microsoft.com/kb/146219 

Friday, March 07, 2014

Linux : Edit /etc/fstab from Repair filesystem” prompt

Use following command to mount the filesystem with writable permission:
Repair filesystem # mount -w -o remount /
After this you can go and change /etc/fstab file. Restart your computer and that’s it.