If you want to change the user account picture in Windows 10, there are a few different ways to do it. The easiest way is to use the Settings app. Open the Settings app and click on Personalization. Under User pictures, you can select a new picture for your user account. You can also change your user account picture using the Control Panel. Open the Control Panel and click on Personalization. Under User pictures, you can select a new picture for your user account. If you want to change your user account picture using PowerShell, you can use the following command: Set-ItemProperty -Path “HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon” -Name “UserPicture” -Value “C:\Users\YourUserName\Pictures\YourNewPicture.jpg” ..