Change user file permissions when moving windows disk to new machine

Set, view, change, or remove special permissions for files and folders

Important: If you are not joined to a domain and you want to view the Security tab:

<td class="text">
  Click <b>Start</b>, and then click <b>Control Panel</b>.
</td>
<td class="text">
  Click <strong class="uiterm">Appearance and Themes</strong>, and then click <b>Folder Options</b>.
</td>
<td class="text">
  Click the <b>View</b> tab, and then click to clear the <b>Use simple file sharing [Recommended]</b> check box in the <strong class="uiterm">Advanced settings</strong> box.
</td>
1.
2.
3.

To set, view, change, or remove special permissions for files and folders:

<td class="text">
  Click <b>Start</b>, click <b>My Computer</b>, and then locate the file or folder where you want to set special permissions.
</td>
<td class="text">
  Right-click the file or folder, click <b>Properties</b>, and then click the <b>Security tab</b>.
</td>
<td class="text">
  Click <b>Advanced</b>, and then use one of the following steps:<br /> 
  
  <table class="list ul">
    <tr>
      <td class="bullet">
        •
      </td>
      
      <td class="text">
        To set special permissions for an additional group or user, click <b>Add</b>, and then in <b>Name</b> box, type the name of the user or group, and then click <b>OK</b>.
      </td>
    </tr>
    
    <tr>
      <td class="bullet">
        •
      </td>
      
      <td class="text">
        To view or change special permissions for an existing group or user, click the name of the group or user, and then click <b>Edit</b>.
      </td>
    </tr>
    
    <tr>
      <td class="bullet">
        •
      </td>
      
      <td class="text">
        To remove an existing group or user and the special permissions, click the name of the group or user, and then click <b>Remove</b>. If the <b>Remove</b> button is unavailable, click to clear the <strong class="uiterm">Inherit from parent the permission entries that apply to child objects. Include these with entries explicitly defined here</strong> check box, click <b>Remove</b>, and then skip steps 4 and 5.
      </td>
    </tr>
  </table>
</td>
<td class="text">
  In the <b>Permissions</b> box, click to select or click to clear the appropriate <b>Allow</b> or <b>Deny</b> check box.
</td>
<td class="text">
  In the <strong class="uiterm">Apply onto</strong> box, click the folders or subfolders where you want these permissions applied.
</td>
<td class="text">
  To configure security so that the subfolders and files do not inherit these permissions, click to clear the <strong class="uiterm">Apply these permissions to objects and/or containers within this container only</strong> check box.
</td>
<td class="text">
  Click <b>OK</b> two times, and then click <b>OK</b> in the <strong class="uiterm">Advanced Security Settings for <i>FolderName</i></strong> box, where <i>FolderName</i> is the folder name.
</td>
1.
2.
3.
4.
5.
6.
7.

CAUTION: You can click to select the Replace
permission entries on all child objects with entries shown here that
apply to child objects. Include these with entries explicitly defined
here
check box. Therefore,all subfolders and files have all
their permission entries reset to the same permissions as the parent
object.If you do this, after you click Apply or OK, you cannot undo this operation if you click to clear the check boxes.

Tagged with: Windoze

Producing Skewness statistics with SQL

Skewness measures the asymmetry of a distribution. A perfectly symmetric distribution has a skewness of zero. A positive skew (right-skewed) means the tail extends to the right — a small number of high values pull the mean above the median.

Exploring the vsql-ai extension

The vsql-ai extension adds AI prompt capabilities and text embeddings directly in SQL queries, with support for Anthropic Claude , Google Gemini , OpenAI ChatGPT , or a local LLM such as Ollama .

Producing Chi-Squared statistics with SQL

The Chi-Squared test is one of the most widely used statistical tests for categorical data. It comes in two flavors: the goodness-of-fit test asks whether an observed frequency distribution matches an expected one, while the test of independence asks whether two categorical variables are associated with each other.