Downloads:
125
Downloads of v 10019.0:
50
Last Update:
30 May 2022
Package Maintainer(s):
Software Author(s):
- Lenovo
Tags:
lenovo thinkpad usb-c dock driver- Software Specific:
- Software Site
- Software Source
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Lenovo ThinkPad USB-C Dock Driver
- Software Specific:
- Software Site
- Software Source
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
125
Downloads of v 10019.0:
50
Maintainer(s):
Software Author(s):
- Lenovo
Lenovo ThinkPad USB-C Dock Driver
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Lenovo. The inclusion of Lenovo trademark(s), if any, upon this webpage is solely to identify Lenovo goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This package was rejected on 12 Jul 2022. The reviewer chocolatey-ops has listed the following reason(s):
Lenovo ThinkPad USB-C Dock Driver
function Test-RegistryValue {
param (
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Path,
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Value
)
try {
Get-ItemProperty -Path $Path | Select-Object -ExpandProperty $Value -ErrorAction Stop | Out-Null
return $true
}
catch {
return $false
}
}
function Remove-FileItem {
param (
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Path
)
try {
Remove-Item `
-Path $Path `
-Recurse
Write-Output `
-InputObject "Remove $($Path)"
}
catch {
Write-Output `
-InputObject "Failed remove $($Path)"
}
}
function Update-RegistryValue {
param (
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Path,
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Name,
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Value,
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Type,
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Message
)
try {
Set-ItemProperty `
-Path $Path `
-Name $Name `
-Value $Value
Write-Output `
-InputObject $Message
}
catch {
New-ItemProperty `
-Path $Path `
-Name $Name`
-PropertyType $Type `
-Value $Value
Write-Output `
-InputObject $Message
}
}
function Set-CleanInstall {
try {
Get-ChildItem "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)\.." -recurse -Exclude '*.ps1', '*pm1' |
Where-Object {$_.Length -gt 1gb} |
Remove-Item
return $true
}
catch {
return $false
}
}
function Remove-DesktopIcons {
param (
[parameter(Mandatory = $true)][ValidateNotNullOrEmpty()]$Name,
[parameter(Mandatory = $false)]$Desktop
)
if (!$Desktop) {
$Desktop = 'All'
}
if ($Desktop -eq 'All') {
foreach ($User in Get-ChildItem -Path "C:\Users") {
Remove-FileItem -Path "C:\users\$($User)\desktop\$($Name).lnk"
}
Remove-FileItem -Path "C:\Users\default\desktop\$($Name).lnk"
Remove-FileItem -Path "C:\Users\Public\Desktop\$($Name).lnk"
}
elseif ($Desktop -eq 'Public') {
Remove-FileItem -Path "C:\Users\Public\Desktop\$($Name).lnk"
}
elseif ($Desktop -eq 'Default') {
Remove-FileItem -Path "C:\Users\Default\desktop\$($Name).lnk"
}
}
Log in or click on link to see number of positives.
- lenovo_thinkpad_thunderbolt_3_dock_and_usb_c_dock_driver_v10019.exe (78d89ab90c13) - ## / 65
- lenovo-thinkpad-usb-c-driver.10019.0.nupkg (7f20883e7570) - ## / 61
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.
(C) Copyright Lenovo 2022. All rights reserved
This package has no dependencies.
Ground Rules:
- This discussion is only about Lenovo ThinkPad USB-C Dock Driver and the Lenovo ThinkPad USB-C Dock Driver 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 Lenovo ThinkPad USB-C Dock Driver, 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.
ITIGO (maintainer) on 28 Apr 2022 14:17:29 +00:00:
User 'ITIGO' (maintainer) submitted package.
chocolatey-ops (reviewer) on 28 Apr 2022 14:50:01 +00:00:
lenovo-thinkpad-usb-c-driver has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
chocolatey-ops (reviewer) on 28 Apr 2022 15:40:39 +00:00:
lenovo-thinkpad-usb-c-driver has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/014e220d7cc94ba40d5d4f4c13b1a3a9 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 28 Apr 2022 22:19:54 +00:00:
lenovo-thinkpad-usb-c-driver has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it
This is not enough detections to prevent the approval of this package version.
gep13 (reviewer) on 09 May 2022 06:26:55 +00:00:
Please see the comments from the review of the previous package version.
In addition, the chocolateyUninstall script doesn't look like it is required, as it hasn't been completed successfully.
chocolatey-ops (reviewer) on 29 May 2022 06:27:46 +00:00:
We've found lenovo-thinkpad-usb-c-driver v10019.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
ITIGO (maintainer) on 30 May 2022 08:41:48 +00:00:
User 'ITIGO' (maintainer) submitted package.
chocolatey-ops (reviewer) on 30 May 2022 09:13:47 +00:00:
lenovo-thinkpad-usb-c-driver has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 30 May 2022 10:12:32 +00:00:
lenovo-thinkpad-usb-c-driver has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/e051c130f6696027dabb3b9b3307f65a for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 30 May 2022 10:50:29 +00:00:
lenovo-thinkpad-usb-c-driver has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it
This is not enough detections to prevent the approval of this package version.
gep13 (reviewer) on 06 Jun 2022 06:43:55 +00:00:
Did you see the comments from the previous package version review?
Looks like you haven't had a chance to address them in the new package version. Can you please take the time to do this.
Thanks
chocolatey-ops (reviewer) on 26 Jun 2022 06:44:50 +00:00:
We've found lenovo-thinkpad-usb-c-driver v10019.0 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
ITIGO (maintainer) on 06 Jul 2022 09:51:39 +00:00:
Could you please point us to comment as I can't find it. Thanks!
TheCakeIsNaOH (reviewer) on 12 Jul 2022 02:23:56 +00:00:
I've copied the comments from Pauby in the previous version:
Hi, a couple of issues / suggestions / questions:
Can you add a <licenseUrl>?
Can you add a proper <summary>?
The package validator has made suggestions for fields to add. Can you look to add <docsUrl>, <mailingListUrl>, <bugTrackerUrl>, <projectSourceUrl>?
Can you remove helpers.ps1 as it's not being used in the package?
From: https://community.chocolatey.org/packages/lenovo-thinkpad-usb-c-driver/10017.0
chocolatey-ops (reviewer) on 12 Jul 2022 02:27:24 +00:00:
Unfortunately there has not been progress to move lenovo-thinkpad-usb-c-driver v10019.0 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.