Sunday, May 4, 2014

Display Driver Stopped Responding and Has Successfully Recovered NVIDIA & ATI

The most annoying thing that will happen to you when you are playing your favorite game and this error will blacken your screen and pop (Display Driver Stopped Responding and Has Successfully Recovered) annoying right? Today we will end the nightmare even if you are an ATI or NVIDIA user we can still fix it.

Please do follow the instruction below. For ATI user please do prefer on the video tutorial and if you are a NVIDIA user same process will do ;)


NVIDIA :
  1. Go to C:\Windows\System32\Drivers and rename nvlddmkm.sys to nvlddmkm.sys.old.
  2. Go to nvidia directory (usually in C:\Nvidia or C:\drvvganVidia) and find the file nvlddmkm.sy_.
  3. Copy the file to your Desktop directory. (paste it to your desktop)
  4. Open cmd.exe by going to Start > type cmd in the search box and hit enter.
  5. Change the directory to Desktop by typing chdir Desktop.
  6. Then, type EXPAND.EXE nvlddmkm.sy_ nvlddmkm.sys. Or,
  7. expand -r nvlddmkm.sy_ nvlddmkm.sys
  8. When the expansion is complete, copy the new nvlddmkm.sys from your Desktop to C:\Windows\System32\Drivers
  9. Restart your computer and the problem should be resolved.

Hope this tutorial help! Good Luck :D

Friday, May 2, 2014

How to disable chrome notifications 2014 (latest)


The newest way to disable annoying google chrome notification on a windows and mac os machine.
If you own the older version you can disable it by:

  1. In Chrome, type chrome://flags into the URL bar
  2. Search for "Enable Rich Notifications" and "Enable Experimental UI for Notifications" and set both to "Disabled"
  3. Relaunch Chrome
Hope this helps! :-)







Saturday, January 26, 2013

Fix! Failed install Code Error HRESULT 0xc8000222 .NET Framework 4.0


Most of having issue installing. Code Error HRESULT 0xc8000222 NET Framework 4. 0. Which have no descriptive malfunction message, there's no choice yet to search for the solution emerged by non-Microsoft folks.  

 Here come the solution: Just before installing. NET Framework 4. 0:




 1.) open "cmd"

 2.) type in command "net stop "WuAuServ" (disable windows update)

 3.) Head over to Run ( Win+R ) and type in "%windir%" (this command line enable you to head over to your microsoft windows system folder)

4.) Find the folder "SoftwareDistribution" and rename it as "SDold"

5.) Then, go back the previous command prompt and also run the command line "net start WuAuServ"

6.) At this point, try to install. NET Framework again.


I hope this will help solve the problem if you have questions in mind please do comment it below the post I will be glad to answer them all.