Open rdesktop port 3389 in firewall via command line
netsh advfirewall firewall add rule name="Open Port 3389" dir=in action=allow protocol=TCP localport=3389 In order to block remote access to a particular service(say mssql, port 1433) from an ip...
View ArticleThis file came from another computer and might be blocked to help protect...
Recently I encountered the following situation while trying to install php in IIS. After downloading and extracting the php files to “C:\Program Files(x86)\PHP”, I saw that all the files and folders...
View ArticlePlesk change admin password (Windows)
In order to change the plesk password of a windows server to “1LOvePl3sk!”(without quotes) from command line, please follow the below steps: Filed under: Plesk, Windows
View ArticleLinux rdesktop client disk device redirection
While using rdesktop to access a windows machine from linux we can specify device redirection(with -r command line option) for a local folder in linux machine. This makes a folder in linux client to...
View ArticleChange windows 2008 RDP Port from command line
You can follow the steps mentioned below to change the windows 2008 rdp port from command line. The windows “reg” command is used for this purpose. 1) Start command prompt by typing “cmd” in Run . 2)...
View Article