Downloads:
5,734
Downloads of v 3.0.12:
2,909
Last Update:
23 Jul 2018
Package Maintainer(s):
Software Author(s):
- Avian Waves LLC
Tags:
remotedesktop rdp rdtabs remoting remote desktop- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
RD Tabs
- 1
- 2
- 3
3.0.12 | Updated: 23 Jul 2018
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,734
Downloads of v 3.0.12:
2,909
Maintainer(s):
Software Author(s):
- Avian Waves LLC
RD Tabs 3.0.12
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Avian Waves LLC. The inclusion of Avian Waves LLC trademark(s), if any, upon this webpage is solely to identify Avian Waves LLC goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install RD Tabs, run the following command from the command line or from PowerShell:
To upgrade RD Tabs, run the following command from the command line or from PowerShell:
To uninstall RD Tabs, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download rdtabs --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade rdtabs -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade rdtabs -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install rdtabs
win_chocolatey:
name: rdtabs
version: '3.0.12'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'rdtabs' do
action :install
source 'INTERNAL REPO URL'
version '3.0.12'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller rdtabs
{
Name = "rdtabs"
Version = "3.0.12"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'rdtabs':
ensure => '3.0.12',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 23 Jul 2018.
RD Tabs is the original advanced multi-tabbed Windows Remote Desktop client and connection manager. It started back in 2006 with a simple idea: bring the then new idea of tabbed web browsers to remote desktop. From there, a way to remember saved session properties that was superior to a bunch of .rdp files was added (favorites), including the ability to batch edit multiple favorites at a time, making management of stored passwords simple. But why stop there? Features allowing split-screen, multiple Windows, scaled desktop sizes were added. Now in present day more advanced features are coming fast. From an integrated PowerShell scripting engine, to colored tabs for organization, RD Tabs makes a System Administrator’s life so much easier.
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'RD Tabs'
fileType = 'EXE'
silentArgs = "-quiet"
validExitCodes= @(0, 3010, 1605, 1614, 1641) # https://msdn.microsoft.com/en-us/library/aa376931(v=vs.85).aspx
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
Log in or click on link to see number of positives.
- rdtabs.3.0.12.nupkg (dff36dc9ffdf) - ## / 60
- RDTabsSetup_3.0.12.exe (5d18c1fa29f2) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
RD Tabs 3.0.12 | 2909 | Monday, July 23, 2018 | Approved | |
RD Tabs 3.0.11 | 386 | Sunday, June 10, 2018 | Approved | |
RD Tabs 3.0.10 | 444 | Tuesday, April 10, 2018 | Approved | |
RD Tabs 3.0.9 | 399 | Sunday, March 25, 2018 | Approved | |
RD Tabs 3.0.7 | 507 | Thursday, February 22, 2018 | Approved | |
RD Tabs 2.1.25 | 976 | Friday, January 16, 2015 | Approved |
Copyright (C) 2006-2018, Avian Waves LLC. All rights reserved.
3.0.12
- Fixed bug: If you set a custom resolution larger than 1600x1200 in the Default Connection Properties, the first tab opened after launch would be restricted to a maximum of 1600x1200.
- Added missing disconnection code 50331698.
- Added dates of the loaded restore file to the notification of restoring a configuration from automatic backup. This will help you determine how much data you may lose in this event.
3.0.11
- Fixed bug: RD Tabs prevented importing favorites from exports created in 2.1.x. It should have let it go through with only a warning and not a hard block.
3.0.10
- Fixed bug: an arithmetic overflow was possible under certain conditions when closing a tab.
- Fixed bug: various DPI display issues when running in native high DPI mode on a system with a high DPI display.
3.0.9
- Fixed bug: when reconnecting after network interruption, sometimes the connecting spinner animation would not stop after the connection was reestablished.
- Added additional diagnostic information to crash error reports and included a short walkthrough message on how to repair a corrupt installation when it's detected in certain scenarios that have been reported by at least two users upgrading from 2.x RD Tabs.
-
- dotnet4.5.2 (≥ 4.5.2.20140902)
- chocolatey-core.extension (≥ 1.1.0)
Ground Rules:
- This discussion is only about RD Tabs and the RD Tabs package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or RD Tabs, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.