Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq/service-installation-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ C:\Users\owen_thinkpad_t480s\AppData\Local\Temp, because this path can't be foun

### Resolution

Run 'Command Prompt' as administrator, go to C:\WINDOWS\system32, then execute the following line to unsitall it:
Run 'Command Prompt' as administrator, go to C:\WINDOWS\system32, then execute the following line to uninstall it:

``` shell
wmic product where name="Dynamsoft Service" call uninstall /nointeractive
Expand Down