• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help with Login Script

err

Platinum Member
I would like to create a login script that would automatically do a registry hack on the end user's computer.

What is the line that I should pop into the login script ?

Thanks for the info

eRr
 
What kind of login script? NT/Win2k or Netware?

You most likely just need to run a .reg file from the script. I am not sure on how to do that in a NT script but on a Netware it is something like the following:

# regfile.reg
 
Back
Top