View Single Post
  #5  
Old 01-27-2011, 05:28 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

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.
Reply With Quote