{"id":1448,"date":"2015-01-15T06:28:47","date_gmt":"2015-01-15T11:28:47","guid":{"rendered":"http:\/\/swildow.darktech.org\/wp\/?p=1448"},"modified":"2015-01-15T06:28:47","modified_gmt":"2015-01-15T11:28:47","slug":"how-to-delete-a-user-profile-from-server-2008-terminal-server","status":"publish","type":"post","link":"http:\/\/www.wildow.com\/blog\/?p=1448","title":{"rendered":"How to Delete a User Profile from Server 2008 Terminal Server"},"content":{"rendered":"<div id=\"ranking_howtoarticle_1595\" class=\"ranking\" title=\"Spice up the things you like!\">\n<h1>How to Delete a User Profile from Server 2008 Terminal Server<\/h1>\n<div class=\"content\">by<span class=\"Apple-converted-space\">\u00a0<\/span><img decoding=\"async\" class=\"avatar\" src=\"http:\/\/static.spiceworks.com\/images\/users\/0008\/5530\/_p_Green_Thumbs_Up_small.png\" alt=\"_p_green_thumbs_up_small\" \/><span class=\"Apple-converted-space\">\u00a0<\/span><a class=\"user profile_link \" title=\"View this user's profile\" href=\"http:\/\/community.spiceworks.com\/profile\/show\/Jackie%20Moon\">Jackie Moon<\/a><\/div>\n<p class=\"spiciness\">Spiciness<\/p>\n<\/div>\n<div class=\"section_wrap bordered_section steps\">\n<h2 class=\"box_header\">Steps<\/h2>\n<div class=\"menu\">\n<div class=\"actions\"><a class=\"print_how_to\" href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#\">Print<\/a><\/div>\n<\/div>\n<div class=\"content\">\n<div id=\"start_content\" class=\"extra_notes with_steps\">\n<p>DISCLAIMER: Editing\\Deleting registry keys is very dangerous and should always be done with caution. Before making any changes to the registry please create backups and move them off the server from which you will be making registry changes.<\/p>\n<\/div>\n<table>\n<tbody>\n<tr id=\"step_5657\">\n<th id=\"1\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#1\">1<\/a>.<\/th>\n<td id=\"step_5657_content\" class=\"step_content\">\n<h3>Identify the SID of the user whose profile needs to be deleted.<\/h3>\n<p>&#8211; I typically use ADSI Edit on a domain controller to do this. Open ADSI Edit, navigate through the OU\u2019s until you find the user, CN=\u201dUsername\u201d, right-click and choose properties. Scroll to the object property labeled \u201cobjectSid\u201d. Document that SID because you will need it shortly.<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5658\">\n<th id=\"2\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#2\">2<\/a>.<\/th>\n<td id=\"step_5658_content\" class=\"step_content\">\n<h3>Verify that the user is not logged into the server.<\/h3>\n<p>&#8211; From a command prompt type \u201cquery user\u201d and verify that the user is not listed.<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5659\">\n<th id=\"3\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#3\">3<\/a>.<\/th>\n<td id=\"step_5659_content\" class=\"step_content\">\n<h3>Open the folder directory where the server user profiles are stored.<\/h3>\n<p>&#8211; Server 2008 default is \u201cC:\\%USERNAME\u201d.<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5660\">\n<th id=\"4\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#4\">4<\/a>.<\/th>\n<td id=\"step_5660_content\" class=\"step_content\">\n<h3>Delete the profile folder for the user.<\/h3>\n<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5661\">\n<th id=\"5\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#5\">5<\/a>.<\/th>\n<td id=\"step_5661_content\" class=\"step_content\">\n<h3>Open the registry editor.<\/h3>\n<p>&#8211; Start &gt; regedit<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5662\">\n<th id=\"6\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#6\">6<\/a>.<\/th>\n<td id=\"step_5662_content\" class=\"step_content\">\n<h3>Navigate to the following: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList<\/h3>\n<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5663\">\n<th id=\"7\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#7\">7<\/a>.<\/th>\n<td id=\"step_5663_content\" class=\"step_content\">\n<h3>Locate the sub-key that is named the same as the documented SID from earlier. Right-click on the sub-key choose delete.<\/h3>\n<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5664\">\n<th id=\"8\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#8\">8<\/a>.<\/th>\n<td id=\"step_5664_content\" class=\"step_content\">\n<h3>Have the user log back in. If the user reports no problems then you have successfully deleted a user profile.<\/h3>\n<p>&#8211; If the user logs in and is presented with a pop-up from the system try stating that the user is being logged in with a temporary profile then proceed to step 9.<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5665\">\n<th id=\"9\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#9\">9<\/a>.<\/th>\n<td id=\"step_5665_content\" class=\"step_content\">\n<h3>If the user gets logged in with a temporary profile then have them log out, open up the registry editor once again, and navigate to HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList.<\/h3>\n<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5666\">\n<th id=\"10\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#10\">10<\/a>.<\/th>\n<td id=\"step_5666_content\" class=\"step_content\">\n<h3>Look for a sub-key named the same as the documented SID followed by a \u201c.bak\u201d. Right-click on that sub-key and choose delete.<\/h3>\n<\/td>\n<td class=\"screenshot\"><\/td>\n<\/tr>\n<tr id=\"step_5667\">\n<th id=\"11\"><a href=\"http:\/\/community.spiceworks.com\/how_to\/show\/1595-how-to-delete-a-user-profile-from-server-2008-terminal-server#11\">11<\/a>.<\/th>\n<td id=\"step_5667_content\" class=\"step_content\">\n<h3>Have the user attempt to login. The user should no longer be prompted by the temporary profile pop-up.<\/h3>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>How to Delete a User Profile from Server 2008 Terminal Server by\u00a0\u00a0Jackie Moon Spiciness Steps Print DISCLAIMER: Editing\\Deleting registry keys is very dangerous and should always be done with caution. Before making any changes to the registry please create backups &#8230; <a class=\"more-link\" href=\"http:\/\/www.wildow.com\/blog\/?p=1448\">Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-1448","post","type-post","status-publish","format-standard","hentry","category-terminal-server"],"_links":{"self":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1448","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1448"}],"version-history":[{"count":1,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1448\/revisions"}],"predecessor-version":[{"id":1449,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=\/wp\/v2\/posts\/1448\/revisions\/1449"}],"wp:attachment":[{"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1448"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1448"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wildow.com\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1448"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}