Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurehava authored Jul 21, 2024
1 parent 17dd35a commit 7824dd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 1.SystemScripts/WindowsScripts/PowerShellProfile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ First, create a cert use cert_script.ps1
> Then you can get a cert on local.
Second, cert your script
> Same, you can not exec this script.
> You must copy & pasta command to powershell and exec.
> Use code block command to cert your script.
> Then you can use script on your powershell.
> When you script changed, you must cert your script again.
```
$cert = Get-ChildItem -Path Cert:\CurrentUser\My | Where-Object { $_.Subject -eq "US=CSC" }
Expand Down

0 comments on commit 7824dd1

Please sign in to comment.