Under windows 7 there has changed a lot. you must disable the UAC if you want the logon scripts to work as usual. >From cmd and: C:\Windows\System32\UserAccountControlSettings.exe Or per regstry setting: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System There find: EnableLUA (RegDword) .On the Edit menu, click Modify. In the Value data box, type 0 (zero), and then click OK You can also put this in a reg-file and leave it to be wriiten in te registry by your logon script. Notice this reg-file must be done with administartor rights.
On Tue, 8 Feb 2011 18:27:38 +0000, "sisu ." <[email protected]> wrote: > Hi all, > > I am making my PDC up and I have a quick questions. > > I did an script to modify some windows registry keys, I execute it > through netlogon and on windows xp box there is not any problem, but when > it is executed on windows 7 the system reclaim the user approval to > execute it. Is there any way to execute it through samba without any user > approval? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
