# GUI
You can turn off password protected sharing Windows 11 through Control Panel.
- Go to windows **search** and type **control** in it.
- Open **control panel** in Windows 11.
![[Pasted image 20240822155650.png]]
- Choose the option **Network and Internet**.

- Thereafter select **Network and Sharing Center**.

- After that, from the left side, click on **Change advanced sharing settings**.

- Now from the bottom of the page, click on **All Network**.

- Here you will find two options: –
- **Turn on password protected sharing**
- **Turn off password protected sharing**
- Click on second option to disable password protected sharing Windows 11.

# **Go through Registry Editor**
**Although, to change in Registry of your windows system is not recommended, because it is little risky. Your silly wrong entry may lead to major issue with your windows 10 or 11 system, So be more careful while editing registry settings.**
You must keep a full [**backup of Registry**](https://www.tips-howto.com/backup-restore-registry-windows-11-10-8-7-vista-xp/) before further proceedings.
To disable password protected sharing through registry editor, follow these steps: –
- Launch **Run** dialog box by pressing **Win + R** shortcut key.
- Type **regedit** in it and press **Ok** button.

- In Registry window, navigate the following path: –
- _**HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA**_
- From the right side, apply a **double click** on the option **everyoneincludeanonymous** value.

- Enter **1** as Value data
- Press **Ok** button.

- Now navigate the following path in Registry window: –
- _**HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters**_
- Then, go to right side and **double click** on the value **RestrictNullSessAccess**.

- Put the value **0** under value data field.
- Press **Ok**.

- Close the window.
- Now everyone can view your shared data.
# Resources
[Easy Way to Disable Password protected Sharing Windows 11 / 10 (tips-howto.com)](https://www.tips-howto.com/disable-password-protected-sharing-windows-11/)