Generate docs from job=generate_and_commit_guids_and_docs branch=master [skip ci]
This commit is contained in:
parent
d5f39f7819
commit
f62f72c9d8
@@ -18820,6 +18820,7 @@ credential-access:
|
||||
prereq_command: |
|
||||
try {
|
||||
New-Object -COMObject "word.Application" | Out-Null
|
||||
$process = "winword"
|
||||
Stop-Process -Name $process
|
||||
exit 0
|
||||
} catch { exit 1 }
|
||||
|
||||
@@ -40,6 +40,7 @@ Remove-Item "$env:TEMP\windows-credentials.txt" -ErrorAction Ignore
|
||||
```powershell
|
||||
try {
|
||||
New-Object -COMObject "word.Application" | Out-Null
|
||||
$process = "winword"
|
||||
Stop-Process -Name $process
|
||||
exit 0
|
||||
} catch { exit 1 }
|
||||
|
||||
Reference in New Issue
Block a user