GPU not detecting after windows 10 Anniversary update

Ibti

Reputable
Aug 5, 2014
26
0
4,530
Hello,

Last night by windows 10 updated to version 1607 (so called anniversary update). After the update, my gpu isnt detected. well it is detected in device manager and also my monitor is connected to my gpu and everything is working. but when i play game such as csgo, i am only getting 30fps whereas i used to get 200+ fps before the update. Before the update when i right clicked on my desktop, Amd settings used to pop up, but it doesnt anymore.

Can someone please help me with this. I have no idea what is causing this issue.
 
Solution
If you have restarted teh system afte uninstallin the Xbox app and the problem persists(it shouldn't) reinstall it by doing the same thing but with the code below then do as instructed in teh video below:

JavaScript:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}


https://www.youtube.com/watch?v=xaQMIsAqM7o

Again, after uninstalling and restarting it shoudl work normally.
Simply remove the currently installed Ati graphics drivers.
Restart the system.

And then go to www.amd.com.
Download the latest video driver version for the graphics card model you have, and install it.
Restart your system once again, and your frame rates in CS GO will return back to 200Fps.
 
First, use DDU to clean your current display drivers: http://www.guru3d.com/files-details/display-driver-uninstaller-download.html
Then, install teh latest Crimson from here: http://support.amd.com/en-us/download/desktop?os=Windows+10+-+64
(this is assuming you are on x64 Windows)

After that, open Poweshell as an admin(see pic) and paste and execute this "Get-AppxPackage *xboxapp* | Remove-AppxPackage" and execute. This will uninstall teh Xbox app(only do this if you are not using it) and potentially improve gaming performance.

ximg_55bf8f94c9402.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.yPJngEREzX.png
 

Ibti

Reputable
Aug 5, 2014
26
0
4,530


i have unistalled the drivers and then reinstalled it, and now when i right click on my desktop, amd radeon setting pops up. but still 30fps in csgo. And i dont understand the powershell bit, i copy and pasted what you wrote but how do i unstall xbox app

 

Ibti

Reputable
Aug 5, 2014
26
0
4,530


ok done all you told me to do. but still 30fps on csgo. My friend also had the same problem after updating his windows 10 to version 1607. So is it something to do with the update?
 
If you have restarted teh system afte uninstallin the Xbox app and the problem persists(it shouldn't) reinstall it by doing the same thing but with the code below then do as instructed in teh video below:

JavaScript:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}


https://www.youtube.com/watch?v=xaQMIsAqM7o

Again, after uninstalling and restarting it shoudl work normally.
 
Solution