
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Group Policy Guide Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/group-policy-guide/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/group-policy-guide/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 04 Jun 2022 01:21:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Group Policy Guide Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/group-policy-guide/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>Deny Users Access to PC Settings and Control Panel using Group Policy</title>
		<link>https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/</link>
					<comments>https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/#respond</comments>
		
		<dc:creator><![CDATA[Danish]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 10:37:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Deny Access to Control Panel]]></category>
		<category><![CDATA[Deny Access to PC Settings]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Group Policy Guide]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[Group Policy Object]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Restrict Users with Group Policy]]></category>
		<category><![CDATA[User Account Profile]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18299</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Deny Users Access to Control Panel and PC Settings Using Group Policy" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>In a domain-joined networked environment, we always need to restrict users&#8217; access to most PC settings and resources. It is necessary to do so for security and safety reasons. One crucial restriction that we always need to apply is to deny users access to PC Settings and Control Panel. And that is what this article [&#8230;]</p>
<p>The post <a href="https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/">Deny Users Access to PC Settings and Control Panel using Group Policy</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Deny Users Access to Control Panel and PC Settings Using Group Policy" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-2-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>In a domain-joined networked environment, we always need to restrict users&#8217; access to most PC settings and resources. It is necessary to do so for security and safety reasons. One crucial restriction that we always need to apply is to deny users access to PC Settings and Control Panel. And that is what this article is about. More specifically, this article covers the detailed steps to preventing users&#8217; access to the Control Panel and PC Settings using <a href="https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2012-r2-and-2012/hh831791(v=ws.11)" target="_blank" rel="noreferrer noopener nofollow">Group Policy </a>on <a href="https://www.technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Windows Server 2022</a>. </p>



<p>In our example, our domain controller machine runs Windows Server 2022, on which we create the group policy. We create an Organization Unit (OU) level group policy directly on the (OU) that contains the users to which we apply the policy. </p>



<p>You may also like to read <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/" target="_blank" rel="noreferrer noopener nofollow">Install Active Directory On Windows Server 2022 Using PowerShell</a>. </p>



<h2 class="wp-block-heading">Steps to Deny Access to PC Settings and Control Panel</h2>



<p>As we described in the scenario earlier, we create the policy that is linked to an OU, which contains the users to which we apply the restriction. We can create the group policy first and link that to the OU, or we can create the group policy directly on the OU. Either way ends up with the same result. However, we go with the second approach in our example. That being said, let&#8217;s go with the steps. </p>



<ol class="wp-block-list"><li>Press down the<strong> Windows key + R</strong> keys on your keyboard to open the <strong>Run </strong>dialogue box.</li><li>Type in <code>gpmc.msc </code>and press <strong>Enter </strong>to open the <strong>Group Policy Management</strong> console. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/1-10.jpg" alt="Opening Group Policy Management Console from the Run" class="wp-image-18312" width="500" srcset="https://www.technig.com/wp-content/uploads/2022/05/1-10.jpg 494w, https://www.technig.com/wp-content/uploads/2022/05/1-10-300x162.jpg 300w" sizes="(max-width: 494px) 100vw, 494px" /><figcaption>Opening Group Policy Management Console from the Run</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>Right-click on the OU to which you want to associate the group policy. Then, select <strong>Create a GPO in this domain,</strong>&#8230; option. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="749" height="464" src="https://www.technig.com/wp-content/uploads/2022/05/2-8.jpg" alt="Creating a New Group Policy Object" class="wp-image-18313" srcset="https://www.technig.com/wp-content/uploads/2022/05/2-8.jpg 749w, https://www.technig.com/wp-content/uploads/2022/05/2-8-300x186.jpg 300w" sizes="(max-width: 749px) 100vw, 749px" /><figcaption>Creating a New Group Policy Object</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>Put a name for the Group Policy Object (GPO) in the relevant box, and click <strong>OK</strong>. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/3-7.jpg" alt="Naming the New Group Policy Object" class="wp-image-18314" width="400" srcset="https://www.technig.com/wp-content/uploads/2022/05/3-7.jpg 385w, https://www.technig.com/wp-content/uploads/2022/05/3-7-300x135.jpg 300w" sizes="(max-width: 385px) 100vw, 385px" /><figcaption>Naming the New Group Policy Object</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li>Once the GPO is created, right-click on it, and select <strong>Edit </strong>from the context menu. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="806" height="347" src="https://www.technig.com/wp-content/uploads/2022/05/4-5.jpg" alt="Editing the Group Policy Object" class="wp-image-18315" srcset="https://www.technig.com/wp-content/uploads/2022/05/4-5.jpg 806w, https://www.technig.com/wp-content/uploads/2022/05/4-5-300x129.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/4-5-768x331.jpg 768w" sizes="(max-width: 806px) 100vw, 806px" /><figcaption>Editing the Group Policy Object</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>On the <strong>Group Policy Management Editor</strong> window, expand <strong>Policies</strong> under <strong>User Configuration</strong>. Then, expand the <strong>Administrative Template</strong> and click on <strong>Control Panel.</strong> Finally, double-click on <strong>Prohibit access to Control Panel and PC settings.</strong> </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="921" height="473" src="https://www.technig.com/wp-content/uploads/2022/05/5-3.jpg" alt="GPO for Preventing PC Settings and Control Panel " class="wp-image-18316" srcset="https://www.technig.com/wp-content/uploads/2022/05/5-3.jpg 921w, https://www.technig.com/wp-content/uploads/2022/05/5-3-300x154.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/5-3-768x394.jpg 768w" sizes="(max-width: 921px) 100vw, 921px" /><figcaption>GPO for Preventing PC Settings and Control Panel </figcaption></figure></div>


<ol class="wp-block-list" start="7"><li>On the configuration window, check the <strong>Enabled </strong>option. Then, click <strong>OK</strong>, and close the <strong>Group Policy Management Editor</strong> window. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="677" height="624" src="https://www.technig.com/wp-content/uploads/2022/05/6-3.jpg" alt="Enabling the Group Policy Object" class="wp-image-18317" srcset="https://www.technig.com/wp-content/uploads/2022/05/6-3.jpg 677w, https://www.technig.com/wp-content/uploads/2022/05/6-3-300x277.jpg 300w" sizes="(max-width: 677px) 100vw, 677px" /><figcaption>Enabling the Group Policy Object</figcaption></figure></div>


<p>To this end, we have created the group policy to prevent users&#8217; access to the Control Panel and PC settings. We created it directly linked to the OU that contains user accounts that we want to restrict. So, it is all done. To verify it, go with the next section. </p>



<h3 class="wp-block-heading">Verifying the Above Group Policy Configuration</h3>



<p>To check the above restriction, we need to log in with a user account that is a member of the OU to which we linked the group policy. Then, we update the group policy and try to open the Control Panel and PC Settings. See the below steps. </p>



<ol class="wp-block-list"><li>Login to the client&#8217;s computer with a user account that is a member of the OU to which you linked the restriction. </li><li>Run <code>gpupdate /force</code> in the <strong>Run </strong>dialog box to perform group policy updates. Wait for a while until the group policy completes. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="479" height="219" src="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg" alt="Updating Group Policy using Run" class="wp-image-18318" srcset="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg 479w, https://www.technig.com/wp-content/uploads/2022/05/7-2-300x137.jpg 300w" sizes="(max-width: 479px) 100vw, 479px" /><figcaption>Updating Group Policy using Run</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>Once the group policy gets updated, try to open the Control Panel or PC Settings. It doesn&#8217;t open, and you will face the pop-up window shown in the below pic. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="604" height="199" src="https://www.technig.com/wp-content/uploads/2022/05/8-1.jpg" alt="Restriction Notification When Opening the Control Panel or PC Settings. " class="wp-image-18319" srcset="https://www.technig.com/wp-content/uploads/2022/05/8-1.jpg 604w, https://www.technig.com/wp-content/uploads/2022/05/8-1-300x99.jpg 300w" sizes="(max-width: 604px) 100vw, 604px" /><figcaption>Restriction Notification When Opening the Control Panel or PC Settings. </figcaption></figure></div>


<p>That is all we need to do to check how the restriction we configured works and if it is applied correctly. </p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>It is a common setting in a domain environment to deny users access to the Control Panel and PC settings. It is essential for security and safety reasons. As the steps discussed above, we can apply this restriction simply by defining and configuring a group policy object to an OU that contains the target users. </p>



<p>In the end, I hope you found this article helpful. Do not hesitate to share your thoughts and queries in the comment section. </p>
<p>The post <a href="https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/">Deny Users Access to PC Settings and Control Panel using Group Policy</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/deny-users-access-to-pc-settings-and-control-panel-using-group-policy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18299</post-id>	</item>
		<item>
		<title>How to Prevent  Access to Removable Storage Media Using Group Policy?</title>
		<link>https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/</link>
					<comments>https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/#respond</comments>
		
		<dc:creator><![CDATA[Danish]]></dc:creator>
		<pubDate>Tue, 31 May 2022 10:47:23 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Blocking Removable Storage Media]]></category>
		<category><![CDATA[Blocking USB Drives]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Group Policy Guide]]></category>
		<category><![CDATA[Group Policy Management]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Restricting Users Access]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=18346</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Prevent Users Access to Removable Storage Media in Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>System admins have the ability to prevent/block users&#8217; access to all removable storage media drives. Such restrictions play an important role in the security and safety of a networked environment. And they are very common and most often used inside almost all organizations. Additionally, the tool that helps us create such restrictions is the Group [&#8230;]</p>
