<?xml version="1.0"?>
<rss version="2.0"><channel><title>Discussions Latest Topics</title><link>https://www.throneofgeeks.com/forums/forum/18-discussions/</link><description>Discussions Latest Topics</description><language>en</language><item><title>Allow Insecure Connections from PowerShell</title><link>https://www.throneofgeeks.com/forums/topic/794-allow-insecure-connections-from-powershell/</link><description><![CDATA[<p>Sometimes when installing a fresh <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> you might not be able to connect to a shared network drive. This is especially true with <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> 11 and 24H2and up. There is a easy solution for this. I searched for hours to find this so to save you time here's the fix (might not work for you depending on the issue).</p><p>The short explanation. <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> 11 Home 25H2 that I use have added more secure and strict network features. This prevents <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> from discovering drives in your network that are not "verified" and have no secure connection, even if you have a username and password. What we need to do is open up insecure connections and allow guest access.</p><h2>Allow Insecure Connections from PowerShell.</h2><p>The final method to fix the error "Network path not found – 0x80070035" in <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> 11 24H2, is to allow the insecure guest logons, using PowerShell.*</p><p>1. Open PowerShell as <strong>Administrator</strong> (important) and use the following three (3) commands one by one:</p><p><code>Set-SmbClientConfiguration -EnableInsecureGuestLogons $true -Force</code></p><p><code>Set-SmbClientConfiguration -RequireSecuritySignature $false -Force</code></p><p><code>Set-SmbServerConfiguration -RequireSecuritySignature $false -Force</code></p><p>Restart to make sure and try to connect again using <em>\\mynetworkdrive</em> or <em>\\drivesipadress</em> from explorer.</p><p>If you have any other tips, leave them in the comments.</p>]]></description><guid isPermaLink="false">794</guid><pubDate>Fri, 21 Nov 2025 20:28:38 +0000</pubDate></item><item><title>Add "Take Ownership" to the Windows 11 context menu</title><link>https://www.throneofgeeks.com/forums/topic/727-add-take-ownership-to-the-windows-11-context-menu/</link><description><![CDATA[<div class="ipsRichTextBox ipsRichTextBox--alwaysopen ipsRichText__align--right ipsRichText__align--width-small"><div class="ipsRichTextBox__title"><p>Quick Info</p></div><ul><li><p>You must be signed in as an administrator to add, remove, and use the "Take Ownership" context menu.</p></li><li><p>Taking Ownership of a FAT32 drive will not work and you will get an error indicating so since file permissions are only supported on NTFS and ReFS drives.</p></li><li><p>In <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> 11, you will need to click/tap on Show more options first by default, then click/tap on Take Ownership.</p></li></ul></div><p>This will allow you to be able to instantly take ownership of a file, folder (and all contents), or drive (and all contents) by changing the owner to the current user and grant the Owner_Rights SID (for current owner) full access permission.</p><p>When you right click or press and hold on a file, folder, or drive, click/tap on Show more options, and click/tap on Take Ownership, you will be prompted by UAC for approval first.</p><p>If a user is signed in as an administrator, then the user would just click/tap on Yes to approve and take ownership. The owner of the file, folder, or drive would be changed to the current user account. Permissions would be set to allow this current owner (Owner_Rights SID) full control of the file, folder, or drive.</p><p>If a user is signed in as a standard user, then the user would need to enter a selected administrator's password to approve and take ownership. The owner of the file, folder, or drive would be changed to the selected administrator account and not the standard user. Permissions would be set to allow this current owner (Owner_Rights SID) full control of the file, folder, or drive.</p><p>The Take Ownership context menu will not be available when you right click or press and hold only on the specific C: drive, C:\Program Files folder, C:\Program Files (x86) folder, C:\ProgramData folder, C:\Users folder, and C:\<abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> folder. Taking ownership of the <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> "C:" drive and these specific system folders can make <abbr title="Windows is a product line of proprietary graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sectors of the computing industry – Windows (unqualified) for a consumer or corporate workstation, Windows Server for a server and Windows IoT for an embedded system. Windows is sold as either a consumer retail product or licensed to third-party hardware manufacturers who sell products bundled with Windows.">Windows</abbr> unstable as it would also take ownership of all their content at the same time.</p><p>You will still be able to use the Take Ownership context menu on files and folders inside the locations above, and on all drives other than the C drive and FAT32 drives.</p><p>Download the provided .zip file. Inside there is a Take Ownership reg file and a Remove Ownership reg file.</p><p>
<a class="ipsAttachLink" href="https://www.throneofgeeks.com/applications/core/interface/file/attachment.php?id=248&amp;key=8bbd25407017e53e9589dc488245777e" data-fileExt='zip' data-fileid='248' data-filekey='8bbd25407017e53e9589dc488245777e'>Take_Ownership.zip</a></p>]]></description><guid isPermaLink="false">727</guid><pubDate>Mon, 10 Nov 2025 05:24:05 +0000</pubDate></item></channel></rss>
