以下の内容はhttps://takuya-1st.hatenablog.jp/entry/2021/09/27/135428より取得しました。


リモートデスクトップの設定と起動を設定するコマンド

リモートデスクトップの設定と起動

Windowsリモートデスクトップを有効にする設定の場所がわかりにくいのでメモ

設定→システム→リモートデスクトップの順にたどる。

f:id:takuya_1st:20210927135150p:plain

Win10に搭載されている設定メニューにコントロールパネルみたいに「パス」がなくなったのは設計上大問題ですわ。

コマンド

Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
PS C:\Windows\system32> Set-ItemProperty -Path 'HKLM:\System\CurrentControlSet\Control\Terminal Server'-name "fDenyTSConnections" -Value 0
PS C:\Windows\system32> Enable-NetFirewallRule -DisplayGroup "Remote Desktop"
PS C:\Windows\system32>
PS C:\Windows\system32>



以上の内容はhttps://takuya-1st.hatenablog.jp/entry/2021/09/27/135428より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14