Tag Archive: Basic windows command

Mar
29

Windows server commands

1) Restarting FTP service. Go to cmd prompt and give command net restart MSFTPSvc Other options are: net stop MSFTPSvc net start MSFTPSvc 2) Enable icmp ping request on windows server. Go to cmd prompt and give following command netsh firewall set icmpsetting 8 3) Disable icmp ping request on windows server. Go to cmd …

Continue reading »