Koozali.org: home of the SME Server

Join XP to Domain

dwater

Re: Join XP to Domain
« Reply #15 on: December 30, 2004, 06:24:25 AM »
Quote from: "brian kirk"
Wally did you ever sort out the
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21787
message? I am getting it on joining the domain.
Regards
Brian


I was getting this message on our XP machines, and I found this reference :

http://support.microsoft.com/Default.aspx?id=330132

which is kind of confirmed by this :

http://forums.contribs.org/index.php?topic=9416.0

Thought I'd just add this to clear up the loose end in this thread.

Max.

wallyrp

Join XP to Domain
« Reply #16 on: December 31, 2004, 07:36:03 PM »
Good Afternoon,

Thanks for the information. I don't know though if I like the idea of hiding hidden files. I personally view all the files but I guess it might be wise to not do that on workstations. I'll try it and let you know.

dwater

Re: Join XP to Domain
« Reply #17 on: March 19, 2005, 08:20:31 AM »
Quote from: "dwater"
Quote from: "brian kirk"
Wally did you ever sort out the
LocalizedResourceName=@%SystemRoot%\system32\shell32.dll,-21787
message? I am getting it on joining the domain.
Regards
Brian


I was getting this message on our XP machines, and I found this reference :

http://support.microsoft.com/Default.aspx?id=330132

which is kind of confirmed by this :

http://forums.contribs.org/index.php?topic=9416.0

Thought I'd just add this to clear up the loose end in this thread.

Max.


Furthermore, I find that deleting :

Code: [Select]

'/home/e-smith/files/samba/profiles/....../Start Menu/Programs/Startup/desktop.ini'


fixes the problem.

Be careful of the space in 'Start Menu' when you use this path on the command line[1].
Obviously, replace ...... with the username of the account affected.

Max.
[1] I recommend putting quotes around the whole path as shown, but you can just escape the space with a back-slash '\', or various other methods.