3

My University uses Windows 7 professional roaming profiles with a domain. I'm not entirely sure how it works, so forgive me if this is a stupid question.

Is there a way I can reset my profile to its vanilla "out of the box" state for a new account? I've tried deleting pretty much every file I have write permissions on, but things in AppData like my Firefox profile, start-menu ordering etc all seem to get restored when I log back in.

Is this possible, or should I just ask the administrator? All the resources I've found have been for administrators to reset users profiles, not for users to reset their own.

h.helix
  • 789
  • 3
  • 11
  • 24

2 Answers2

0

Instead of posting questions on this site why not ask the people who manage your account and the server that stores your account: The IT Department

Just explain to them you are having login issues with the roaming profile and either

  1. Want to have roaming profiles turned off for your account
  2. Or you want to have the roaming profile cleaned out.

As for the part where you say it keeps "reappearing" its likely you dont have delete permissions on that share but have write (so the profile only grows) or they have an auto backup that keeps the profile from being deleted by a non-system admin

Cory M
  • 374
0

With a roaming profile, your data is copied down from the server when you log in and (depending on organisational policy) copied back when you log out. It may also be configured to sync in the background.

Without access to the server you can't remove the server copy of your profile. But thinking about it, your user has permission to write to it so you could probably empty the folder...

You can find where your profile is stored on the server and open that path with windows explorer to delete the remote version. Doing it this way, you would need to empty the local and remote versions. You may even have to hard-power off the computer to stop it from trying to put anything back.

There's also stuff stored in the registry. Overall, to delete cleanly you need to follow this procedure by logging in as a different user (with administrative privileges): How do I delete a user profile on a Windows 7 machine that is part of a domain? You would have to have emptied the server copy first.

That said, it's probably just easier to ask your network administrator!

john
  • 518