
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2010 04:09 PM
We have a policy whereas the computers are not allowed to update Java. I added this to the main summary area. The problem is, we have about 50 computers where this is enabled.
Does Lansweeper read the startup information from the Registry? I can disable the update in many ways, but I want it to be reflected in Lansweeper.
Does Lansweeper read the startup information from the Registry? I can disable the update in many ways, but I want it to be reflected in Lansweeper.
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
‎05-24-2010 10:59 PM
I'm not sure I understand the question completely but Lansweeper uses WMI class: Win32_startupcommand
http://msdn.microsoft.com/en-us/library/aa394464%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/aa394464%28VS.85%29.aspx
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-25-2010 01:53 PM
Yes that answered it.
I know that if I disable the java update by running a script to delete that update key in the registry, then LS will show that the update is not running.
WMI obtains this data from the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
I know that if I disable the java update by running a script to delete that update key in the registry, then LS will show that the update is not running.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2010 10:59 PM
I'm not sure I understand the question completely but Lansweeper uses WMI class: Win32_startupcommand
http://msdn.microsoft.com/en-us/library/aa394464%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/aa394464%28VS.85%29.aspx
