Deploy Software at Login

By adding one command to your user’s login file and running the below batch file, you can install many applications when users login. The proper command is: start /d\ServerPath filename.bat MS reference to using Start command is found at:...

Enable Remote Desktop (RDP) Remotely

This allows you to enable Remote Desktop remotely and add a Domain User to the Remote Desktop Users local group.’Make sure to replace "<domainname>/" with your Domain name.Const ENABLE_CONNECTIONS = 1Dim PCName, UsrNamestrComputer =...

How to Run Windows Updates Automatically

This script (the core was pulled from Microsoft’s website, and the WindowsUpdate agent install was borrowed from Torgeir Bakken – thank you!) will tell the WU Automatic Update Client (wuaclt.exe) to ‘detectnow’, download and install missing...