Microsoft
Software
Hardware
Network
Question : Running netlogon script
Hello!
I am trying to deploy this script in "script.bat" file:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Ol
e /v EnableDCOM /t REG_SZ /d "Y" /f
reg add HKLM\SOFTWARE\Microsoft\Ol
e /v LegacyAuthenticationLevel /t REG_DWORD /d "2" /f
reg add HKLM\SOFTWARE\Microsoft\Ol
e /v LegacyImpersonationLevel /t REG_DWORD /d "3" /f
exit
I saved the file in "netlogon" shared folder on Windows 2003 SB server and added it to "profile" section of a user in AD.
When the user does login the script runns but it says "access is denied" for all commands.
I am trying to make WMI work over this script so I dont need to manualy set up each computer. The users have WinXP Pro and Win Vista OS.
Thanks!
Answer : Running netlogon script
Hi
My guess is that it should be the intel chipset driver.
/Z
Random Solutions
C# code not being called for special URLs in my website
spt_values - how do you use it..
A pre import Access tool
migrate Outlook express to exclusive use of gmail
SQL 2008 - High Memory USage
adding user to an existing AD group
Using install script to get directory path of the installation
Will Windows remote desktop will work between Windows 7 and XP? On the same router? References?
Update records in SQL table via Excel VBA and ADO
how to add a column checkbox to Telerik RadGrid to select/deselect all the checkboxes from each item?