Archives

You are currently viewing archive for June 2006
Category: MS tips
Posted by: hajime osako
EXCEL生産性向上委員会 ちょっと便利テクニック17
=COUNTIF($F$2:$F$100,"="&$F2)>1

Validationでリスト表示を制限するには、
=OFFSET(DIST,0,0,COUNTA(DIST)+1,1)

カレンダーを作り、今日の日付をチェックするには、
=TODAY()=A$1
週末をチェックするには、
=WEEKDAY(A$1)=1
=WEEKDAY(A$1)=7
Category: MS tips
Posted by: hajime osako
ポート番号を変更する
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TerminalServer\WinStations\RDP-Tcp
エントリ名:PortNumber


リモートデスクトップのログを取る
Remote Desktop Tips for the SOHO User
"An Audit Policy may be configured using the Group Policy editor to track logon success and failures. From the Start | Run command window type gpedit.msc. Navigate to Local Computer Policy | Computer Configuration | Windows Settings | Security Settings | Local Policies | Audit Policy | Audit logon events. Highlight and right-click and select properties. Configure as desired."