Chris Chase
Script creates a local administrator account with the prompted variables for username and password. Script then writes to script log if successful.
Read MoreScript creates a local administrator account with the prompted variables for username and password. It then creates a registry key to hide account. Writes to script log if successful.
Read MoreScript uses net user to delete prompted domain user. Then writes to script log if successful.
Read MoreScript uses net user to delete prompted user. Then writes to script log if successful.
Read MoreDisables built in XP cd burning software for all users by adding a Registry DWORD value.
Read MoreDisables downloads in IE by adding a registry value. Only works on the current logged on user.
Read MoreAdds two registry DWORD values to disable local password caching. Works on the current logged on user & local machine (any new users). Writes to script log if successful. WARNING: Users will not be able to log on if Domain Controller is down. Also stops passwords from getting out of sync.
Read MoreDisable the logoff button on the start menu by adding the following reg key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\NoLogoff.
Read MoreAdds registry DWORD value to disable password caching in IE. Only works on the current logged on user. Writes to script log if successful.
Read MoreDisables Regedit by adding a DWORD registry value. Script then writes to script log if successful.
Read More