Downloads:
190,063
Downloads of v 3.11.0:
1,699
Last Update:
15 Nov 2023
Package Maintainer(s):
Software Author(s):
- Glenn
Tags:
desktopinfo desktop info- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
desktopinfo (Install)
- 1
- 2
- 3
3.11.0 | Updated: 15 Nov 2023
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
190,063
Downloads of v 3.11.0:
1,699
Maintainer(s):
Software Author(s):
- Glenn
desktopinfo (Install) 3.11.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Glenn. The inclusion of Glenn trademark(s), if any, upon this webpage is solely to identify Glenn goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install desktopinfo (Install), run the following command from the command line or from PowerShell:
To upgrade desktopinfo (Install), run the following command from the command line or from PowerShell:
To uninstall desktopinfo (Install), 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 desktopinfo --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 desktopinfo -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 desktopinfo -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 desktopinfo
win_chocolatey:
name: desktopinfo
version: '3.11.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'desktopinfo' do
action :install
source 'INTERNAL REPO URL'
version '3.11.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller desktopinfo
{
Name = "desktopinfo"
Version = "3.11.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'desktopinfo':
ensure => '3.11.0',
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.
This package was approved by moderator Windos on 18 Nov 2023.
This little application displays system information on your desktop. Looks like wallpaper but stays resident in memory and updates in real time. Perfect for quick identification and walk-by monitoring of production or test server farms or any computer you’re responsible for. Uses very little memory and nearly zero cpu.
md5: AD4F0827B1AE0553C06C131FDF907FF3 | sha1: 799ADEB8C54A93A60B7349117893A69B67C9B15B | sha256: 1043EF4539D170EB9A7B0DE452FA00950E70D0C54A556531865A1E24455C9653 | sha512: 82580E9FDF76884BE7DCEAD6B1CEE377AD4D4910EC3D4B798BC4180653C29C5E12E8F8070FC4B704CB268E9A8E5587E6B48D4E04F94DB0C7612FE8578007BC0A
==================== desktopinfo ====================
License Agreement
This software is distributed free of charge. It may be used as many times as you like, for as long as you
like, in a domestic or corporate environment. You may copy and distribute copies of this program
provided that you keep all original documentation including this pdf file with copyright notice and
disclaimer of warranty intact. You may not charge money or fees for the software product to anyone
except to cover distribution costs.
Warranty
This program is provided “as is” without warranties of any kind, either expressed or implied, including,
but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The
entire risk as to the quality and performance of the program is with you. Should the program prove
defective, you assume the cost of all necessary servicing, repair or correction. In no event will the
copyright holder be liable to you for damages, including any general, special, incidental or consequential
damages arising out of the use or inability to use the program (including but not limited to loss of data
or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program
to operate with any other programs).
==================== desktopinfo ====================
--------------------- desktopinfo -----------------------------
VERIFICATION
The binary included in this package was downloaded by the packager, from https://www.glenn.delahoy.com/downloads/desktopinfo/DesktopInfo3110.zip
The DesktopInfo.zip sha256 checksum is 0x1043ef4539d170eb9a7b0de452fa00950e70d0c54a556531865a1e24455c9653
--------------------- desktopinfo -----------------------------
# if (Get-Process 'DesktopInfo' -ErrorAction SilentlyContinue) {
# Stop-Process -Name DesktopInfo -Force
# }
# if (Get-Process 'DesktopInfo64' -ErrorAction SilentlyContinue) {
# Stop-Process -Name DesktopInfo64 -Force
# }
# if (Get-Process 'DesktopInfo64W' -ErrorAction SilentlyContinue) {
# Stop-Process -Name DesktopInfo64W -Force
# }
taskkill -im DesktopInfo* -f -t
Log in or click on link to see number of positives.
- desktopinfo.3.11.0.nupkg (86b7bedb653d) - ## / 63
- DesktopInfo.zip (1043ef4539d1) - ## / 64
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 |
---|---|---|---|---|
desktopinfo (Install) 3.11.0 | 1699 | Wednesday, November 15, 2023 | Approved | |
desktopinfo (Install) 3.10.2 | 599 | Saturday, September 16, 2023 | Approved | |
desktopinfo (Install) 3.10.1 | 4788 | Monday, March 13, 2023 | Approved | |
desktopinfo (Install) 3.10.0 | 3813 | Thursday, February 16, 2023 | Approved | |
desktopinfo (Install) 3.9.0 | 393 | Wednesday, January 18, 2023 | Approved | |
desktopinfo (Install) 2.10.0 | 170049 | Friday, December 4, 2020 | Approved | |
desktopinfo (Install) 2.9.0 | 1333 | Monday, October 5, 2020 | Approved | |
desktopinfo (Install) 2.8.0 | 988 | Tuesday, August 18, 2020 | Approved | |
desktopinfo (Install) 2.7.0 | 525 | Wednesday, July 8, 2020 | Approved | |
desktopinfo (Install) 2.6.1 | 771 | Friday, May 29, 2020 | Approved | |
desktopinfo (Install) 2.6.0 | 2048 | Wednesday, May 20, 2020 | Approved | |
desktopinfo (Install) 2.5.0 | 251 | Sunday, April 26, 2020 | Approved | |
desktopinfo (Install) 2.4.2 | 181 | Friday, April 3, 2020 | Approved | |
desktopinfo (Install) 2.3.1 | 236 | Monday, February 10, 2020 | Approved | |
desktopinfo (Install) 2.1 | 1538 | Saturday, December 21, 2019 | Approved | |
desktopinfo (Install) 2.0.1 | 257 | Saturday, October 19, 2019 | Approved | |
desktopinfo (Install) 2.0 | 212 | Monday, October 14, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about desktopinfo (Install) and the desktopinfo (Install) 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 desktopinfo (Install), 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.