diff --git a/src/ui/ab.tis b/src/ui/ab.tis
index 03768c6da..2fda2a5e1 100644
--- a/src/ui/ab.tis
+++ b/src/ui/ab.tis
@@ -319,9 +319,9 @@ class SessionList: Reactor.Component {
{false && !handler.using_public_server() &&
{svg_checkmark}{translate('Always connect via relay')}}
RDP
- {translate('Rename')}
+ {this.type != "lan" && {translate('Rename')}}
{this.type != "fav" && {translate('Remove')}}
- {is_win && {translate('Create Desktop Shortcut')}}
+ {is_win && this.type != "lan" && {translate('Create Desktop Shortcut')}}
{translate('Unremember Password')}
{(!this.type || this.type == "fav") && {translate('Add to Favorites')}}
{(!this.type || this.type == "fav") && {translate('Remove from Favorites')}}