Kaseya

Create Shortcut On Desktop

Script prompts for all needed info to create shortcut. Script then writes all info to a vbs file which then executes. Script writes to script log if successful. Script then deletes all created files.

Read More

Create Web Shortcut Desktop(Current User)

Script downloads vbs file then executes and creates a web shortcut on current users desktop with prompted values. You must know location of icon file for script to work correctly. Script then deletes all downloaded files and writes to script log if successful.

Read More

Delete All Files in Directory Older Than 2 Days

Runs FORFILES to clear ALL files older than 2 days in STEP 1 directory. MUST CHANGE STEP 1 TO DIRECTORY.

Read More

Deploy SmartmonTools

Downloads SmartMonTools from web then installs with the /S argument. Script deletes installer and writes to script log if successful.

Read More

Desktop – Add standard icons to logged in user

Script will add My Computer, Internet Explorer, My Documents, and My Network Places to the XP Desktop.     Must be run when user is logged in.

Read More

Device Doctor Silent Install

Script downloads installer and installs with the /silent argument. Script then deletes installer and writes to script log if successful.

Read More

Disable Access to Windows Update Feature

Disables access to the Windows Update Feature by adding two registry DWORD values. Writes to script log if successful.

Read More

Disable Action Center(Current User)

Disables Windows Action Center by changing a registry key. Script then writes to script log if successful. Script will only work if a user is logged in and it only disables Action Center for current user.

Read More

Disable Add/Remove Programs option

Prevents user access to Add/Remove Programs option.  This is a policy setting change and requires a reboot.

Read More

Disable Shutdown Command from Menu

This option allows you to stop users from being able to shutdown the computer by disabling the shut down command. Value Data: (0 = shutdown enabled, 1 = shutdown disabled).  Reboot may be required for Vista.

Read More