Clean RDP Sessions Rumi, June 18, 2022 Just found it useful with the garbage of RDP session to clean- Paste the below lines on a notepad and rename it- rdp_clean.bat. Execute the batch file through cmd line as admin user. @echo off reg delete “HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default” /va /f reg delete “HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Servers” /f reg add… Continue Reading
Reboot Windows 10 using RDP Rumi, March 26, 2022 This article is for sysadmins who know better, wanting to Shut down or Restart (or even enter Sleep) over RDP anyway. Using Command Prompt Open a Command Prompt a. To initiate a Shut down, type: shutdown /s /t 0 then press Enter Continue Reading
Add windows client to zenoss monitoring Rumi, September 27, 2015 Allow ICMP Through Firewall Firstly you need to allow incoming ICMP ping request since this is the way Zenoss checks if the system is online. Go to: Server Manager -> Configuration -> Windows Firewall with Advanced Security -> Inbound Rules Do the following: Enable rule “File and Printer Sharing (Echo… Continue Reading