-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
.NET Framework 4.8 Update & README Improvement
Summary
This issue includes:
- Update to .NET Framework 4.8
- Update to README with additional troubleshooting instructions
- Request to publish a release
README Update – Add Troubleshooting Instructions
If the user folder is renamed successfully, but after restarting the computer the user is unable to log in, it is likely that the registry entry ProfileImagePath was either not updated or updated incorrectly.
This typically results in Windows loading a temporary profile or showing a login error.
Steps to Resolve:
- Press
Win + R, typeregedit, and pressEnterto open the Registry Editor. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList - Locate the subkey starting with
S-1-5-21-...that corresponds to the affected user. You can identify the correct one by checking theProfileImagePathvalue. - Double-click the
ProfileImagePathentry and update it to reflect the new folder name. For example:C:\Users\NewFolderName - Close the Registry Editor.
- Restart the computer.
- Log in using the original user account.
After completing these steps, the user should be able to log in normally.
Request
Please publish a new release that includes:
- Migration to .NET Framework 4.8
- Updated README with the new troubleshooting section
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels