Posts

Showing posts from April, 2019

Run as System account

Below is a way to run as System account in Windows computers: psexec -i -s cmd.exe -i  : Interactive -s  : System account cmd.exe : launch command window to execute other commands To run Powershell as system account: psexec -i -s powershell.exe

Solution for RDP connection issue due to TLS version

Issue : RDP connection is unsuccessful from Windows 7 or Windows 2008 R2 to TLS1.0 disabled servers. Solution : Enable TLS1.2 in the server and reboot. Refer this link for TLS versions:  TLS versions Install this hotfix from Microsoft in the client computers and reboot: https://support.microsoft.com/en-sg/help/3080079/update-to-add-rds-support-for-tls-1-1-and-tls-1-2-in-windows-7-or-wind This update provides support for Transport Layer Security (TLS) 1.1 and TLS 1.2 in Windows 7 Service Pack 1 (SP1) or Windows Server 2008 R2 SP1 for Remote Desktop Services (RDS).