mirror of
https://github.com/bitcookies/winrar-keygen.git
synced 2026-01-11 20:10:21 +00:00
🔧 Changed the incorrect example code
Changed the incorrect example code
This commit is contained in:
parent
060751a31a
commit
57ea4fbeb7
2 changed files with 4 additions and 4 deletions
|
|
@ -224,7 +224,7 @@ Example:
|
|||
or:
|
||||
winrar-keygen.exe "Github" "Github.com" > rarreg.key
|
||||
or:
|
||||
winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key
|
||||
winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key
|
||||
```
|
||||
|
||||

|
||||
|
|
@ -276,7 +276,7 @@ In the newer Windows 10, PowerShell will export in **UTF16-LE** format by defaul
|
|||
Please use the following command:
|
||||
|
||||
```console
|
||||
winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key
|
||||
winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key
|
||||
```
|
||||
|
||||
### 7.3 Location of Key
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ Example:
|
|||
or:
|
||||
winrar-keygen.exe "Github" "Github.com" > rarreg.key
|
||||
or:
|
||||
winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key
|
||||
winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key
|
||||
```
|
||||
|
||||

|
||||
|
|
@ -274,7 +274,7 @@ winrar-keygen.exe "Github" "Github.com" > rarreg.key
|
|||
请使用如下命令:
|
||||
|
||||
```console
|
||||
winrar-keygen.exe "Github" "Github.com" > rarreg.key | out-file -encoding ascii rarreg.key
|
||||
winrar-keygen.exe "Github" "Github.com" | Out-File -Encoding ASCII rarreg.key
|
||||
```
|
||||
|
||||
### 7.3 Key的位置
|
||||
|
|
|
|||
Loading…
Reference in a new issue