Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It depends what you mean by <em>encrypt</em>.</p> <p>You can set up permissions to stop users getting access, using <code>regini</code>.</p> <p>See <code>regini /?</code> for more info, or see this <a href="http://support.microsoft.com/kb/245031" rel="nofollow">article</a>.</p> <p>To protect the key you specified you can use this</p> <pre><code>regini -m \\1stbyteit-pc C:\regpermissions.txt </code></pre> <p><em><strong>regpermissions.txt</em></strong></p> <pre><code>HKEY_CLASSES_ROOT\Software\Blackbird\main\ADMIN_PASSWORD [1 5] </code></pre> <p>I have used <code>[1 5]</code> as an example. The list of permission numbers are</p> <pre><code>1 - Administrators Full Access 2 - Administrators Read Access 3 - Administrators Read and Write Access 4 - Administrators Read, Write and Delete Access 5 - Creator Full Access 6 - Creator Read and Write Access 7 - World Full Access 8 - World Read Access 9 - World Read and Write Access 10 - World Read, Write and Delete Access 11 - Power Users Full Access 12 - Power Users Read and Write Access 13 - Power Users Read, Write and Delete Access 14 - System Operators Full Access 15 - System Operators Read and Write Access 16 - System Operators Read, Write and Delete Access 17 - System Full Access 18 - System Read and Write Access 19 - System Read Access 20 - Administrators Read, Write and Execute Access 21 - Interactive User Full Access 22 - Interactive User Read and Write Access 23 - Interactive User Read, Write and Delete Access </code></pre>
    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. VO
      singulars
      1. This table or related slice is empty.
    2. 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