{"id":1003,"date":"2020-11-06T10:05:43","date_gmt":"2020-11-06T16:05:43","guid":{"rendered":"http:\/\/zewwy.ca\/?p=1003"},"modified":"2024-08-29T20:09:15","modified_gmt":"2024-08-30T01:09:15","slug":"removing-network-from-file-explorer","status":"publish","type":"post","link":"https:\/\/zewwy.ca\/index.php\/2020\/11\/06\/removing-network-from-file-explorer\/","title":{"rendered":"Removing &#8220;Network&#8221; from File Explorer"},"content":{"rendered":"<p>SOURCE: <a href=\"https:\/\/winaero.com\/how-to-remove-network-icon-from-windows-10-file-explorer\/\">Winareo<\/a><\/p>\n<p>Update I wouldn&#8217;t recommend this way.<\/p>\n<ol>\n<li>Go to the following Registry key:\n<pre>HKEY_CLASSES_ROOT\\CLSID\\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\\ShellFolder<\/pre>\n<\/li>\n<li>Set the value data of the DWORD value\u00a0<strong>Attributes<\/strong>\u00a0to b0940064.If you are running a\u00a0<a href=\"https:\/\/winaero.com\/blog\/how-to-determine-if-you-are-running-32-bit-windows-or-64-bit\/\">64-bit operating system<\/a>, repeat the steps above for the following Registry key:\n<pre>HKEY_CLASSES_ROOT\\Wow6432Node\\CLSID\\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}}\\ShellFolder<\/pre>\n<\/li>\n<\/ol>\n<p>The Issue with this method is it requires you to take ownership of the key, usually by running regedit as system using psexec. I thought maybe if I created a GPO to deploy these\u00a0 settings it would work, but instead got Error Code: 0x80070005, which apprently means access denied.<\/p>\n<p>After farting around a bit down a <a href=\"https:\/\/serverfault.com\/questions\/500698\/changing-hkcr-registry-key-with-group-policy\">rabbit hole about HKCR<\/a> and how it&#8217;s apparently <a href=\"https:\/\/docs.microsoft.com\/en-US\/troubleshoot\/windows-server\/performance\/windows-registry-advanced-users\">derived from HCLM\\Software\\Classes<\/a>. I then decided to simply ask Google how to remove that icon via a GPO as much easier techniques usually exist. Where I f<a href=\"https:\/\/community.spiceworks.com\/topic\/707972-how-to-hide-network-library-in-navigation-pane-of-file-explorer-with-gpo\">ound this Spice works thread post<\/a> where a user by the name of Adam Sneed provided a adm file, which if you are unaware create configuration areas within GPMC to manage workstation. If you also know GPO&#8217;s generally when pushed down to client machines are nothing more then registry changes. So <a href=\"https:\/\/content.spiceworksstatic.com\/service.community\/p\/post_attachments\/0000165388\/54a1660d\/attached_file\/remove_network_icon.adm\">opening up the shared adm file from Adam<\/a> shows the following:<\/p>\n<pre>CLASS User\r\n\r\nCATEGORY !!Custom\r\n\r\nCATEGORY !!ExplorerExtras\r\n\r\n POLICY !!HideNetworkInExplorer\r\n KEYNAME \"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\NonEnum\"\r\n EXPLAIN !!HideNetworkInExplorer_Help\r\n VALUENAME \"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\"\r\n VALUEON NUMERIC 1\r\n VALUEOFF NUMERIC 0\r\n END POLICY\r\n\r\nEND CATEGORY\r\n\r\nEND CATEGORY\r\n\r\n[strings]\r\n Custom=\"Custom Policies\"\r\n ExplorerExtras=\"Windows Explorer Extra's\"\r\n HideNetworkInExplorer=\"Hide the Network Icon in Explorer 2008\/Vista\/Windows 7\"\r\n HideNetworkInExplorer_Help=\"Enable this to hide the netowrk icon, disable or unconfigure to show the network icon.\"<\/pre>\n<p>As you can see the key we are interested in is &#8220;SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\NonEnum&#8221;<\/p>\n<p>Checking it out manually on the client machine is HKLM, which I later found out is directly <a href=\"https:\/\/social.technet.microsoft.com\/Forums\/en-US\/19833901-edd0-4fa6-8f41-ffef4a36cef2\/removehide-network-icon-from-windows-explorer-with-gpo?forum=winserverGP\">answered in this TechNet post<\/a>.<\/p>\n<pre><strong>Hive:<\/strong>\u00a0HKEY_LOCAL_MACHINE\r\n<strong>Key Path:<\/strong>\u00a0SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\NonEnum\r\n<strong>Value name:<\/strong>\u00a0{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\r\n<strong>Value type:<\/strong>\u00a0REG_DWORD\r\n<strong>Value Data (hex):<\/strong>\u00a000000001<\/pre>\n<p>Doh, requires reboot to work.<\/p>\n<p>*UPDATE* Bonus, remove Quick Access.<\/p>\n<pre><strong>Hive:<\/strong>\u00a0HKEY_LOCAL_MACHINE \r\n<strong>Key Path:<\/strong> SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\r\n<strong>Value name:<\/strong> HubMode\r\n<strong>Value type:<\/strong>\u00a0REG_DWORD \r\n<strong>Value Data (hex):<\/strong>\u00a000000001<\/pre>\n<p>No reboot required, just reopen file explorer.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>SOURCE: Winareo Update I wouldn&#8217;t recommend this way. Go to the following Registry key: HKEY_CLASSES_ROOT\\CLSID\\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}\\ShellFolder Set the value data of the DWORD value\u00a0Attributes\u00a0to b0940064.If you are running a\u00a064-bit operating system, repeat the steps above for the following Registry key: HKEY_CLASSES_ROOT\\Wow6432Node\\CLSID\\{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}}\\ShellFolder The Issue with this method is it requires you to take ownership of the key, &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/zewwy.ca\/index.php\/2020\/11\/06\/removing-network-from-file-explorer\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Removing &#8220;Network&#8221; from File Explorer&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","footnotes":""},"categories":[197],"tags":[312,106,313],"class_list":["post-1003","post","type-post","status-publish","format-standard","hentry","category-windows","tag-file-explorer","tag-network","tag-windows-explorer"],"_links":{"self":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/1003","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/comments?post=1003"}],"version-history":[{"count":5,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/1003\/revisions"}],"predecessor-version":[{"id":1596,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/1003\/revisions\/1596"}],"wp:attachment":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/media?parent=1003"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/categories?post=1003"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/tags?post=1003"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}