cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rvdsabu4life
Engaged Sweeper III
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.
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
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

View solution in original post

2 REPLIES 2
rvdsabu4life
Engaged Sweeper III
Yes that answered it.
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.
Hemoco
Lansweeper Alumni
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