Sunday, May 20, 2012

How to make a 10.1” netbook support Windows 8 Metro UI?

If your netbook is 10.1”, it’s max. display resolution is 1024 x 600. You will not able to use the Metro UI since the Metro UI need at least 1024 x 768 resolution.

image

We will able to solve this problem if your notebook is support Windows 7.

Step 1: Go to “CMD”, then enter “regedit”

Step 2: Search the key “Disply1_DownScalingSupported” and change it to “1”.

image

Step 3: Reboot the machine.

Step 4: You will got the two new resolution “1024 x 768” and “1152 x 864”

image

Reference:

http://forum.xda-developers.com/archive/index.php/t-1265544.html

http://www.netbooklive.com/how-to-get-better-resolution-on-your-standard-10-inch-netbook-2772/

http://gdgt.com/question/is-there-any-way-to-get-metro-apps-running-on-windows-8-with-a-1024x600-resolution-g45/#post-id-130747

Print Friendly and PDF
Share/Bookmark

QR Code Online Generator

http://qr.jacksdesign.net/index.php

http://qrcode.kaywa.com/

http://www.qrstuff.com/

http://zxing.appspot.com/generator/

Print Friendly and PDF
Share/Bookmark

Sunday, May 13, 2012

Batch installation of Adobe reader 10 with update patch and font pack

@Echo off
REM Silent install Adobe Reader 
"\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\AdbeRdr1011_en_US.exe" /sPB /rs /msi EULA_ACCEPT=YES

REM Install Adobe Reader Japanese Font Pack
start /wait msiexec /i "\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\FontPack1000_ja_JP.msi" /qn /norestart

REM Install Adobe Reader Korean Font Pack
start /wait msiexec /i "\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\FontPack1000_ko_KR.msi" /qn /norestart

REM Install Adobe Reader Chinese Traditional Font Pack
start /wait msiexec /i "\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\FontPack1000_zh_TW.msi" /qn /norestart

REM Install Adobe Reader Chinese Simplified Font Pack
start /wait msiexec /i "\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\FontPack1000_zh_CN.msi" /qn /norestart

REM Install Adobe Reader extend Asian Font Pack
start /wait msiexec /i "\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\FontPack1000_Xtd_Lang.msi" /qn /norestart

REM install 10.1.2 update
start /wait msiexec /update "\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\AdbeRdrUpd1012.msp" /qn /norestart

REM install 10.1.3 update
start /wait msiexec /update "\\<Server_name>\it\Software\Standard Software Update\Adobe reader\10\AdbeRdrUpd1013.msp" /qn /norestart

Pause

Print Friendly and PDF
Share/Bookmark

Solve the warning of the DELL E4310 PCI Data Acquisition and Processing Controller

The following problem is caused by missing or mis-match Intel HD Graphics Driver:

Computer Management_2012-02-14_14-24-40

Solution:

Install a Intel HD Graphics Driver, there are three driver will be installed.

Intel® Installation Framework_2012-02-14_14-27-33

Print Friendly and PDF
Share/Bookmark