Releases: Aldaviva/RemoteDesktopServicesCertificateSelector
Releases · Aldaviva/RemoteDesktopServicesCertificateSelector
1.2.2
- When open Certificate Manager, use the built-in
certlm.msc
on Windows 8/Server 2012 or later. Otherwise, harden file permissions when launching Certificate Manager from our custom .msc
file to avoid privilege escalation.
- Updated dependencies
- Clarified documentation
1.2.1
When switching from dark to light mode, fix the radio button column header incorrectly appearing all dark.
1.2.0
- Added dark mode.
- To enable, go to Windows Settings › Personalization › Colors and change your color/mode to Dark.
- Fixed crash on launch if Remote Desktop Services is disabled (in
sysdm.cpl
) and there are no certificates in the computer's Personal or Remote Desktop certificate stores.
1.1.0
- Added a Refresh button.
- Added an Open menu command for each certificate.
- Made the Apply button disabled when there are no changes to apply.
- Added file conversion and validation instructions to Readme.
1.0.1
Fix copy icon not appearing in release builds due to absolute path th…