Skip to content

tksh164/alter-rdp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alter

Alter is a remote desktop client application.

✨ Features

  • High DPI support - Reflect to the local DPI to the remote desktop session.
  • Update the resolution on the window resize.

📥 Install and uninstall

  1. Download the app's latest release zip file.

  2. Unblock the downloaded zip file by check Unblock from the zip file's property or using the Unblock-File cmdlet.

    Unblock-File alter-x.y.z.zip
  3. Extract files from the downloaded zip file. You can extract files by the Extract All... context menu in the File Explorer or using the Expand-Archive cmdlet.

    Expand-Archive alter-x.y.z.zip
  4. Put the extracted folder alter-x.y.z anywhere you like.

  5. Run the alter.exe in the extracted folder.

  6. If you don't need this app anymore, you can uninstall this app by deleting the alter-x.y.z folder.

📋 Supported operating systems

  • Alter is tested on the latest version of Windows 11 with latest updates.
  • Alter may also work on the following OSs:
    • Non-latest version of Windows 11 with latest updates
    • Windows 10 x64/x86 with latest updates
    • Windows Server 2022 with latest updates
    • Windows Server 2019 with latest updates
    • Windows Server 2016 with latest updates
    • Windows Server 2012 R2 with latest updates

🔨 Build from the source

You can build the project using Visual Studio 2022.

⚖️ License

Copyright (c) 2023-present Takeshi Katano. All rights reserved. This software is released under the MIT License.

Disclaimer: The codes stored herein are my own personal codes and do not related my employer's any way.