Month: September 2019

  • Remotely Lock & Shutdown computers using PowerShell

    PowerShell takes the functionality of batch scripts to the next level and allows you to Remotely Lock & Shutdown computers using PowerShell. The following needs to be run on each computer if using a workgroup setup. or changed in your AD security policy (to make it permanent – which isn’t advisable without signing the script)…

  • Relaunching a windows app using a batch script

    We recently had need to restart an app server exe automatically when the demonstration license it was running on caused the server to close regularly, annoying everyone trying to learn the system. We had need of a script (YAY) to check if it was running and restart it when required. Requirements: Check to see if…

  • Pausing a Batch script

    Those of you that still use batch scripts (and why not … they are backwards compatible to older systems), will occasionally need to pause a script…