轉自:http://www.xitongcheng.com/jiaocheng/win10_article_24051.html
AI CS6是一款功能十分強大的圖形設計軟件,因此深受很多用戶的喜愛。不過,最近一些朋友在win10系統中安裝好AI CS6后,發現軟件界面字體非常小看着很不舒服,
這該怎么辦呢?下面,小編就給大家分享一個方法,來解決高分屏筆記本軟件界面字太小問題,可用於PS、AI等軟件,親測有效!
推薦:windows10系統下載64位(http://www.xitongcheng.com/win10/64/)
具體如下:
1、按windows+R鍵或找到運行,輸入 regedit,單擊確定;
2、依次找到 HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows > CurrentVersion > SideBySide,右鍵單擊 新建>DWORD(32位)值,命名為 PreferExternalManifest,無論是64位還是32位的,都是新建DWORD(32位);
3、雙擊剛剛新建的文件,將數值數據改成1,並選擇右側的十進制,單擊確定;
4、新建一個txt文件,復制如下代碼到文件中,保存,以需要更改字體的軟件命名,並將后綴名改為 .manifest;例如,photoshop.exe.manifest;fireworks.exe.manifest;illustrator.exe.manifest;dreamweaver.exe.manifest
代碼鏈接網址:http://www.danantonielli.com/wp-content/uploads/2014/03/manifest.txt
注意:針對不同的軟件,只要更改文件名即可,不需要改代碼;
5、最后一步,找到軟件的安裝目錄,此文件夾中一定包含軟件的應用程序,即.exe文件,將創建的 .manifest文件復制到其中,如圖,比如我裝的是AI,則找到illustrator.exe所在的文件夾,將新建的illustrator.exe.manifest文件復制到改文件夾中;
6、結果,原先我的AI界面是這個樣子,簡直要看瞎了;
7、改完之后就變成這樣啦,會根據系統的縮放比例來顯示,過程稍稍需要些耐心,不過改完后再也不用每次帶着放大鏡了。
想要解決windows10系統下PS、AI等軟件界面字很小問題的朋友們,不妨試試上述小編介紹的方法。這個方法非常簡單,相信大家只要操作一遍,就能很快學會!
相關教程:ps怎么打開ai圖層 http://www.xitongcheng.com/jiaocheng/azoiyfj.html
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3"> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" language="*"> </assemblyIdentity> </dependentAssembly> </dependency> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.21022.8" processorArchitecture="amd64" publicKeyToken="1fc8b3b9a1e18e3b"> </assemblyIdentity> </dependentAssembly> </dependency> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <asmv3:application> <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> <ms_windowsSettings:dpiAware xmlns:ms_windowsSettings="http://schemas.microsoft.com/SMI/2005/WindowsSettings">false</ms_windowsSettings:dpiAware> </asmv3:windowsSettings> </asmv3:application> </assembly>