Tuesday, 27 December 2016

Allow C:\ Drive Full Permission For All User | Change C:\ Drive Integritylevel to medium



Goto -> Run -> CMD -> RunAsAdministrator -> icacls c:\ /setintegritylevel M

Monday, 17 October 2016

☺Disable Copy Paste Local PC To Remote Desktop☻

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Terminal Server Client\

Name=DisableClipboardRedirection
Type=REG_DWORD
Value=

Note=> To Disable Copy Paste Set Value=1
            To Enable Copy Paste Set Value=0

Restart Your PC


Download
https://drive.google.com/file/d/0B5YkPcEopxywUEJNb2tHN0NXVU0/view?usp=sharing

Thursday, 29 September 2016

Solved: Making Virtual IP as source IP on Windows 2008 R2 | Configure Remote Desktop IP Virtualization









 Here are the registry settings as exported from the server:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\TSAppSrv\TSMSI]

"ComponentDLL"="%SystemRoot%\\system32\\TSMSISrv.dll"
"Enable"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\TSAppSrv\VirtualIP]

"EnableVirtualIP"=dword:00000001
"ComponentDLL"="%SystemRoot%\\system32\\TSVIPSrv.dll"
"VirtualMode"=dword:00000000
"AdapterAddress"="00‐13‐21‐09‐DD‐AE"
"IPPool"="%SystemRoot%\\system32\\TSVIPool.dll"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\TSAppSrv\VirtualIP\IPPool]

"Start"="192.168.1.50"
"End"="192.168.1.90"
"SubnetMask"="255.255.255.0"

Download File:-
https://drive.google.com/file/d/0B5YkPcEopxywV3dCenVPemZ0OTQ/view