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

Websense Filtering Precedence

1.  Username 2.  Workstation IP 3.  Network Range 4.  User Groups 5.  OU Structure 6. …

How to Move Windows Partitions

Problem: Resolution: choco install partition-assistant-standard -y Click a few buttons > done. Result:  

PowerShell: Windows Systems State Backup Daily

# Windows-Systems-State-Backup-V0.1.ps1## What this script does:# 1. Create a Windows Scheduled task on an Active…