<p>The post <a href="https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/">How to Prevent  Access to Removable Storage Media Using Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1221" height="694" src="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Prevent Users Access to Removable Storage Media in Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2.jpg 1221w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-300x171.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-1024x582.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/WinServer2022-1-2-768x437.jpg 768w" sizes="(max-width: 1221px) 100vw, 1221px" /></div>
<p>System admins have the ability to prevent/block users&#8217; access to all removable storage media drives. Such restrictions play an important role in the security and safety of a networked environment. And they are very common and most often used inside almost all organizations. Additionally, the tool that helps us create such restrictions is the <a href="https://docs.microsoft.com/en-us/previous-versions/windows/desktop/gpmc/group-policy-management-console-portal" target="_blank" rel="noreferrer noopener nofollow">Group Policy Management Console</a> (GPMC). It is a feature that we add along with the <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/" target="_blank" rel="noreferrer noopener nofollow">AD DS role installation</a>. That all being said, this article covers a step-by-step guide to preventing domain-joined users&#8217; access to removable storage media drives using group policy in Windows Server 2022. </p>



<p>In our example, the domain controller machine runs Windows Server 2022 Standard. Additionally, we define the group policy directly on an Organizational Unit (OU) that contains the target users. So, we have already created an OU and moved the target user(s) into it.</p>



