VBScript to check if a windows patch is installed on a server or PC This a simple script that can be used if youn need to check if a specific patch is installed
Windows backup vbscript
Windows VBS script to backup Desktop and Laptop PROS AND CONS -No delta backup / no incremental (but robocopy only copy files changed) -No encryption (but only the user has access to its folder, check setACL function) -No compression (Could […]