| 
 安装完Win7之后,为了让集成显卡生效,需要修改intel的驱动,详细做法参看这个帖子 https://www.techinferno.com/index.php?/forums/topic/12377-way-to-make-intel-uhd-620-graphics-driver-to-works-in-windows-7-no-crash-in-video-play-back-3d-function-normally/ 具体步骤如下: 1. download intel graphics driver 21.20.16.4839 2. Do the inf hack, looks into the Graphics directory, findthe file igdlh64.inf, modify it. Add this line into windows 7 install section[IntelGfx.NTamd64.6.1]             %iKBLULTGT2%        = iSKLD_w7,PCI\VEN_8086&DEV_5917 3. Find the file igdumdim32.dll, edit it by a hex editor,like winhex or ultraedit. Search this binary string in it:              83 F8 1375 43 F7 42 04 00 00 00 02        modify thefollowing two bytes into              90 90 4. Find the file igdumdim64.dll, edit it by a hex editor,like winhex or ultraedit. Search this binary string in it:              01 76 1783 F9 13 75 44 F7 42 04 00 00 00 02        modify thefollowing two bytes into              90 90 5. install the driver, restart. 6. install/reinstall the discrete video card driver, notrecommend a newest one. I use nvidia 397.64 driver on my MX150.  
7. enjoy it with full fucntion works.  
 |