1
1

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のバージョン確認方法(Windows7)

Last updated at Posted at 2017-03-07

はじめに

RDPのバージョンの確認方法が少しだけとまどったので、確認方法をまとめます。
RDP8.0からUDPよりになり、速度等が改善したので変更したいと思い、現在のRDPのバージョンを調べました。 

バージョン確認方法

コマンドプロンプトによる確認方法

1.コマンドプロンプトを立ち上げます。
Windowsキー + Rキーcmdと入力

2.下記コマンド実行(どちらかでOK)

REG QUERY "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v WDName

Microsoft RDP 7.1 と出力

WMIC /NAMESPACE:\\root\cimv2\TerminalServices PATH WIN32_TSGeneralSetting GET TerminalName, TerminalProtocol

RDP-Tcp Microsoft RDP 7.1 と出力

おわりに

RDP8.0の話は別記事で作成します。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?