認証エラーが発生しました (コード: 0x800706be)。 
リモート コンピューター:"コンピューター名"
  
と表示される場合
  
まず、リモート デスクトップ接続にて「名前を付けて保存」で、設定ファイル(.rdp)を保存してから、 
それを、メモ帳で開いて、最後の行に、以下の1行を追加します。
  
enablecredsspsupport:i:0
  
それでも接続できない場合は、
  
authentication level
  
の行を、
  
authentication level:i:0
  
にしてみてください。
  
ちなみに、
  
desktopwidth:i:幅 
desktopheight:i:高さ
  
の行を変更することで、リモート先の画面サイズを細かく設定できます。 
それを行った際は、更に、
  
screen mode id 
の行を、 
screen mode id:i:1
  
として、更に、
  
winposstr 
の行を、 
winposstr:s:0,1,左上X座標,左上Y座標,右下X座標,右下X座標
  
のように記述すること、開始時のウィンドウ表示サイズを調整しておきます。
  
例:
  
desktopwidth:i:1200 
desktopheight:i:800 
screen mode id:i:1 
winposstr:s:0,1,100,100,1350,950
  
それでも接続できない場合、以下のファイルを全体にコピーして 
青字の行を書き換えてみてください。
  
screen mode id:i:1 
use multimon:i:0 
desktopwidth:i:1200 
desktopheight:i:800 
session bpp:i:32 
winposstr:s:0,1,100,100,1350,950 
compression:i:1 
keyboardhook:i:2 
audiocapturemode:i:0 
videoplaybackmode:i:1 
connection type:i:2 
displayconnectionbar:i:1 
disable wallpaper:i:1 
allow font smoothing:i:0 
allow desktop composition:i:0 
disable full window drag:i:1 
disable menu anims:i:1 
disable themes:i:0 
disable cursor setting:i:0 
bitmapcachepersistenable:i:1 
full address:s:192.168.10.10:3389 
audiomode:i:0 
redirectprinters:i:1 
redirectcomports:i:0 
redirectsmartcards:i:1 
redirectclipboard:i:1 
redirectposdevices:i:0 
redirectdirectx:i:1 
autoreconnection enabled:i:1 
authentication level:i:2 
prompt for credentials:i:0 
negotiate security layer:i:1 
remoteapplicationmode:i:0 
alternate shell:s: 
shell working directory:s: 
gatewayhostname:s: 
gatewayusagemethod:i:4 
gatewaycredentialssource:i:4 
gatewayprofileusagemethod:i:0 
promptcredentialonce:i:1 
use redirection server name:i:0 
drivestoredirect:s: 
networkautodetect:i:1 
bandwidthautodetect:i:1 
username:s:myname 
enableworkspacereconnect:i:0 
gatewaybrokeringtype:i:0 
rdgiskdcproxy:i:0 
kdcproxyname:s: 
enablecredsspsupport:i:0
  
以上で、説明は終了です。
 |