I want to duplicate a standard user account setting of my design
I plan to create a basic user account with my settings. Then log off that user and create a new user. Then copy the c:\ to the new users folder.
Now someone can use a temporary user profile with all the layout of the other, and when they are done working on that computer I can create a new temporary user profile easily. And if I want to update my template profile I just log into it and make changes.
cmd as administrtaor
net user /add
net localgroup administrators /add
—-
Restart and log in to the new user
—-
Find the C:\Users\ folder, copy all the files and folders in this folder, find the C:\Users\ folder, and paste the copied content. Restart the computer and log back in as the new user.
—-
Restart and log in as the new user