Code on the Shelf
  • Home
  • .NET
  • Docker
  • Azure
  • Entity Framework
  • Metrics
Sign in Subscribe
account

Changing A Windows 10 User Account Name (Profile) and Folder Path (It didn't work)

This is a very short post on something I posted a few days ago re: trying to change the name and path of an account after it has been created on Windows 10. Sadly it didn't work out, so I resorted to plan B.

David Guerin

26 Aug 2020 • 1 min read
Changing A Windows 10 User Account Name (Profile) and Folder Path (It didn't work)

This is a very short post on something I posted a few days ago re; trying to change the name and path of a user account after it has been created on Windows 10. You can read that here.

For me most things worked. Applications which were not acting correctly could simply be reinstalled. From my day-to-day work VS Code needed a reinstall and Docker Desktop need my username adding to the "docker-users" before it would start under my user. These were simple to fix.

However, I could not get Windows Search to have the same "full index" as it once had. I tried rebuilding the index from "Indexing Options" in Control Panel. I tried running System File Checker - which did find some issues and resolve them. But this is not help the index issue in the end.

Rather than spending more time on this problem I decided to bite the bullet; delete my account and create a new one with the name I wanted. If I used the same trick as outlined here to create a temp admin account, I wouldn't be restricted from deleting the old account and associated files under the [C:\Users\"user_name"] path.

new user dialog windows 10
Fig 1. New User Dialog in Computer Management on Windows 10

After the old account was deleted, I used the "New User" Dialog Window from the "Computer Management" by right clicking on users folder on the left. From there I created the account with the username I wanted. Later it can be linked to a windows account when you log in.

Sorted! Now to install all the programs I use day-to-day....:(

Sign up for more like this.

Enter your email
Subscribe
Handy runtime Docker Container Commands

Handy runtime Docker Container Commands

Here are some super handy docker container commands
04 Jul 2022 1 min read
Azure Web Apps - SSH access for Custom Containers

Azure Web Apps - SSH access for Custom Containers

For most "smaller" projects I use Azure Web Apps for hosting. It just takes care of all the work of hosting sites, APIs, and Apps in a PaaS manor, so I don't have to worry about it.
16 Jan 2022 2 min read
Better understanding of performance with dotnet and dotnet GC

Better understanding of performance with dotnet and dotnet GC

Background research you need to put into your head :) 1. https://devblogs.microsoft.com/dotnet/internals-of-the-poh/ 2. https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-core-3-0/ 3. https://docs.microsoft.com/en-us/visualstudio/profiling/dotnet-alloc-tool?view=vs-2019 4. https://github.com/Maoni0/mem-doc/blob/master/doc/.NETMemoryPerformanceAnalysis.md
10 Mar 2021
Code on the Shelf © 2025
Powered by Ghost