PDA

View Full Version : script start session


basilius
10-01-2007, 04:08 AM
hi!! i need create a installer what insert a script start users, this manually is :
run--> gpedit.msc --- in users configuration, windows configuration,---->start session; i needs insert a name and parameters.

this is posible with this program.

thanks, saludos

jcuster
10-01-2007, 08:42 AM
hi!! i need create a installer what insert a script start users, this manually is :
run--> gpedit.msc --- in users configuration, windows configuration,---->start session; i needs insert a name and parameters.

this is posible with this program.

thanks, saludos

What is the end result? Are you trying to change the policies or letting the user do it on their own?

I'll presume that you want to change the policies, thus you will need a set of policy files for each OS then copy the files to the proper location for the OS.

The default folder for Win2k is
C:\WINNT\system32\GroupPolicy
There are three folders inside of this folder that you must copy recursivly
\Adm
\Machine
\User

Also for the best success delete the folder and everything inside recursivly
C:\WINNT\system32\GroupPolicy.UserCache

Reboot the computer.

basilius
10-02-2007, 03:30 AM
ok, is that. but where are "GroupPolicy.UserCache", because if i reboot the computer not take the scripts, i need press accept in command start users for in regitry include script logof and script logon.

how aplicate the script?

sorry but my english not is very well.

thanks.