Posted On March 31, 2019

Block USB in Windows 7 using Group Policy

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Block USB in Windows 7 using Group Policy
Create and assign a group policy to the appropriate OU with this configuration:
Computer Configuration >> Administrative Templates >> System >> Removable Storage Access
Removable Disks: Deny execute access Enabled
Removable Disks: Deny read access Enabled
Removable Disks: Deny write access Enabled

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Disable Windows Defender

Simultaneous Uninstalls: # removeWindowsDefender.ps1 # Version 0.02 $computerNames=@( 'server1', 'server2' ) function removeWindowsDefender($computerNames){ function uninstallWindefend($computername){…

Windows Firewall with Group Policy

This involves two steps: first, update your existing Group Policy Objects (GPOs) with the new…

ADFS: Adding a Relying Party Trust

The following instructions assume the task of creating a authentication endpoint to allow external users…