-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add Windows installation instructions and important note for W…
…indows users
- Loading branch information
1 parent
d5d5fb4
commit 1c48bae
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |