View Single Post
  #2 (permalink)  
Old 07-03-2007, 02:50 AM
Newbie Coder
Newsgroup Contributor
 
Posts: n/a
Re: Deleting profile after a user loggoff(Not a roaming profile)

Vamsi,

The tool in the resourse kit is meant for redundant profiles

Some profiles are still locked after logoff so any attempt to delete them will
be denied

You can add in a logoff script which uses the FileSystemObject (FSO) to try to
delete...

--
Newbie Coder
(It's just a name)


"Vamsi" <MVVamsi******.com> wrote in message
news:1183453757.136648.318960@a26g2000pre.googlegr oups.com...
> I would like to know if there is any possibility to delete profile
> after loggoff. Any kind of script which can be written in logoff
> script so that user profile will get deleted after logoff. I have seen
> delprof.exe from Resource kit but I found from other forums that it
> will delete all the profiles under Documents and settings.
>
> Is there any possibility to delete only particular user profile after
> he logsoff.
>
>
> Operating system: Windows 2000/XP
> Server OS: Windows 2003
>



Reply With Quote

 
Old 07-03-2007, 02:50 AM