xpipe/lang/proc/texts/rdpFileAllowListCheck_ja.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

2024-04-19 15:15:57 +12:00
# RDP????????????
XPipe?RDP????????????????????????????????????????????????????RDP??????????????????????????????????????????????????
## RDP?????
RDP???????????????????????????????????????????????????????????????????? ????????????????????????????????????????? ?????????
?????????????????????`HKEY_LOCAL_MACHINESOFTWARE`????
### ?????????????????
????????????XPipe?????????????????????????????????????????????PowerShell??????????????????: `Set-ItemProperty -Path 'HKLM:?SOFTWARE?Microsoft?Windows NT?CurrentVersion?Terminal Server?TSAppAllowList' -Name "fDisabledAllowList" -Value 1`.
### ??????????????????
????????????????????????????????????????????????????????????XPipe???????????????
`TSAppAllowList`?`Applications`?????????????????????????????????"Applications "???????????????????`Name`?`Path`?`CommandLineSetting`????PowerShell???????????????????????
```
appName="???"
AppPath="C:<3A>WindowsSystem<65>notepad.exe"
$regKey="HKLM:?SOFTWARE?Microsoft?Windows NT?CurrentVersion?Terminal Server?TSAppAllowList?Applications"
New-item -Path "$regKey$appName"
New-ItemProperty -Path "$regKey$appName" -Name "Name" -Value "$appName" -Force
New-ItemProperty -Path "$regKey$appName" -Name "Path" -Value "$appPath" -Force
New-ItemProperty -Path "$regKey$appName" -Name "CommandLineSetting" -Value "1" -PropertyType DWord -Force
<???>`<???
XPipe???????????????????????????????????????????`C:<3A><><EFBFBD><EFBFBD>cmd.exe`?????????????????
## ??????????????
RDP????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????XPipe?????????????????????XPipe????????????????????????????