Command line:
REG.exe ADD "HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /V fDisableCpm /t REG_DWORD /D 1 /F
Registry file:
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
"fDisableCpm"=dword:00000001
With Regedit.exe, you can just search the registry for value "fdisablecpm" and change them all to 1.
With Regedit.exe, you can just search the registry for value "fdisablecpm" and change them all to 1.
You can also try the Group Policy methods, or the GP regvals that affect this location:
No comments:
Post a Comment