Hi Chuck Veit,
Welcome to Microsoft Q&A!
I understand how disruptive this is, especially when it affects your desktop, shortcuts, and saved passwords every single reboot. Based on your description, this points to Windows loading a temporary or corrupted user profile.
1 - Check if Windows is loading correct profile
- Turn on your PC normally > open Command Prompt
- Run
echo %USERPROFILE%> if the path shows:- Not
C:\Users\<yourname> - E.g.
C:\Users\TEMPor other weird names
- Not
- It means Windows is not loading your real profile. Also check:
- Open File Explorer > navigate to
C:\Users - Look for folders with your name (one may have a suffix)
- Check inside them and if your files are present, they are still safe.
- Open File Explorer > navigate to
- No desktop or password fix will stick until the profile issue is resolved.
2 - Repair the user profile registry entry
- Press Win + R > type
regedit> press Enter - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList - Look for two folders with the same long ID (e.g.
S‑1‑5‑21‑…) > If found:- Rename the folder without
.bak> add.oldat the end - Rename the folder with
.bak> remove the.bakextension.
- Rename the folder without
- Delete the
.oldfolder > close Registry Editor > restart PC and check again.
Disclaimer: Generally, modifying registry subkeys or work group is intended for advanced users, administrators, and IT Professionals. It can help fix some problems, however, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For further protection, first check out How to back up and restore the registry in Windows - Microsoft Support
3 - Move to another account:
- Open Settings > Accounts > create a new local user account
- Log in to it > open File Explorer and copy data from old profile
- Remove the old one > sign into your Microsoft account on this one.
4 - Windows reinstallations (not reset!)
- Use built-in repair option
- Open Settings > System > Recovery > Fix problems using Windows Update
- Click Reinstall now > follow the onscreen instructions to reinstall Windows.
- Perform an in-place upgrade:
- Refer to Reinstall Windows with the installation media - Microsoft Support
- Navigate to the bottom of the page and expand In-place Upgrade.
- You can also check out the instructions from one of the Moderators here: How to run In-place upgrade in Windows 11 - Microsoft Q&A
Disclaimer: Both Windows reinstallation and in-place upgrade will refresh your Windows files and operating system without removing files or applications. That being said, we always recommend that if you have important data, you should back it up first before making large system changes.
I know this has already cost you hours of productivity. Let me know the result of the command in the #1, it will help us pinpoint the issue more easily.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.