<p>You may also like to read <a href="https://www.technig.com/tag/dns-server/">DNS Server Guides</a> and<a href="https://technig.com/tag/dhcp-server/" target="_blank" rel="noreferrer noopener nofollow"> DHCP Server Articles.</a> </p>



<h2 class="wp-block-heading">Steps to Prevent Access to Removable Media</h2>



<p>With the above scenario in mind, it is a straightforward process to prevent users&#8217; access to removable media.</p>



<ol class="wp-block-list"><li>Press down the <strong>Windows Key + R</strong> on your keyboard. It opens the <strong>Run </strong>dialogue box. </li><li>Type in <code>gpmc.msc</code> and press the <strong>enter</strong>. It opens the <strong>Group Policy Management</strong> (GPM) console.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="494" height="267" src="https://www.technig.com/wp-content/uploads/2022/05/1-10.jpg" alt="Opening Group Policy Management Console from the Run" class="wp-image-18312" srcset="https://www.technig.com/wp-content/uploads/2022/05/1-10.jpg 494w, https://www.technig.com/wp-content/uploads/2022/05/1-10-300x162.jpg 300w" sizes="(max-width: 494px) 100vw, 494px" /><figcaption>Opening Group Policy Management Console from the Run</figcaption></figure></div>


<ol class="wp-block-list" start="3"><li>On the group policy management console, right-click on the OU that contains the target users. Then, select <strong>Create a GPO</strong>&#8230; from the context menu. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="808" height="350" src="https://www.technig.com/wp-content/uploads/2022/05/1-11.jpg" alt="Creating a Group Policy Associated With an OU" class="wp-image-18361" srcset="https://www.technig.com/wp-content/uploads/2022/05/1-11.jpg 808w, https://www.technig.com/wp-content/uploads/2022/05/1-11-300x130.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/1-11-768x333.jpg 768w" sizes="(max-width: 808px) 100vw, 808px" /><figcaption>Creating a Group Policy Associated With an OU</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>Type a name for the new GPO. Then, click <strong>OK </strong>to continue. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="382" height="176" src="https://www.technig.com/wp-content/uploads/2022/05/2-9.jpg" alt="Naming the New GPO" class="wp-image-18362" srcset="https://www.technig.com/wp-content/uploads/2022/05/2-9.jpg 382w, https://www.technig.com/wp-content/uploads/2022/05/2-9-300x138.jpg 300w" sizes="(max-width: 382px) 100vw, 382px" /><figcaption>Naming the New GPO</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li>Right-click on the GPO that you created. Then, select <strong>Edit </strong>from the context menu. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="808" height="337" src="https://www.technig.com/wp-content/uploads/2022/05/3-8.jpg" alt="Editing the GPO" class="wp-image-18363" srcset="https://www.technig.com/wp-content/uploads/2022/05/3-8.jpg 808w, https://www.technig.com/wp-content/uploads/2022/05/3-8-300x125.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/3-8-768x320.jpg 768w" sizes="(max-width: 808px) 100vw, 808px" /><figcaption>Editing the GPO</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>On the GPM Editor window, expand <strong>User Configuration -&gt; Administrative Templates -&gt; System</strong>. Then, select the <strong>Removable Storage Access</strong> folder as shown in the below picture. Finally, double-click on <strong>All Removable Storage classes: Deny all access</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="781" height="515" src="https://www.technig.com/wp-content/uploads/2022/05/4-6.jpg" alt="Finding the GPO configuration to Deny Access to Removable Media" class="wp-image-18364" srcset="https://www.technig.com/wp-content/uploads/2022/05/4-6.jpg 781w, https://www.technig.com/wp-content/uploads/2022/05/4-6-300x198.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/4-6-768x506.jpg 768w" sizes="(max-width: 781px) 100vw, 781px" /><figcaption>Finding the GPO configuration to Deny Access to Removable Media</figcaption></figure></div>


