diff --git a/INSTALLATION.md b/INSTALLATION.md
index d92e8c070bd008e851ea81ba6ec2876709f4f950..a183a3954ad57a8cf6c713729217503f36c32697 100644
--- a/INSTALLATION.md
+++ b/INSTALLATION.md
@@ -36,6 +36,15 @@ Launch `InstallUtil` as follows:
 & "C:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe" /username=<SERVICEACCOUNT> /password=<SERVICEPASS> /unattended C:\Tools\AutoTx\AutoTx.exe
 ```
 
+### Add the service account to group "Performance Monitor Users"
+
+Monitoring the CPU load requires the service account to be a member of this
+group. If this is not done via ActiveDirectory GPO's, you can do it for the
+local system by running this command:
+
+```
+Add-LocalGroupMember -Group "Performance Monitor Users" -Member <SERVICEACCOUNT>
+```
 
 ### Service Startup