Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Login Script

Status
Not open for further replies.

MapMan

Programmer
Jul 21, 1999
143
0
0
US
I have the following registry file I'd like to merge with users as they log in...

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"DisablePasswordCaching"=dword:00000001

I'm doing so by using the GPO snap-in and assiging the following script to the login...

Code:
regedit /s "\\ASERVER\ASHARE\SCRIPTS\PWDNOCACHE.reg"

The script works fine in most cases. But, occasionally I get a file error and the script fails.

Have any of you experienced the same thing? If so, how did you resolve it?

Thanks, MapMan [americanflag]

Assume nothing, question everything, be explicit not implicit, and you'll always be covered.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top