How can I remove ASPNET from my login screen?

Awhile ago, I updated Windows 8 and it randomly added ASPNET to the users on my login screen.

Now that i'm on Windows 10, it is still there and I want to get rid of it. How can I do this? When I go into control panel and look at the users on my computer, I don't see "ASPNET" anywhere.

I want to get rid of it because I do not use anything that needs ASPNET or whatever. Thanks to who ever takes the time to help me out!

Have you tried uninstalling the .net framework ?

Edit: Might also be listed as microsoft asp.net, just search for "net" when your in the uninstall menu.

I searched "net" in the list of programs to uninstalled, but nothing came up. I looked through the programs and I didn't see any sort of net.

Oddly, now when I restart my laptop, when it loads to the login screen, the asp.net user is still there, but after it sits for about 5-10 seconds, it goes away then goes to what my login is. Does it every time.

Happen to have anymore suggestions?

Also, I see a bunch of programs in there, they are all almost the same but there is a bunch of them.

I shows the years, 2005, 2008, 2010, 2012, which is weird because I don't think my laptop existed before 2013

Here's a screen shot:

Just delete the account. It's not used for anything useful.

admin command prompt
net user
//look at the aspnet account name
net user aspnetnamegoeshere /delete
//if it has spaces use
net user "aspnet name" /delete