Saturday, April 13, 2013

CUDA: NVidia Driver/NSight Installation failure: NVidia installation failed…

 

If you see some component are installed and some are not, and you had even removed previous CUDA toolkit version manually.

It is most likely a registry issue: try take these steps mentioned in method1 (may method2 will work too, but I have not tried) of this post

 

http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/cannot-access-the-windows-management/8849f190-cf4b-e011-8dfc-68b599b31bf5

 

Method 1

You may follow these steps and check if the issue persists.

a. Click Start -> Type CMD -> Right click on CMD from the result -> Click Run as Administrator

b. Run the following command one at a time and press enter to execute

• cd /d %windir%\system32\wbem

• for %i in (*.dll) do regsvr32 -s %i

• for %i in (*.exe) do %i /regserver

c. Close all windows and reboot the computer and now try opening the system information

 

 

Method 2

You may also try rebuilding WMI repository and check if the issue persists.

a. Click Start -> Type CMD -> Right click on CMD from the result -> Click Run as Administrator

b. Type the command ‘net stop winmgmt’ and press enter

c. Leave the command prompt open and click Start and type system32 -> Open the folder system32 from the result pane

d. From the system32 folder open Wbem and look for the folder Repository

e. Right click on Repository and click rename

f. Change the folder name from Repository to Repository.old

g. Switch back to command prompt and type net start winmgmt and hit enter to execute

h. Close all the windows and reboot the computer and now try opening the system information

 

No comments:

Post a Comment