Error....XP or file problem?

  • Thread starter Thread starter spazmosis
  • Start date Start date
S

spazmosis

Component mswinsck.ocx or one of its dependencies not
registered correctly: a file is missing or invalid. Any
clues??
 
Component mswinsck.ocx or one of its dependencies not
registered correctly: a file is missing or invalid. Any
clues??
First use the search companion to ensure that the files exists.
If it exists, unregister and re-register the file.

Assuming this is the correct path for the file,
To unregister
regsvr32 /u \windows\system32\MSWINSCK.OCX

and the register it:
regsvr32 \windows\system32\MSWINSCK.OCX


Dave
 
Back
Top