Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Use this at your own risk. (I have tested it on XP and Server 2008 x64 R2)</p> <p>For this hack you will need <a href="http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx" rel="noreferrer">SysinternalsSuite by Mark Russinovich</a>:</p> <p><strong>Step one:</strong> Open an elevated cmd.exe prompt (Run as administrator)</p> <p><strong>Step two:</strong> Elevate again to root using PSExec.exe: Navigate to the folder containing SysinternalsSuite and execute the following command <code>psexec -i -s cmd.exe</code> you are now inside of a prompt that is <code>nt authority\system</code> and you can prove this by typing <code>whoami</code>. The <code>-i</code> is needed because drive mappings need to interact with the user</p> <p><strong>Step Three:</strong> Create the persistent mapped drive as the SYSTEM account with the following command <code>net use z: \\servername\sharedfolder /persistent:yes</code></p> <p>It's that easy!</p> <p><strong>WARNING</strong>: You can only remove this mapping the same way you created it, from the SYSTEM account. If you need to remove it, follow steps 1 and 2 but change the command on step 3 to <code>net use z: /delete</code>.</p> <p><strong>NOTE</strong>: The newly created mapped drive will now appear for ALL users of this system but they will see it displayed as "Disconnected Network Drive (Z:)". Do not let the name fool you. It may claim to be disconnected but it will work for everyone. That's how you can tell this hack is not supported by M$.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload