Security

Enable CD Burning(XP)Local Machine

Enables built in XP cd burning software for all users by adding a Registry DWORD value.

Read More

Enable Downloads IE(Current User)

Enables downloads by deleting a registry value. Only works on current logged on user.

Read More

Enable Logoff(Current User)

Enables the logoff button the start menu for the current user by deleting the following reg key. HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLogoff

Read More

Enable RegEdit (Current User)

Disables Regedit by adding a DWORD registry value. Script then writes to script log if successful.

Read More

Enable Run Command On Start Menu

Enables the run command from start menu by adding two DWORD values. Writes to script log if successful.

Read More

Enable USB Mass Storage Support

Enables USB Mass Storage Support by changing registry DWORD value. Writes to script log if successful.

Read More

Hide Account Welcome Screen(Win7)

Prompts for name of user account. Script then creates two registry keys, then creates a DWORD value with prompted username.

Read More

Hide All Items On Desktop (Current User)

Hides all icons on desktop by adding a registry key. Current User

Read More

Hide All Items On Desktop (Local Machine)

Hide all icons on desktop by adding a registry key. Local Machine

Read More

Hide the Last User Name

This script can be used to blank the username box on the logon screen. This will prevent people that are logging on from knowing the last user to access the system. Writes to Script Log if successful.

Read More