Skip to content

Commit

Permalink
tweak wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Aug 11, 2023
1 parent 1dbe1be commit 998a985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/generate_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ <h3>Your sensitive process execution token is active!</h3>
</div>
<div class="advice">
<p>Once installed (with admin permissions) you'll get an alert whenever someone (or someone's code) runs your sensitive process. It will automatically provide the command used, computer the command ran on, and the user invoking the command.</p>
<p>In order to ensure that the token fires on both 32-bit and 64-bit systems, we suggest installing by running the following commands:</p>
<p>In order to ensure that the token fires for both 32-bit and 64-bit executables, we suggest installing by running the following commands:</p>
<p>
<pre>reg import FILENAME /reg:64</pre>
<pre>reg import FILENAME /reg:32</pre>
Expand Down

0 comments on commit 998a985

Please sign in to comment.