File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ REGEDIT.EXE /S " C:\Windows\Temp\wm-preinstall.reg"
Original file line number Diff line number Diff line change 1+ Windows Registry Editor Version 5.00
2+
3+ ; The Watchman Monitoring Server's Dashboard uses a Group setting to help sort an identify Computer Records.
4+
5+ ; The Group value is stored in a key called "ClientGroup", and can be pre-set using this sample .reg file
6+
7+ ; Good Group values might reference a company name, a department, or the surname of a computer's owner.
8+
9+ ; e.g. If a computer belonged to a company named Widgets Inc, a good choice might be "Widgets Inc"
10+
11+ ; Enter the desired Group value in between quotes
12+
13+ ; Enter the value for the 32 and 64 bit systems below, or fill in both with the same Group if unsure.
14+
15+
16+ [HKEY_LOCAL_MACHINE \SOFTWARE\MonitoringClient]
17+ "ClientGroup"=" "
18+
19+ [HKEY_LOCAL_MACHINE \SOFTWARE\Wow6432Node\MonitoringClient]
20+ "ClientGroup"=" "
21+
22+ ; Auto Update is enabled by default. Set the following key to 0 to disable
23+
24+ [HKEY_LOCAL_MACHINE \SOFTWARE\MonitoringClient]
25+ "AutoUpdateEnabled"=" 1"
26+
27+ [HKEY_LOCAL_MACHINE \SOFTWARE\Wow6432Node\MonitoringClient]
28+ "AutoUpdateEnabled"=" 1"
29+
You can’t perform that action at this time.
0 commit comments