Share via

remove pin

Anonymous
2024-06-16T10:18:15+00:00

I have removed my organisation accounts but its still requiring me to change my pin code every so often. I also cant remove the pin as it says my organisation is blocking it even though I don't have an organisation account added. I have tried a variety of solution as seen online but none seem to work for me. Any help would be really appreciated.

Windows for home | Windows 11 | Accounts, profiles, and login

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2024-06-18T02:26:36+00:00

    Hello,Ross Highley

    Thank you for your patience in trying and replying, it does seem a bit strange to still be in domain control after a fresh install of the system, usually he doesn't automatically connect to the domain controller again, but you mentioned that it might be in organization control so you can't remove the PIN. Can you show me a screenshot?

    Also I would like to ask you if you are currently linked to a corporate domain or around an organizational domain such as a company?

    Thank you for your reply!

    Best Regards,

    Rota|Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-06-17T11:36:45+00:00

    Hi, Thanks for your help. However, I tried the CMD thing first and that didn't work. Then I dried the reset and reinstall Windows but that didn't work either. It still thinks I have an organisation inked and wont let me remove my pin.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-06-17T08:07:37+00:00

    Hello,Ross Highley

    Thank you for posting in the Microsoft community.

    I understand that after you delete your organization account, you still seem to receive domain control and are asked to change your PIN after a period of time.

    According to your description, it seems that your system has not completely exited the domain control, because the domain controller control and the system are closely related, and the correct process is required to safely exit the domain. For example, the domain administrator configures the domain exit policy and pushes it to your device, or the IT administrator logs off your account domain, then removes and reconfigures the identity. If you have not performed the above steps, you may not be able to completely exit the domain control. You can try to execute the following command, which contains some common group policy locations. If your previous group policy has configured other paths in the system, you may need to confirm with the organization's IT administrator whether there are other configuration paths.

    Enter "CMD" in the search bar at the bottom, right-click and "Run as Administrator", then enter the following command and follow the steps.

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies" /f 
    
    reg delete "HKCU\Software\Microsoft\WindowsSelfHost" /f
    
    reg delete "HKCU\Software\Policies" /f
    
    reg delete "HKLM\Software\Microsoft\Policies" /f
    
    reg delete "HKLM\Software\Microsoft\Windows\CurrentVersion\Policies" /f
    
    reg delete "HKLM\Software\Microsoft\WindowsCurrentVersion\WindowsStore\WindowsUpdate" /f
    
    reg delete "HKLM\Software\Microsoft\WindowsSelfHost" /f
    
    reg delete "HKLM\Software\Policies" /f
    
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Policies" /f
    
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Policies" /f
    
    reg delete "HKLM\Software\WOW6432Node\Microsoft\Windows\CurrentVersion\WindowsStore\WindowsUpdate" /f
    
    RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
    

    (Press Enter)

    RD /S /Q "%WinDir%\System32\GroupPolicy"
    

    (Press Enter)

    gpupdate /force
    

    (Press Enter)

    However, the above solutions are not always effective and are relatively complicated. If you have performed the above steps but the problem still exists, the most convenient way is to back up the required data and then reinstall the system, which can help you completely exit domain control.

    After you refer to the above steps, you can share some information in this thread and I will answer your questions further. Thank you for your understanding and cooperation!

    Best Regards,

    Rota|Microsoft Community Support Specialist

    Was this answer helpful?

    0 comments No comments