
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2016 08:26 PM
I am looking to use LanSweeper to make an update to our computers registry. We need to add a key and string to correct a software glitch. I have not been able to find an example of how to setup the commands or if I really need to use a script to deploy the changes.
Any advise?
Any advise?
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2016 01:22 AM
In this case you can create a comand step and use REG ADD
http://ss64.com/nt/reg.html
http://ss64.com/nt/reg.html
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-26-2016 02:27 PM
As the other customer above me pointed out, the REG ADD command should do the trick here. We would recommend testing the command in a CMD first before using it in the deployment module. For more information on the deployment module you can check this section of our knowledgebase.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2016 01:22 AM
In this case you can create a comand step and use REG ADD
http://ss64.com/nt/reg.html
http://ss64.com/nt/reg.html