<ol class="wp-block-list" start="7"><li>On the GPO configuration window, check the <strong>Enabled </strong>option. Then, click <strong>OK</strong> and close the GPM Editor window. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="680" height="629" src="https://www.technig.com/wp-content/uploads/2022/05/5-4.jpg" alt="Enabling the GPO to Deny All Access to Removable Storage Media" class="wp-image-18365" srcset="https://www.technig.com/wp-content/uploads/2022/05/5-4.jpg 680w, https://www.technig.com/wp-content/uploads/2022/05/5-4-300x278.jpg 300w" sizes="(max-width: 680px) 100vw, 680px" /><figcaption>Enabling the GPO to Deny All Access to Removable Storage Media</figcaption></figure></div>


<ol class="wp-block-list" start="8"><li>The GPO configuration is all set throughout the previous steps. However, it will affect only after we perform a group policy update on the client machine or restart it. So, to perform a group policy update, use <code>gpupdate /force</code> the <strong>Command Prompt</strong> or <strong>Run </strong>dialogue box. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="479" height="219" src="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg" alt="Updating Group Policy using Run" class="wp-image-18318" srcset="https://www.technig.com/wp-content/uploads/2022/05/7-2.jpg 479w, https://www.technig.com/wp-content/uploads/2022/05/7-2-300x137.jpg 300w" sizes="(max-width: 479px) 100vw, 479px" /><figcaption>Updating Group Policy using Run</figcaption></figure></div>


<ol class="wp-block-list" start="9"><li>Now, if you insert a removable media like a USB drive and try to open it, you will face an error saying the media is not accessible. </li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="842" height="421" src="https://www.technig.com/wp-content/uploads/2022/05/6-4.jpg" alt="Error Accessing Removable Storage After Group Policy Update" class="wp-image-18366" srcset="https://www.technig.com/wp-content/uploads/2022/05/6-4.jpg 842w, https://www.technig.com/wp-content/uploads/2022/05/6-4-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/6-4-768x384.jpg 768w" sizes="(max-width: 842px) 100vw, 842px" /><figcaption>Error Accessing Removable Storage After Group Policy Update</figcaption></figure></div>


<p>That is all with the steps to deny users access to removable storage media using group policy. </p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>To conclude this article, first, we talked about the importance of restricting users&#8217; access and discussed the Group Policy Management tool. Then, we briefly introduced our scenario. Lastly, we covered detailed steps to prevent users&#8217; access to removable storage media. </p>



<p>In the end, as always, I hope you find this article helpful. And feel free to share your thoughts and queries in the comment section. </p>
<p>The post <a href="https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/">How to Prevent  Access to Removable Storage Media Using Group Policy?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/prevent-access-to-removable-storage-media-using-group-policy/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18346</post-id>	</item>
	</channel>
</rss>
