0% found this document useful (0 votes)
33 views8 pages

Fix - Temporary Profile Issues in Windows 10

This article provides four solutions to fix temporary profile issues in Windows 10. The first solution is to utilize the check disk tool to scan and repair any file corruption. The second is to correct any incorrect registry entries that are misdirecting Windows to the temporary profile. The third solution is to run the System File Checker tool to replace any corrupt system files. The fourth is to install any available Windows updates as that has resolved the issue for some users.

Uploaded by

brigmd14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views8 pages

Fix - Temporary Profile Issues in Windows 10

This article provides four solutions to fix temporary profile issues in Windows 10. The first solution is to utilize the check disk tool to scan and repair any file corruption. The second is to correct any incorrect registry entries that are misdirecting Windows to the temporary profile. The third solution is to run the System File Checker tool to replace any corrupt system files. The fourth is to install any available Windows updates as that has resolved the issue for some users.

Uploaded by

brigmd14
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

Fix: Temporary Profile issues in Windows 10


By Kamil Anwar • August 28, 2023  3 minutes read

Kamil is a certified Systems Analyst

When you log on to your Windows profile, all of your profile’s


information and settings are retrieved from some registry entries
and configuration files saved on your hard disk. Corruption of a
single file can prevent Windows from accessing it, causing you to
be logged on to a temporary profile. This profile can be used, but
a slight delay in reading your account profile can also lead to the
same outcome. Any changes you make to this temporary profile
will not be saved, resulting in a fresh profile being loaded each
time you log in.

Cause of corruption can be a recently installed update or a


software or incorrectly shutting your computer down for that
matter. If you have already tried restarting your computer 3 to 4
times (Yes, that has worked for some users) then start following
the solutions below.

For some troubleshooting steps, you will need to enable the


built-in administrator account to use admin rights.

Press Windows Key + X. Click on Command Prompt (Admin).

https://appuals.com/temporary-profile-issues-in-windows-10/ 1/8
10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

In the black window, type the following command and press


Enter.

net user Administrator /active:yes

Please restart your computer. Upon reaching the login screen,


you will notice a new account named ‘Administrator’. Log in
using that account. After you’ve finished troubleshooting, open
the command prompt (admin) by pressing the Win + X keys and
type the following command exactly as it appears.

net user Administrator /active:no

Solution 1: Utilize the Check Disk Tool.


If the corruption is not too deep, it can be repaired by linking the
files to their correct destination using the check disk tool. Log in
through the built-in Administrator account using the method
provided above.

https://appuals.com/temporary-profile-issues-in-windows-10/ 2/8
10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

1. Hold the Windows key and press E to open Windows


Explorer. Right-click on your C: drive. If you don’t see the C:
drive, then click ‘This PC’ from the left pane, then choose the
C: Drive, which is where your Windows is installed.
2. Click on Properties.

3. Click on the Tools tab. Under ‘Error Checking’, click ‘Check


Now’. Then, click ‘Start’ to begin scanning. If a message
appears stating that it cannot scan while the drive is in use,
click on ‘Schedule Disk Check’ and then restart your system.
The scan will commence and rectify any errors after the
restart. To ensure a successful disk check, make sure not to
press any key that may cancel the disk checking process.

https://appuals.com/temporary-profile-issues-in-windows-10/ 3/8
10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

Run the scan, and it will automatically restart when finished.


Now, try logging in with your original account. If the issue
persists, then move on to the next solution.

Solution 2: Correct the registry entry.


Log in through the built-in Administrator account. Activate it if
needed, as stated in the steps above. An incorrect registry entry
can mislead Windows regarding your profile location.

https://appuals.com/temporary-profile-issues-in-windows-10/ 4/8
10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

1. Press Windows key + R. In the run window, type regedit and


press Enter. Click Yes if the UAC warning appears.

2. In the left pane, double-click on HKEY_LOCAL_MACHINE to


expand it. Then, click on ‘Software’ located underneath it.
Afterwards, navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\ProfileList.

3. Under ‘ProfileList’ in the left pane, locate the SID keys, which
resemble something like ‘S-1-5-21..some long number’. You
will see two or more of these SID keys, likely one with ‘.bak’
at the end and another without it. The one with ‘.bak’ is the
link to your inaccessible profile, and there will be another
that links to the temporary profile you are currently using.

https://appuals.com/temporary-profile-issues-in-windows-10/ 5/8
10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

4. To confirm, click on any SID key to highlight it. In the right


pane, next to ProfileImagePath in the Data row, you will see
“C:\Users\’Your Inaccessible Profile Name’”. Click on all SID
keys like “S-1-5-21….some long number” and delete the
keys that have your profile name next to ProfileImagePath,
EXCEPT the one with .bak at the end. Confirm the message
and click OK.

5. Right click on the “S-1-5-21….some long number” key with


.bak at the end, and click Rename.

6. Delete “.bak” from the end of the key. Close the window.
Restart your computer.

7. Now try logging into your original profile. If you’re still


facing the same issue, then we can delete the remaining key
as well, so that a new registry key can be created.
8. Log in through the built-in Administrator account.

9. First, back up all folders from C:\Users\’Your Inaccessible


Profile Name’ by copying them to any other drive. You can
paste them back later to the same location to retrieve your
desktop icons and ‘My Documents’ content exactly as they
were before. After copying all the data, delete the “Your
Inaccessible Profile Name” folder from C:\Users.

10. Navigate to the “S-1-5-21…some long number” key once


again. The .bak key will be found there as well. Delete both
the SID keys whose values next to “ProfileImagePath”
resemble “C:\Users\’Your Inaccessible Profile Name’.”

Solution 3: Run System File Checker


SFC can fix the most corrupt system files and replace them with
fresh copies. We have a separate guide on how to run it here.

https://appuals.com/temporary-profile-issues-in-windows-10/ 6/8
10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

Solution 4: Run Windows Update


Press the Windows Key + R. Type ‘ms-settings:windowsupdate’
and then press Enter.

Now check for updates for your Windows and make sure you
install all of them. It has worked for some users.

Read Next

FIX: Can’t Delete Temporary Files on Windows 10

How to Fix "Unable to execute file in the temporary


directory" Error on Windows…

Fix: Windows created a temporary paging file

How to Fix iTunes Error Code -50 on Windows 'temporary


problem'

https://appuals.com/temporary-profile-issues-in-windows-10/ 7/8
10/9/23, 3:11 PM Fix: Temporary Profile issues in Windows 10

92 Comments 
1 Login

G Join the discussion…

LOG IN WITH OR SIGN UP WITH DISQUS ?

Name

 23 Share Best Newest Oldest

C
Coleman Checki − ⚑
7 years ago

Help I deleted my .bak and now i cannot get into my account at ALL!
it says my password is wrong

4 2 Reply • Share ›

Peter Van Keuren − ⚑


6 years ago edited

https://appuals.com/temporary-profile-issues-in-windows-10/ 8/8

You might also like