Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #24

Closed
wants to merge 1 commit into from
Closed
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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,23 @@ details are illustrated in the list of examples below.
uncap -h


### Auto-start `uncap` when logging in to your Windows account

1. Copy `uncap.exe` to a static location, e.g., `C:\Users\<your_username>\AppData\Local`

2. Create the following file for Windows Registry Editor. Replace the `<your_username>` placeholder with your username and the `[parameters]` placeholder with the required parameters.

```
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"uncap"="\"C:\\Users\\<your_username>\\AppData\\Local\\uncap.exe\" [parameters]"
```

3. Run this registry file to add this registry key to the Windows Registry.
4. Log out and log in to your user account. `uncap` should be running in the background. Verify it by running `tasklist | find "uncap"` in the command line.


Known Issue with Microsoft Edge on Windows 10
---------------------------------------------

Expand Down