Ok it does say it will take some time to install Microsoft.NET Framework in NVIDIA GeForce Experience but it got to a certain point and doesn't seem to be moving. Also I checked Task Manager and it says it is still running properly. How long is this going to take to install? Btw I did a fresh install of Windows 7 64 bit Ultimate or whatever so I don't know if there is an issue with the NVIDIA software finding what it needs if anything from the OS and updates. Any thoughts?
Did you run the windows update after the fresh install? This can take a really long time, like over-night time sometimes.
You can also try to get the update utility for the version of the .NET framework right from Microsoft, I've had to do that when the updater doesn't want to play nice launching from another application.
I didn't want it to update to Windows 10 so I didn't run an update. Also to be quite frank I am using a not so expensive copy. Guess what it cost or didn't cost and you will be right. Oh and I just tried to update the .NET framework and it said what I was trying to download was something I already had.
I meant the update tool for win7. Not the OS upgrade tool.
you can run this powershell script as a way to find out what releases you do have.
Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse |
Get-ItemProperty -name Version,Release -EA 0 |
Where { $_.PSChildName -match '^(?!S)\p{L}'} |
Select PSChildName, Version, Release, @{
name="Product"
expression={
switch($_.Release) {
378389 { [Version]"4.5" }
378675 { [Version]"4.5.1" }
378758 { [Version]"4.5.1" }
379893 { [Version]"4.5.2" }
393295 { [Version]"4.6" }
393297 { [Version]"4.6" }
394254 { [Version]"4.6.1" }
394271 { [Version]"4.6.1" }
394747 { [Version]"4.6.2" }
394748 { [Version]"4.6.2" }
}
}
}
I diddent want it 2wo then Iran to not avoid your questions officer
Thread closed as it was outside the guidelines for thread revival. Please PM me or another moderator if you feel the thread was closed in error. See the FAQ for more information.
Feel free to create a new thread if you wish to continue this thread’s conversation.