We recently worked on site with a client who had upgraded their Windows 7 Home computer to Windows 10. The update appeared to have been successful but after logging into their computer they noticed that their files were missing from the desktop and their applications had lost all of the settings (including email, virus scanners, printers, etc.).
If this has happened to you then the fix should be relatively simple…
If your computer seems fine but your files are missing then typically this means that your user profile has not been loaded correctly. Your user profile contains all of your files and settings and without it your computer will revert back to default settings. You can tell whether your profile has loaded correctly in Windows 10 by following these steps:
C:\WINDOWS\system32> SET
USERDOMAIN=OLLYPC
USERDOMAIN_ROAMINGPROFILE=OLLYPC
USERNAME=Olly
USERPROFILE=C:\Users\Olly
Chances are if you are experiencing problems then the value of USERPROFILE will be something like C:\Users\TEMP or C:\Users\TemporaryProfile. If you notice that your Username is not the same as your old (Windows 7) username then you might be logging in with the wrong user account or Windows 10 might have created you a new account to use which has not synchronised correctly with your old account.
If your Windows 10 PC is running on a temporary profile then chances are that the account was not correctly assigned to the “Users” group during the Windows 10 setup. We can easily solve this using the following steps:
C:\WINDOWS\system32> net localgroup Users <USERNAME> /add
C:\WINDOWS\system32> net localgroup Users Olly /add
Once your computer restarts you will receive a message that says “Configuring Windows” with a swirly loading animation. This might take several minutes to complete so go and make a cup of tea and make sure not to switch off your computer. Eventually the login page will appear and after logging in all of your settings and documents should have been restored.
Note that if your username has a space in it then you might have to use quotation marks for the above command to work. For example:
C:\WINDOWS\system32> net localgroup Users "Olly Lennox" /add
If your username does not look right then potentially you are not signed into Windows 10 with the correct. First:
Once your computer restarts select your old username and enter your new password, this should load up your old profile with your old documents and settings
If you’re still having problems then try some of the links below to see if they help fix the problem:
In a worse case scenario you can also follow these steps to roll back to Windows 7
We hope this helps!
Theer’s nothing like the relief of finding what you’re looking for.