Advanced Settings
Advanced Configuration Options
The advanced settings are available through configuration files on both the host and the client, and allows for some settings not shown via the application itself.
Accessing Your Advanced Settings
you can find store.dat in the folders shown below.
%appdata%/deeplink/store.dat
To modify the settings successfully, make sure to save the changes to the file, then restart Deeplink.
to restart Deeplink Services, follow these steps:
- Open the Start Menu:Click the Start button or press the Windows key.
- Search for "Services":Type services.msc in the search bar and press Enter.
- Open the Services Window:Click on the Services app that appears in the search results.
- Locate the Desired Service:Scroll through the list to find the Deeplink service (or the service you're looking for).
- Restart the Service:Right-click the service name and select Restart from the context menu.
When connect to remote computer on Deeplink, you can hear all audio playing in that computer, including chatting apps like Discord. This means you may hear yourself when joining a friend that is talking to you. To fix this,
You can solve the echo cancellation through the configuration file.
Open the Deeplink Config File
%appdata%/deeplink/store.dat
Settings available to everyone
[net]
minport | minport=20000 |
You can specify which UDP ports deeplink uses. The larger the difference between max and min, the better, and it should not be less than 10. | |
maxport | maxport=0 |
You can specify which UDP ports deeplink uses. The larger the difference between max and min, the better, and it should not be less than 10. | |
mtu | mtu=1300 |
You can set the mtu size used by deeplink, which does not need to be changed in most cases. |
[audio]
muteprocess | muteprocess=chrome.exe, mse.exe |
When connect to remote computer on Deeplink, you can hear all audio playing in that computer, including chatting apps like Discord. This means you may hear yourself when joining a friend that is talking to you. To fix this, You can solve the echo cancellation . |
[lab]
host_silent | host_silent=1 |
During streaming, the controlled end is muted. | |
Diablepacer | Diablepacer=0 |
When the network is stable, disable paper to improve performance. | |
office_mode | office_mode=1 |
Office mode, high definition game, otherwise it is game mode, smoothness is the priority. | |
hide_button_on_fullwnd | hide_button_on_fullwnd=1 |
The top arrow is not displayed in full screen. |
Sample
[net]
minport=20000
maxport=21000
[audio]
muteprocess= chrome.exe, mse.exe
[lab]
host_silent=1