Jump to content

Corrupt Control Panel (.cpl) file Repair?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
xXHalfSliceXx

xXHalfSliceXx

    Speaks fluent binary

  • Moderators
  • 1,694 posts
So I need a tutorial or something on how to repair a .cpl file. A friend of mine's had a malware infection and it corrupted his cpl file.

Thanks

Posted Image
Posted Image


#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
I can't find any solution to this. Have you tried copying your .cpl files to his computer or running Windows XP Repair?

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Is it disabled or corrupted?!

#4
troopy

troopy

    Newbie

  • Members
  • Pip
  • 4 posts
I'm not sure if 'system file checker' will work but it's probably worth a go with the '/scannow' option.

after it's run check in event viewer to see if any files have been replaced, if they have you'll need to

re-register them with: regsvr32.exe. \path to file


If that dosen't work, you could copy the *.cpl files from the cd to your system32 dir and re-register them.

expand d:\i386\appwiz.cp_ c:\winnt\system32\appwiz.cpl

then

regsvr32 c:\winnt\system32\appwiz.cpl

this will re-register the 'add remove programs' control panel.

If this dosent work, try unregistering the files first using:

regsvr32 /u c:\winnt\system32\appwiz.cpl

then replace and re-register, you may have to boot into the recovery console and delete the file/s
first, i.e. delete appwiz.cpl then expand apwiz.cp_ c:\windows\system32\appwiz.cpl

I have just used appwiz.cpl as an example.

to re-register the control panel icons do:

rundll32.exe shell32.dll,Control_FillCache_RunDLL



more info here:

Replacing Missing Control Panel Icons

Add/Remove Programs tool displays installed programs incorrectly

PRB: System Properties Are Unavailable After You Install the Data Synchronization Update

#5
nullbyte

nullbyte

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 302 posts
Start -> Run : write:

cmd


Inside, type:

sfc /scannow


What is SFC?

Microsoft said:

Microsoft® Windows XP Windows File Checker Version 5.1
© 1999-2000 Microsoft Corp. All rights reserved

Scans all protected system files and replaces incorrect versions with correct Microsoft versions.

Notice: You may need an Windows XP CD.