Archives

You are currently viewing archive for July 2009
Category: MS tips
Posted by: hajime osako
Modify the Internet Time Synchronization Schedule at Registry Guide for Windows

System Key: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\
TimeProviders\NtpClient]
Value Name: SpecialPollInterval
Data Type: REG_DWORD (DWORD Value)
Value Data: Seconds in Decimal

Category: MS tips
Posted by: hajime osako
Configure the Terminal Server Licensing mode: Terminal Services

he remote session was disconnected because there are no Terminal Server client access licenses available for this computer. Please contact the server administrator.
Category: MS tips
Posted by: hajime osako
コマンドプロンプトでUTF-8の文字を表示する。 - Perl入門~サンプルコードによるPerl入門~

# UTF-8に変更
chcp 65001

# 元の文字コード( デフォルト ) に戻すとき
chcp 932

# 文字コードを確認するとき
chcp