3

At my newly aquired work as a IT guy I've run into an issue with deleting local user profile data on roaming profiles. Whenever I delete a profile on a local machine (I do it the proper way through "userprofiles", of cause), the next time the user tries to log on to the computer it creates a TEMP profile. Now I know the regedit solution to the problem (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ProfileList and delete the .bak file for the user), but firstly that doesn't always work for me, and secondly it's not a very permanent solution. In the specific issue I have in front of me right now, the reg entry for the user doesn't even exist. I've read that I might have something to do with profiles on Win7 being in folders called "USER.V2", whereof the ".V2" part is not specified in the AD. Although it's not specified, the roaming profiles worked perfectly when a user logged on to new machines before the local data was deleted, so I can't see how this could be the issue. Perhaps the ntuser file might be the issue?

Are there any admins who have any ideas as to what might be causing this and how it can be solved? Would be really cool if I could fix this god-aweful problem once and for all.

Thanks in advance!

fixer1234
  • 28,064

2 Answers2

0

Sooo, I figured out the issue with the laptop. I looked in the event log, as I should have to start with, and it said that the permissions or internet access was incorrect, so all I had to do in this case was connect it to LAN and the problem was fixed... So I guess this is how you get experience... Still doesn't explain why I had the problem on desktops, as they're always on LAN.

Any thoughts and comments on the issue are still very welcome, thanks.

-3

after you delete the profiles, restart and if a this folder has been recreated

C:\Users\username\AppData\Local\Microsoft\InputPersonalization\TextHarvester\TextHarvester.dat

vist this page and download the hotfix

https://support.microsoft.com/en-us/kb/2866086

ross
  • 1