Dear BrianC,
Manually Setting a Custom Security Key in Mouse without Borders May Offer a Workaround
It is no longer possible to directly input a personalized security key through the Mouse without Borders user interface. Recent versions of the software, particularly since its integration into Microsoft's PowerToys suite, mandate the generation of a security key on one computer which must then be used on all other connected devices.
This change from older, standalone versions of Mouse without Borders has been a point of frustration for long-time users who preferred the convenience of a simple, memorable key for their local network setups. The current design prioritizes a more secure, automatically generated key to encrypt the connection between computers.
However, there is a potential workaround that involves manually editing the application's configuration file. This method is not officially supported and requires careful editing of a JSON file.
Potential Workaround: Editing the settings.json
File
Users have reported success in setting a custom security key by following these steps:
Locate the configuration file: The settings for Mouse without Borders are stored in a file named settings.json
. You can find this file in the following directory on each of your computers: %localappdata%\Microsoft\PowerToys\MouseWithoutBorders\
You can paste this path into the Windows File Explorer address bar to directly navigate to the folder.
Edit the settings.json
file: Open the settings.json
file with a text editor like Notepad.
Find and modify the security key: Inside the JSON structure, locate the "SecurityKey"
setting. You will see a long, randomly generated key. You can replace this value with your own desired personalized key. Ensure that the key you enter is enclosed in double quotes.
Repeat on all computers: You must repeat this process on all computers you wish to connect with Mouse without Borders, ensuring that the SecurityKey
value is identical in each settings.json
file.
Restart PowerToys: After saving the changes to the settings.json
file on all machines, restart the PowerToys application on each computer for the new settings to take effect.
Important Considerations:
- Unsupported Method: This is not an officially documented or supported feature. Future updates to PowerToys or Mouse without Borders could potentially break this workaround.
- Risk of Errors: Incorrectly editing the
settings.json
file could cause issues with Mouse without Borders or other PowerToys utilities. It is advisable to create a backup of the original file before making any changes. - File Permissions: In some instances, you may need administrative privileges to save the changes to the
settings.json
file. Manually Setting a Custom Security Key in Mouse without Borders May Offer a Workaround It is no longer possible to directly input a personalized security key through the Mouse without Borders user interface. Recent versions of the software, particularly since its integration into Microsoft's PowerToys suite, mandate the generation of a security key on one computer which must then be used on all other connected devices. This change from older, standalone versions of Mouse without Borders has been a point of frustration for long-time users who preferred the convenience of a simple, memorable key for their local network setups. The current design prioritizes a more secure, automatically generated key to encrypt the connection between computers. However, there is a potential workaround that involves manually editing the application's configuration file. This method is not officially supported and requires careful editing of a JSON file. Potential Workaround: Editing thesettings.json
File Users have reported success in setting a custom security key by following these steps:- Locate the configuration file: The settings for Mouse without Borders are stored in a file named
settings.json
. You can find this file in the following directory on each of your computers:%localappdata%\Microsoft\PowerToys\MouseWithoutBorders\
You can paste this path into the Windows File Explorer address bar to directly navigate to the folder. - Edit the
settings.json
file: Open thesettings.json
file with a text editor like Notepad. - Find and modify the security key: Inside the JSON structure, locate the
"SecurityKey"
setting. You will see a long, randomly generated key. You can replace this value with your own desired personalized key. Ensure that the key you enter is enclosed in double quotes. - Repeat on all computers: You must repeat this process on all computers you wish to connect with Mouse without Borders, ensuring that the
SecurityKey
value is identical in eachsettings.json
file. - Restart PowerToys: After saving the changes to the
settings.json
file on all machines, restart the PowerToys application on each computer for the new settings to take effect.
- Unsupported Method: This is not an officially documented or supported feature. Future updates to PowerToys or Mouse without Borders could potentially break this workaround.
- Risk of Errors: Incorrectly editing the
settings.json
file could cause issues with Mouse without Borders or other PowerToys utilities. It is advisable to create a backup of the original file before making any changes. - File Permissions: In some instances, you may need administrative privileges to save the changes to the
settings.json
file.
- Locate the configuration file: The settings for Mouse without Borders are stored in a file named
Best Regards,