I have to configure a bunch of computers with Windows XP and im trying to create a script with Autoit so make my work easier. The issue is the following:

I want to make certain extensions to open with a determinate software FOR ALL USERS in the system. (For example, open all .PSD files with XnView). I figure the best way to do this is to manipulate the register, but Im not sure how to do this task.

Can someone please how to achieve this goal?

Thanks a bunch

link|improve this question
feedback

1 Answer

best solution: Setting File Extension Default Program through GPO

link|improve this answer
Ive never heard of GPO. Could you give me some reference to look into it, please? – Dbugger Jul 19 '11 at 8:28
Group Policy is a feature of the Microsoft in Active Directory environment. technet.microsoft.com/en-us/windowsserver/bb310732 – Alexander Pavluchenko Jul 19 '11 at 8:57
Isnt this just for Windows Server? I want to do it with Windows XP – Dbugger Jul 19 '11 at 9:16
I dont see how can I do this. Could you please give me a more detailed answer? – Dbugger Jul 19 '11 at 9:48
if you have peer-to-peer LAN it is impossible by GPO. You should have Windows Server at LAN and Active Directory. – Alexander Pavluchenko Jul 19 '11 at 10:20
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.