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
Raise domain function level when there are 2 ADs
WNLB between to exchange 2010 CAS Servers
Jquery addClass
Allow user to navigate to a folder in windows directory and select the PATH to the file in a .aspx page. Is this possible and how?
Active Directory Query
Is it possible to have backgrounds automatically shuffle every so often on an iPad?
ASP Menu control with css working in Firefox, and IE, but not in Chrome
VB .Net 2008 Express Deploy Application
Sqlite not registered on the local machine
How do I manage connection to MySql db from VB.NET ?