win11 duplicate a user setup

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.

https://answers.microsoft.com/en-us/windows/forum/all/how-to-duplicate-new-profile-in-windows-11-using/902d9a69-962f-40ad-b42d-75a14d23c6e9

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