Hello,
Regarding digital inheritance, photos, videos, and other memories of your parents may contain information that could be financially important. If you have inherited the PC, you can either keep those files and create a new administrator account in Windows to use the PC with a new account, or, as others have suggested, you can fully reset Windows and start fresh.
Please refer to the support articles below for instructions on how to reset Windows or add a new account.
Manage User Accounts in Windows
Alternatively, you can right‑click the Start button, open “Terminal (Admin)”, and create a local administrator account using the following command examples.
(“Owner” will be the user name, so please replace it with any name you prefer.)
1.
Type:
net user Owner /add
and press Enter.
(If you need to set a password, use the following command.
In this example, the password is “2345”.
Type:
net user Owner 2345 /add
and press Enter.)
2.
Next, make the account an administrator.
Type:
net localgroup administrators Owner /add
and press Enter.
3.
Once completed, sign out and sign in to the [Owner] account.
Then switch the local account to a Microsoft account.
Please refer to the support article for instructions on how to switch accounts.
Change From a Local Account to a Microsoft Account in Windows