Results 1 to 5 of 5

Thread: Problem with deleting account profile - cannot delete folder

  1. #1
    Censored Syndrome Guest

    Problem with deleting account profile - cannot delete folder

    I deleted an account using DELPROF from the Resource Kit, but it exited with
    an error, saying that the directory was not empty, or something like that.

    The user account folder in Documents and Settings was still there, but only
    containing an empty folder called Cookies.

    I cannot delete Cookies in explorer or the command line - Access Denied.

    The Properties for the folder does not have a Sharing or Security tab, so I
    cannot take ownership that way. Only the General and Customise tabs appear.

    I cannot use CACLS to take ownership either - Access Denied.

    I cannot delete the user profile folder that contains this undeletable
    Cookies folder using RD Cookies /S - Access Denied.

    Also, the original account that I deleted, with only these two nest empty
    folders remaining, still appears with NET USER. I suppose because DELPROF
    did not complete, there are still some registry entries for it in the HKU
    hive, or something?

    How do I delete this weird folder, and will I be able to remove the profile
    from the NET USER list by running DELPROF again after I do delete it?

    Cheers

    ss.



  2. #2
    Pegasus \(MVP\) Guest

    Re: Problem with deleting account profile - cannot delete folder


    "Censored Syndrome" <[email protected]> wrote in message
    news:OZzFCo%[email protected]...
    >I deleted an account using DELPROF from the Resource Kit, but it exited
    >with an error, saying that the directory was not empty, or something like
    >that.
    >
    > The user account folder in Documents and Settings was still there, but
    > only containing an empty folder called Cookies.
    >
    > I cannot delete Cookies in explorer or the command line - Access Denied.
    >
    > The Properties for the folder does not have a Sharing or Security tab, so
    > I cannot take ownership that way. Only the General and Customise tabs
    > appear.
    >
    > I cannot use CACLS to take ownership either - Access Denied.
    >
    > I cannot delete the user profile folder that contains this undeletable
    > Cookies folder using RD Cookies /S - Access Denied.
    >
    > Also, the original account that I deleted, with only these two nest empty
    > folders remaining, still appears with NET USER. I suppose because DELPROF
    > did not complete, there are still some registry entries for it in the HKU
    > hive, or something?
    >
    > How do I delete this weird folder, and will I be able to remove the
    > profile from the NET USER list by running DELPROF again after I do delete
    > it?
    >
    > Cheers
    >
    > ss.


    Reboot the machine, then log on under an account other than the
    one you have a problem with.



  3. #3
    Censored Syndrome Guest

    Re: Problem with deleting account profile - cannot delete folder

    "Pegasus (MVP)" <[email protected]> wrote in message
    news:[email protected]...
    >>I deleted an account using DELPROF from the Resource Kit, but it exited
    >>with an error, saying that the directory was not empty, or something like
    >>that.
    >>
    >> The user account folder in Documents and Settings was still there, but
    >> only containing an empty folder called Cookies.
    >>
    >> I cannot delete Cookies in explorer or the command line - Access Denied.
    >>
    >> The Properties for the folder does not have a Sharing or Security tab, so
    >> I cannot take ownership that way. Only the General and Customise tabs
    >> appear.
    >>
    >> I cannot use CACLS to take ownership either - Access Denied.
    >>
    >> I cannot delete the user profile folder that contains this undeletable
    >> Cookies folder using RD Cookies /S - Access Denied.
    >>
    >> Also, the original account that I deleted, with only these two nest empty
    >> folders remaining, still appears with NET USER. I suppose because
    >> DELPROF did not complete, there are still some registry entries for it in
    >> the HKU hive, or something?
    >>
    >> How do I delete this weird folder, and will I be able to remove the
    >> profile from the NET USER list by running DELPROF again after I do delete
    >> it?
    >>

    >
    > Reboot the machine, then log on under an account other than the
    > one you have a problem with.


    After I rebooted, I tried deleting the folder from the Administrator account
    again, and it deleted as normal. The username still appeared under NET USER
    though.

    I tried DELPROF again, but it did not find the profile. I then used NET
    USER <username> /delete, and then it was gone.

    What is the difference between using DELPROF and NET USER <username>
    /delete?

    Cheers

    ss.



  4. #4
    Pegasus \(MVP\) Guest

    Re: Problem with deleting account profile - cannot delete folder


    "Censored Syndrome" <[email protected]> wrote in message
    news:[email protected]...
    > "Pegasus (MVP)" <[email protected]> wrote in message
    > news:[email protected]...
    >>>I deleted an account using DELPROF from the Resource Kit, but it exited
    >>>with an error, saying that the directory was not empty, or something like
    >>>that.
    >>>
    >>> The user account folder in Documents and Settings was still there, but
    >>> only containing an empty folder called Cookies.
    >>>
    >>> I cannot delete Cookies in explorer or the command line - Access Denied.
    >>>
    >>> The Properties for the folder does not have a Sharing or Security tab,
    >>> so I cannot take ownership that way. Only the General and Customise
    >>> tabs appear.
    >>>
    >>> I cannot use CACLS to take ownership either - Access Denied.
    >>>
    >>> I cannot delete the user profile folder that contains this undeletable
    >>> Cookies folder using RD Cookies /S - Access Denied.
    >>>
    >>> Also, the original account that I deleted, with only these two nest
    >>> empty folders remaining, still appears with NET USER. I suppose because
    >>> DELPROF did not complete, there are still some registry entries for it
    >>> in the HKU hive, or something?
    >>>
    >>> How do I delete this weird folder, and will I be able to remove the
    >>> profile from the NET USER list by running DELPROF again after I do
    >>> delete it?
    >>>

    >>
    >> Reboot the machine, then log on under an account other than the
    >> one you have a problem with.

    >
    > After I rebooted, I tried deleting the folder from the Administrator
    > account again, and it deleted as normal. The username still appeared
    > under NET USER though.
    >
    > I tried DELPROF again, but it did not find the profile. I then used NET
    > USER <username> /delete, and then it was gone.
    >
    > What is the difference between using DELPROF and NET USER <username>
    > /delete?
    >
    > Cheers
    >
    > ss.


    As a server administrator you need to be aware that a user account
    is one thing and a user profile is another. Usually the two exist together
    but you can easily have one without the other:
    - A user who has never logged on will have an account but no profile folder.
    - A user whose account gets deleted with "net use xxx /del" will have a
    profile folder but no account.



  5. #5
    Censored Syndrome Guest

    Re: Problem with deleting account profile - cannot delete folder

    "Pegasus (MVP)" <[email protected]> wrote in message
    news:[email protected]...
    >
    > As a server administrator you need to be aware that a user account
    > is one thing and a user profile is another. Usually the two exist together
    > but you can easily have one without the other:
    > - A user who has never logged on will have an account but no profile
    > folder.
    > - A user whose account gets deleted with "net use xxx /del" will have a
    > profile folder but no account.


    I think you meant NET USER, not NET USE.

    Thanks for the clarification. I am not actually a network administrator as
    such, although I do some network administration as a CAD consultant. I'm an
    architect.

    ss.



Similar Threads

  1. Replies: 3
    Last Post: 21-03-2012, 09:10 AM
  2. Replies: 3
    Last Post: 11-01-2011, 03:05 AM
  3. Replies: 3
    Last Post: 16-06-2009, 01:09 PM
  4. Replies: 6
    Last Post: 23-03-2009, 07:45 PM
  5. Can i change my email address without deleting profile
    By Abhiraj in forum Technology & Internet
    Replies: 4
    Last Post: 04-03-2009, 11:56 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,773,149.39649 seconds with 16 queries