User profile reconfiguration issue after windows 2004 update

Copper Contributor

one of the machine 10 user  profile got corrected in our domain environment . as normal, Renamed  user folder from admin , deleted profile location from  Registry(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList.)

 

but after that when  try to login the same user , we cant  and getting below error . any solution ?. tryed so many powershell comments available online , no luck except formatting .Please help .IMG-20200825-WA0132.jpg

1 Reply

Hello @shafz,

 

Try to re-register Start Menu and related elements using these steps: 

 

1. Open Task Manager, click File > Run new task. 

 

2. Type powershell in the Create new task box. Check the option 'Create this task with administrative privileges'. Click OK. 

 

3. In the administrative Windows PowerShell window, type/paste following and press Enter key: 

 

Get-appxpackage -all *shellexperience* -packagetype bundle |% {add-appxpackage -register -disabledevelopmentmode ($_.installlocation + “\appxmetadata\appxbundlemanifest.xml”)} 

 

4. Let it complete and then restart your system. 

 

Let us know if this helps!