Skip to content

Commit 8beddd7

Browse files
committed
Windows pre-install scripts
1 parent 77504e5 commit 8beddd7

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

wm-install.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
REGEDIT.EXE /S "C:\Windows\Temp\wm-preinstall.reg"

wm-install.reg

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+

0 commit comments

Comments
 (0)