Skip to content

Commit

Permalink
chore: add Windows installation instructions and important note for W…
Browse files Browse the repository at this point in the history
…indows users
  • Loading branch information
microshine committed Mar 25, 2024
1 parent d5d5fb4 commit 1c48bae
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# goodkey-downloads

Official hub for GoodKey installation files

## Windows Installation

To install GoodKey on Windows, download the installation file from the official
hub and follow the on-screen instructions.

## Important Note for Windows Users

In some cases, you may encounter a critical error warning after system startup,
leading to a system restart. This issue may be related to the `gkcertsvc.dll`
component. To resolve this, you can disable the certificate provider by running
the following command in an administrator terminal:

```
regsvr32.exe /u gkcertsvc.dll
```

Please note that this should only be done if you are experiencing the
aforementioned issue, as it may affect other functionalities of the GoodKey
software.

0 comments on commit 1c48bae

Please sign in to comment.