Altiris & Registry
I am new to Altiris and now is being implemented here in the company, My question is I need to deploy a Registry entry, I've been looking for an answer on the net but no success can somebody tell me a way to do it thru an schedule task, thanks, any help will be appreciated.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
rpfenninger
18 years ago
What do you mean with new to Altiris? Any Altiris Deployment Suite or Wise Package Studio?
Anyway.
Try using the command schtasks. With that command you can create scheduled tasks on any machine. Try using it together with regedit /s and the appropriate .reg file which contains your registry key.
Hope that helps
Roland
Anyway.
Try using the command schtasks. With that command you can create scheduled tasks on any machine. Try using it together with regedit /s and the appropriate .reg file which contains your registry key.
Hope that helps
Roland
Posted by:
bkelly
18 years ago
Choose "Script Job" and in the embedded script textbox, just enter a reg command (which will run as a batch file).
On XP systems, type REG.EXE ADD /? for help...
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001. All rights reserved
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f]
KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current
machine Only HKLM and HKU are available on remote machines
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY
/v The value name, under the selected Key, to add
/ve adds an empty value name <no name> for the key
/t RegKey data types
[ REG_SZ | REG_MULTI_SZ | REG_DWORD_BIG_ENDIAN |
REG_DWORD | REG_BINARY | REG_DWORD_LITTLE_ENDIAN |
REG_NONE | REG_EXPAND_SZ ]
If omitted, REG_SZ is assumed
/s Specify one charactor that you use as the separator in your data
string for REG_MULTI_SZ. If omitted, use "\0" as the separator
/d The data to assign to the registry ValueName being added
/f Force overwriting the existing registry entry without prompt
If you are running an earlier version of Windows, you may want to create a VBScript job. Use the wizard provided here to create the code you need: http://www.adminscripteditor.com/wizards/view.asp?id=22
You can run the VBScript in the embedded script by including a comment that includes the term "VBSCript" see link below for details: http://itninja.com/question/how-does-pxe-work?8
On XP systems, type REG.EXE ADD /? for help...
Console Registry Tool for Windows - version 3.0
Copyright (C) Microsoft Corp. 1981-2001. All rights reserved
REG ADD KeyName [/v ValueName | /ve] [/t Type] [/s Separator] [/d Data] [/f]
KeyName [\\Machine\]FullKey
Machine Name of remote machine - omitting defaults to the current
machine Only HKLM and HKU are available on remote machines
FullKey ROOTKEY\SubKey
ROOTKEY [ HKLM | HKCU | HKCR | HKU | HKCC ]
SubKey The full name of a registry key under the selected ROOTKEY
/v The value name, under the selected Key, to add
/ve adds an empty value name <no name> for the key
/t RegKey data types
[ REG_SZ | REG_MULTI_SZ | REG_DWORD_BIG_ENDIAN |
REG_DWORD | REG_BINARY | REG_DWORD_LITTLE_ENDIAN |
REG_NONE | REG_EXPAND_SZ ]
If omitted, REG_SZ is assumed
/s Specify one charactor that you use as the separator in your data
string for REG_MULTI_SZ. If omitted, use "\0" as the separator
/d The data to assign to the registry ValueName being added
/f Force overwriting the existing registry entry without prompt
If you are running an earlier version of Windows, you may want to create a VBScript job. Use the wizard provided here to create the code you need: http://www.adminscripteditor.com/wizards/view.asp?id=22
You can run the VBScript in the embedded script by including a comment that includes the term "VBSCript" see link below for details: http://itninja.com/question/how-does-pxe-work?8
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.