You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

06: How do I use Scripts Manager to update the Registry on end-user workstations

If an end-user does not have administrative rights to their PC, they are unable to modify the registry. Scripts Manager can be used to send out mass updates as required by the Admins.

Note: We recommend you put the .REG file on a server so the file itself is under permissions which cannot be tampered with. It could be a risk to put the .REG file locally on the hard drive where anyone could edit the raw contents.

  1. Create new GPO where required
  2. Expand PolicyPak node on either Computer or User Configuration side and click on “Scripts Manager”
  3. Add new Policy (a or b)

  4. Enter script by either a) Importing the file or b) entering or copying the command(s)

    1. Click File -> Open and browse for the script to enter

    2. Click down-arrow by (None), select type of script and enter the script command(s) in the windows below

      Sample Script: regedit.exe /s \\server\share\NewRegValue.reg

  5. Select “Run Script as User” and “With elevated rights” -> NEXT

  6. If the entry is to be reverted, i.e. the registry should become something else if the policy is no longer linked or enabled, repeat steps 4 and 5 within this window specifying the appropriate commands to set the registry as required -> NEXT
  7. Specify when you want the command to be run -> NEXT

    Note: “Always” will ensure that if the value is every updated, it will be returned to the value specified each time Group Policy is processed

  8. Give a descriptive name to the policy and set Item Level Targeting if required -> FINISH
  • 907
  • 22-Jun-2020
  • 2602 Views