Share via


Windows 10 auto connect network discovery printer

Question

Monday, September 23, 2019 2:10 AM

Hi,

Is there anyway can ["TURN OFF" automatic setup of network connected devices] on Windows 10 through GPO? All the Computer are joined to Domain Network.

This is irritating when all the printer are connected but which not require for my user.

All replies (3)

Monday, September 23, 2019 6:44 AM

HI
Is there anyway can ["TURN OFF" automatic setup of network connected devices] on Windows 10 through GPO?
we can try to use shutdown script to Disable automatic setup of network devices on Windows 10
Working with startup, shutdown, logon, and logoff scripts using the Local Group Policy Editor
https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/dn789190(v%3Dws.11)

Disable and Enable automatic setup of network devices Windows 10
if you want to disable it we can set below registry value to 0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NcdAutoSetup\Private
AutoSetup  REG_DWORD 0
if you want to disable it we can set below registry value to 1
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NcdAutoSetup\Private
AutoSetup  REG_DWORD  1

W10 Network Printers Automatically Install - Can I stop It?
https://community.spiceworks.com/topic/1502652-w10-network-printers-automatically-install-can-i-stop-it

Disable and Enable automatic setup of network devices Windows 10
https://community.spiceworks.com/scripts/show/4534-disable-and-enable-automatic-setup-of-network-devices-windows-10

Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Monday, September 30, 2019 2:11 PM

HI
Is there any progress on your question?

Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Wednesday, October 2, 2019 6:50 AM

HI
Is there anything to help you?

Best Regards
Andy YOU
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].