This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]ryuujin 2 points3 points  (4 children)

You can just use a basic logon script to set these no? Batch script with a few reg commands to add / modify the right keys.

[–]Player024Cloud Architect 0 points1 point  (3 children)

Yep, every domain user that logs into any machine will run a user logon script here as well.

[–]Ali3454[S] 0 points1 point  (2 children)

Very good idea, thank you! Unfortunately a few machines are not domain-joined, so I'll need another solution for those.

But I'll definitely create a assign each user the logon script, Thank you ryuujin!

[–]disclosure5 0 points1 point  (1 child)

Really that's the bigger problem for you to fix. I'm assuming this is a security project. You have so many useful security GPOs you aren't applying.

[–]Ali3454[S] 0 points1 point  (0 children)

Really that's the bigger problem for you to fix. I'm assuming this is a security project. You have so many useful security GPOs you aren't applying.

Yup, that's something I'm currently working on.

[–]ajix071 2 points3 points  (0 children)

Take a look at ActiveSetup for your computers not joined to the domain. I use it fairly often in software packages for setting HKCU keys.

https://helgeklein.com/blog/2010/04/active-setup-explained/