diff --git a/GSv6FwdSetup/Product.wxs b/GSv6FwdSetup/Product.wxs
index 5f45e66..0f9e6a9 100644
--- a/GSv6FwdSetup/Product.wxs
+++ b/GSv6FwdSetup/Product.wxs
@@ -37,10 +37,12 @@
DisplayName="IPv6 Forwarder for GS Protocol"
Description="Provides access to GameStream servers over IPv6 networks"
Start="auto"
- Account="LocalSystem"
+ Account="NT AUTHORITY\LocalService"
ErrorControl="ignore"
Interactive="no">
-
+
+ SeChangeNotifyPrivilege
+