Tag: windows

  • How I want my software to be updated

    I’m stuck in Windows XP land for the time being, so some of this rant is taken care of elsewhere. I hope. 1. Don’t tell me about the update unless it is absolutely necessary for me to stop what I’m doing for the update to proceed. 2. Automatically update, unless a core component of the…

  • Emulating Grep in Powershell

    Emulating Grep in Powershell. The option presented is to perform a grep on several files. For a search in one file, with results going to output.txt select-string -pattern “{pattern}” -caseSensitive c:pathtofile.txt > output.txt One note: The lines wrapped at the width of the command window, even when redirected to a file.

  • Terminal Server Has Exceeded the Maximum Number of Allowed Connections

    Command Line Hack for: “Terminal Server Has Exceeded the Maximum Number of Allowed Connections” :: the How-To Geek.