0% found this document useful (0 votes)
5 views

User Profile Delete

The document outlines the steps to delete a user profile from a Windows system. It includes instructions to find the user's SID using CMD, and then delete the corresponding profile information from the registry. The process involves accessing specific registry locations to remove user data and SID entries.

Uploaded by

enamul whab
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

User Profile Delete

The document outlines the steps to delete a user profile from a Windows system. It includes instructions to find the user's SID using CMD, and then delete the corresponding profile information from the registry. The process involves accessing specific registry locations to remove user data and SID entries.

Uploaded by

enamul whab
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Delete user profile from c:\users

2. Find the user’s SID (security identifier):


----Open CMD as ADMIN mode and run this bellow command

wmic useraccount get name,sid

3. open bellow location and delete profile


HKLM\Software\Microsoft\WindowsNT\CurrentVersion\ProfileList
Delete user info

4. HKLM\Software\Microsoft\WindowsNT\CurrentVersion\ProfileGuid
delete SID

You might also like