exception NvCpl.dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm getting this message when starting my computer:

An exception occurred while trying to
run "C:\WINDOWS\System32\NvCpl.dll, NvStartup"

What should I do to fix this problem?
 
I'm getting this message when starting my computer:

An exception occurred while trying to
run "C:\WINDOWS\System32\NvCpl.dll, NvStartup"

What should I do to fix this problem?

That is related to the control panel item for an Nvidia card, and is in
an incorrect form as you give it. Start - run - regedit and look for
the line in the right pane of
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

You can't execute a dll direct as shown - it should I think be
Rundll32.exe NvCpl.dll,NvStartup
Double click in the Name column and try that - space after exe but not
after the subsequent comma
 
Back
Top