2019年6月15日 星期六

無法從遠端桌中更改字型大小 The display settings cant' be changed from a remote desktop.


Q;
The display settings cant' be changed from a remote desktop.
無法從遠端桌中更改字型大小


A:
Step 1.
在遠端伺服器的登錄檔中,加入 機碼 DWORD (32-bit) value: IgnoreClientDesktopScaleFactor  到下列位置
In the server, open regedit and add DWORD (32-bit) value: IgnoreClientDesktopScaleFactor in the location below

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations

Step 2.
change the value to 1
並且設定為 1

Step 3.
reboot server
重開伺服器

ref 參考:
https://social.technet.microsoft.com/Forums/en-US/7260267b-686d-4271-9dc2-5ae76e733e3f/disable-dpi-scaling-sync-for-remote-desktop-protocol-81?forum=winserverTS

2017年5月16日 星期二

Avocent DSR 2035 IP KVM erros "Netowrok error"


Change Java security

1. Go to java installed path like:C:\Program Files (x86)\Java\jreXXXX\lib\security

2. Edit the java.security file: java.security

3. find jdk.tls.disabledAlgorithms replace it  with:
#   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
 jdk.tls.disabledAlgorithms=SSLv3, RC4

4. find jdk.certpath.disabledAlgorithms replace it with :
#jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
#    DSA keySize < 1024, EC keySize < 224
jdk.certpath.disabledAlgorithms=MD2

ref:
http://theitguyshelp.com/?p=112&lang=en

2016年11月17日 星期四

Unable to install apps on windows 8/10 app store 無法在 windows 8/10 安裝 App


Issue 問題:
無法在WINDOWS 安裝 APP,出現 You'll need a new app to open this - ms-windows-store

unable to install apps on Windows app store, error: You'll need a new app to open this - ms-windows-store


2016年3月9日 星期三

Angular orderBy/filter not working with ng-repeat 無法在 Angular 使用排序過濾功能


Issue 問題:
orderBy / filter function not working with ng-repeart item .

在 ng-repeat 時,無法使用 orderBy 或 filter 功能


p.s. ordeBy/filter can only works with arrays, not for objects.
註. orderBy/filer 只能作用在 arrays ,objects 無法使用

2016年2月29日 星期一

Visual Studio 2015 crash on startup 啟動時閃退


Issue 問題:
Cannot open Visual Studio 2015, splash loading screen then crash.

無法打開 Visual Studio 2015,程式閃退。


2015年12月21日 星期一

wrong icons in quick lunch 快捷列的圖案顯示錯誤

Issue 問題:
In the quick lunch, some icons shows blank or wrong icons.

在快捷列上,圖案顯示錯誤,或是空白的圖案。