Make sure you are using an administrator command prompt. Click the start menu, type cmd in the search box, and press ctrl+shift+enter. If you get a UAC prompt you'll know it worked.
Then, navigate to the proper directory and type 'for %i in (*.ocx) do regsvr32 %i' without the quotes and it should work.
|