0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RDP接続先が英語OSの場合にJISキーボード入力を行うための方法

Posted at

1.概要

タイトル通りです。備忘録です。

2.手順

1.レジストリのバックアップ

①[Start menue]を右クリックし、[Run]をクリック
②「regedit」と入力し、[OK]をクリック
③[Computer]を選択し、[File]-[Export]をクリック
④保存先を選択し、[Save]をクリック
確実に実施

2.レジストリ変更ファイルの作成

①下記内容が記載された、拡張子regのファイルを作成

Windows Registry Editor Version 5.00'

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layouts\00000411]
"Layout Display Name"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,\
  52,00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,\
  00,32,00,5c,00,69,00,6e,00,70,00,75,00,74,00,2e,00,64,00,6c,00,6c,00,2c,00,\
  2d,00,35,00,30,00,36,00,31,00,00,00
"Layout File"="kbd106.dll"
"Layout Text"="Japanese"

3.再起動

①[Start menue]-[Power]-[Restart]をクリック

出典:猫好きが猫以外のことも書く
https://bitto.jp/posts/%E6%8A%80%E8%A1%93/%E3%83%8A%E3%83%AC%E3%83%83%E3%82%B8/rdp-keyboard/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?