Once the AD account is removed from Active Directory, clean up the local profile on the Windows 11 machine.
Method 1: System Properties (Quickest)
- Press Win + R, type sysdm.cpl, press Enter.
- Go to Advanced → User Profiles → Settings.
- Select the domain user profile and click Delete.
Method 2: Command Line (If UI Fails)
- Open Command Prompt as Administrator.
- Delete local account reference:
net user "Username" /delete - Delete profile folder:
rd /s /q "C:\Users\Username" - Clean registry:
Open regedit → go to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
Delete the SID matching the user.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.