Adding/Overwriting registry values
As someone who's new to vbscripting please can you tell me how I would write a simple script to add/overwrite the following registry key values?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultPassword"="password"
"DefaultUserName"="username"
"LegalNoticeCaption"="Legal Notice"
"LegalNoticeText"="Unauthorized access to or use of this system is prohibited. All access may be monitored or recorded."
"AutoAdminLogon"="0"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultPassword"="password"
"DefaultUserName"="username"
"LegalNoticeCaption"="Legal Notice"
"LegalNoticeText"="Unauthorized access to or use of this system is prohibited. All access may be monitored or recorded."
"AutoAdminLogon"="0"
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
bkelly
19 years ago
You can create scripts to manipulate the registry with the ASE Regsitry Script Wizard. It looks just like RegEdit, but any changes you make actually generate script code (VBScript, KiXtart, or AutoIt3). You can add, delete, edit or get the value of any registry value you want...
Registry Wizard:
http://www.adminscripteditor.com/wizards/view.asp?id=22
Admin Script Editor:
http://www.adminscripteditor.com/editor/
Registry Wizard:
http://www.adminscripteditor.com/wizards/view.asp?id=22
Admin Script Editor:
http://www.adminscripteditor.com/editor/
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.