Grayed-Out Sleep and Hibernate Options on Windows 7 After Updating Graphics Driver

3,761

Solution 1

Does the Tablet use an Intel chipset MB? Intel could have a chipset driver/inf package that supports WIN 7. Check under Device Manager/System Devices and the manual may say as well. A spec I found lists Intel 85822GME and it has Intel NIC. Not a sure indication of Intel MB but worth checking. The INF update has assisted in may issues I have encountered in the past.

Just be sure to have a good backup.

Solution 2

Use device manager to roll back the driver

this is for XP, but very similar for W7 http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/driverrollback.mspx

Screenshots of W7 device manager http://www.techtalkz.com/windows-7/515982-how-use-device-manager-windows-7-a.html

.

Share:
3,761

Related videos on Youtube

Ankit HTech
Author by

Ankit HTech

Updated on September 17, 2022

Comments

  • Ankit HTech
    Ankit HTech over 1 year

    Please some one help me on this

    I have a simple Date object like:

    Date dt = new Date();
    

    I want to convert it to json date format like:

    "\/Date(928164000000-0400)\/"
    

    How to do that.