Group policy setting change via bigfix

I want to add a user at “shutdown the system” via bigfix.

Welcome to Bigfix @Sandeep !

You would do something like the following, substituting in the GUIDs of any AD/LDAP or local users, comma separated, for the stars in my example.

delete C:\Temp\UserRights.inf
delete __createfile
createfile until RRIIGGHHTTSS
[Unicode]
Unicode=yes
[Privilege Rights]
SeShutdownPrivilege = ******************
[Version]
signature="$CHICAGO$"
Revision=1

RRIIGGHHTTSS

move __createfile C:\Temp\UserRights.inf
wait cmd /C secedit /configure /db secedit.sdb /cfg C:\Temp\UserRights.inf
type or paste code here