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

How to Use QRadar to Search for a Windows Account Activities

Log into https://qradar/console/qradar/jsp/QRadar.jsp Log Activity > Add Filter > Parameter=Username[Indexed] | Operator=Equals any of |…

PowerShell: Automating Microsoft Failover Cluster Maintenance – FileServer, SQL AlwaysOn, Hyper-V Guest VMs, Disks Operations

##################################################################################################### # MsClusterMaintenance_v0.0.2.ps1 # Author: KimConnect.com # License: GPLv3 # Description: this program automates the…

PortQuery GUI Version

It's always a good idea to verify that there's nothing on the network and application…