Script tasks can be used to run commands to add, remove, or modify registry keys and/or entries without interferring with other tasks and policies.
1. Create the Script Task to modify the registry
2. Run the Script Task
If the scripts needs to access HKEY_CURRENT_USER, running as Currently Logged on user is required. However, if the currently logged on user is a standard user, there could be problems creating or modifying registry keys and entries due to access rights. The best way to test for this would be to login as the standard domain user, access the registry key and try manipulating it.