Jump to content

Recommended Posts

Posted

Hi,

 

Can anyone tell me how I disable the Windows Security via gpo? security.PNG and how I disable network discovery to remove the network icon as shown network.PNG?

 

 

Thanks again

Posted (edited)

I believe the following will fix it.

 

User Configuration > Admin Templates > Control Panel > Hide Specified Control Panel items:

 

Microsoft.WindowsDefender - For Security Centre

Microsoft.NetworkAndSharingCenter

 

For Settings:

 

Computer Configuration > Admin Templates > Control Panel > Settings Page Visibility:

 

There is a list on here for which ones you need.

https://docs.microsoft.com/en-us/windows/uwp/launch-resume/launch-settings-app#ms-settings-uri-scheme-reference

Edited by ShellfishClive
Posted

Getting rid of 'Network' can be done via the following reg key:

 

Hive: HKEY_LOCAL_MACHINE

Key path: SOFTWARE\Microsoft\Windows\CurrentVersion\policies\NonEnum

Value name: {F02C1A0D-BE21-4350-88B0-7367FC96EF3C}

Value type: REG_DWORD

Value data: 0x1 (1)

 

 

 

As for Windows Security, only answer I can give you is "You can't", but if you've locked down permissions, the worst a kid can do is initiate a virus scan.

  • Thanks 1
Posted
Getting rid of 'Network' can be done via the following reg key:

Got this in place too, works fine. Also recently got rid of the 3D Print shortcut in File Explorer, no one was using that!

Posted
Got this in place too, works fine. Also recently got rid of the 3D Print shortcut in File Explorer, no one was using that!

You mean the 3D Objects library?

 

That would be:

 

Hive: HKEY_LOCAL_MACHINE

Key path: SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace

Value name: {0DB7E03F-FC29-4DC6-9020-FF41B59E513A}

 

and

 

Hive: HKEY_LOCAL_MACHINE

Key path: SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace

Value name: {0DB7E03F-FC29-4DC6-9020-FF41B59E513A}

 

If anybody's wondering ;)

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...