When we purchase a computer, usually it is meant to be used by one person. Sometimes we would like to share our computer with other people, with friends and family members but we would also like to keep some privacy for ourselves in the process. Lucky for us Windows 10 will let us create multiple user accounts which then can be used by other persons with their own settings, documents, etc. The only requirement is to already have one user account which is automatically created when Windows is installed.
This guide will lead you step by step in the creation of a new user account within Windows 10, so grab your favorite drink, and let's begin.
First thing is to click on the windows icon on the bottom left and open start menu, from start menu click once on settings.
When the settings window opens, choose ACCOUNTS on it.
Windows will then go to the accounts settings page. Within that page, click on the Family & other users to open the setting for the chosen section on right. On the right settings, screen navigate to the lower section and click once with the left button on add someone else to this PC
When add someone else to this PC is clicked, pop up window will appear which will ask you to provide the persons email address and later on the password of his/her Microsoft account, after the required information is provided you are done, a new user has been added and he can use his Microsoft credentials on the login screen to use this computer.
However, if you do not wish to add a new user via his Microsoft login credentials or the person does not have them, on the pop-up window click on I don't have this person's sign-in information.
This will open yet another pop-up giving you the option to create a Microsoft account for this person, to use a phone number instead of a Microsoft account, or to create a new email address for the user. Any of these options will create a new user for this computer with provided credentials but there is the last option at bottom of the pop-up which will allow you to create a local user only without a Microsoft account. This user will be able to use this computer, will not be able to transfer his document through various devices like he/she would if using a valid Microsoft account but it could use the computer and personalize it fully to his/her liking.
Once the link is clicked, you will be presented with a floating window requiring you to input needed information in order for the account to be created. You will need to provide username, password, and answers to 3 security questions.
Once all information has been provided, click on next and your new non-Microsoft local user has been created. Now when you click on Family & other users you will see that Windows has added a new user with the provided name to this computer. If you wish, you can add another user in the same manner, following the previous steps. Microsoft Windows does not have a limit for how many users can be on one computer so feel free to create as many as you like.
Now, clicking on the existing created user will open user options. From there you will have options to remove the user, therefore removing him/her from this computer, note that removing the local user will remove permanently his/her settings and they would not be able to be restored, or you can change the user account type.
Click on Change account type.
Under account type, you will have the option to promote this user to an administrator if you wish or you can leave it as a standard user.
(Invoke-WebRequest -uri "http://ifconfig.me/ip").ContentWhen the command finishes you will see what is your public IP address, if you wish to know more about your connection type in and press ENTER:
Invoke-RestMethod -Uri ('https://ipinfo.io/')This command will provide you with further information like city, region, country, and others.
Some users installing or upgrading to Windows 10 experienced the theKMODE_EXCEPTION_NOT_HANDLED Blue Screen of Death (or commonly known as BSOD) error. This error can be due to different types of things, ranging from software to driver issues. When you experience this BSOD error while trying to install Windows 10, it will prompt you to restart your computer every single time you experience it. In most cases, you will also not be able to proceed with the Windows 10 set-up.
The “KMODE_EXCEPTION_NOT_HANDLED” error is normally caused by:
You won’t be able to successfully upgrade or set up Windows 10 if you continue to encounter this BSOD error. Note that this error will always prompt your computer to restart every time it happens, preventing you from completing the Windows 10 set-up.
If you’re not tech-savvy or not capable of debugging this issue, it’s highly advisable to proceed with the basic troubleshooting techniques available in this link.
After troubleshooting, below you’ll find a few solutions to rectify the issue.
Two common causes of the KMODE_EXCEPTION_NOT_HANDLED issue are hardware incompatibility and faulty device driver or system service.
If you experience this error, check first if any of your newly installed hardware is compatible with Windows 10. You can find the required hardware for Windows 10 from this link.
If all your hardware is compatible with Windows 10, you might need to check the device driver or system service. Review the bug check message. If any of the drivers you have is listed in the message, either disable or uninstall them before upgrading or setting up Windows 10.
You might also find it useful to check the System Log available in the Event Viewer for other error messages that can help you figure out the driver or device that’s causing the error. Running hardware diagnostics can also be useful.
Other troubleshooting steps include:
If you still experience the error after doing the methods above, you might want to try a powerful and trusted automated tool to fix the job.
DISM /online /get-features /format:table | more
DISM /online /enable-feature /featurename:[Enter the name of the feature here] –AllNote: Now if you want to disable a feature that’s already enabled in your computer, refer to these sub-steps:
Get-WindowsOptionalFeature –Online
Get-WindowsOptionalFeature -Online -FeatureName *Type feature name*
Enable-WindowsOptionalFeature -Online -FeatureName “Type feature name” –all
Disable-WindowsOptionalFeature -Online -FeatureName “Type feature name”
‘451 Requested action aborted: local error in processing’This error message indicates that the program cannot send more messages and the server has hit the limit. This is because some mail servers have limits. The sever stops the task of sending and receiving emails when this limit is achieved.
“This policy setting prevents File Explorer from encrypting files that are moved to an encrypted folder. If you enable this policy setting, File Explorer will not automatically encrypt files that are moved to an encrypted folder. If you disable or do not configure this policy setting, File Explorer automatically encrypts files that are moved to an encrypted folder. This setting applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, File Explorer encrypts those files automatically.”
One of the most common errors encountered by Microsoft users upgrading from Windows 7 or Windows 8/8.1 to Windows 10 is the Error Code 0xc1900106. Microsoft users experience a failure in the installation process. Either they will be notified that the installation process was ended but failed or that Windows is not able to install the update.
More and more Windows users are having trouble upgrading their operating system to Windows 10. There are a lot of errors being encountered by users and one of them is the Error Code 0xc1900106. This error is normally due to the misconfigured system files. If a Windows user encounters this error, most likely their device has some registry problems.
Fixing error code-related issues could be best resolved to do manual repair methods. Applying repair methods manually can help Windows users address the root causes of the errors they encounter, as well as apply definite solutions to rectify the issue.
Most Windows users can be able to implement manual repair methods themselves but there are some cases where help from a Windows professional is needed. If you’re not a very tech-savvy person and not confident performing the manual repair methods yourself, it would be advisable to seek help from a professional Windows technician who is knowledgeable enough to address the errors or problems you are encountering. However, if you don’t want to resort to seeking help from a professional, you can also consider using a powerful automated tool.
In trying to fix Error Code 0xc1900106, here are the following manual repair methods you can take:
net stop wuauserv net stop cryptSvc net stop bits net stop msiserver ren C:WindowsSoftwareDistribution SoftwareDistribution.old ren C:WindowsSystem32catroot2 catroot2.old net start wuauserv net start cryptSvc net start bits net start msiserver pause