You can install this feature in three ways:
rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 <inf file location>
<INF file location> should be the full-qualified path to the weautostart.inf file. This is "c:\program files\WindowsEnabler\weautostart.inf" by default. You can use this command for example in a batch installation or configuration tool.
There are two ways to uninstall this feature:
rundll32.exe setupapi,InstallHinfSection DefaultUnInstall 132 <inf file location>
<INF file location> should be the full-qualified path to the weautostart.inf file. This is by default c:\program files\WindowsEnabler\weautostart.inf. You can use this command for example in a batch installation or configuration tool.