Downloads:
44,722
Downloads of v 7.0.6.7:
6,082
Last Update:
07 Jun 2023
Package Maintainer(s):
Software Author(s):
- KirySoft
Tags:
system utility utilities- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Windows System Control Center
- 1
- 2
- 3
7.0.6.7 | Updated: 07 Jun 2023
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
44,722
Downloads of v 7.0.6.7:
6,082
Maintainer(s):
Software Author(s):
- KirySoft
Windows System Control Center 7.0.6.7
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by KirySoft. The inclusion of KirySoft trademark(s), if any, upon this webpage is solely to identify KirySoft 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Windows System Control Center, run the following command from the command line or from PowerShell:
To upgrade Windows System Control Center, run the following command from the command line or from PowerShell:
To uninstall Windows System Control Center, 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 windowssystemcontrolcenter --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 windowssystemcontrolcenter -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 windowssystemcontrolcenter -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 windowssystemcontrolcenter
win_chocolatey:
name: windowssystemcontrolcenter
version: '7.0.6.7'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'windowssystemcontrolcenter' do
action :install
source 'INTERNAL REPO URL'
version '7.0.6.7'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller windowssystemcontrolcenter
{
Name = "windowssystemcontrolcenter"
Version = "7.0.6.7"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'windowssystemcontrolcenter':
ensure => '7.0.6.7',
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 07 Jun 2023.
Install, update, execute, and organize the utilities from various system utility suites.
This edition of WSCC supports the following utility suites:
- Windows Sysinternals Suite (including support for Sysinternals Live service)
- NirSoft Utilities
The setup packages are downloaded from the author's website.
Log in or click on link to see number of positives.
- WindowsSystemControlCenter.7.0.6.7.nupkg (8b5505420ec1) - ## / 62
- wscc_x64.zip (a21e5c3880a2) - ## / 62
- wscc.zip (747449b28f89) - ## / 62
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 |
---|---|---|---|---|
Windows System Control Center 7.0.6.7 | 6082 | Wednesday, June 7, 2023 | Approved | |
Windows System Control Center 7.0.6.5 | 329 | Thursday, June 1, 2023 | Approved | |
Windows System Control Center 7.0.6.3 | 415 | Saturday, May 20, 2023 | Approved | |
Windows System Control Center 7.0.6.2 | 409 | Wednesday, May 10, 2023 | Approved | |
Windows System Control Center 7.0.6.1 | 360 | Wednesday, May 3, 2023 | Approved | |
Windows System Control Center 7.0.6.0 | 475 | Saturday, April 8, 2023 | Approved | |
Windows System Control Center 7.0.5.8 | 515 | Monday, March 6, 2023 | Approved | |
Windows System Control Center 7.0.5.7 | 418 | Friday, February 17, 2023 | Approved | |
Windows System Control Center 7.0.5.5 | 534 | Friday, January 6, 2023 | Approved | |
Windows System Control Center 7.0.5.3 | 435 | Friday, December 9, 2022 | Approved | |
Windows System Control Center 7.0.5.2 | 435 | Saturday, November 26, 2022 | Approved | |
Windows System Control Center 7.0.5.1 | 213 | Thursday, November 24, 2022 | Approved | |
Windows System Control Center 7.0.3.5 | 650 | Wednesday, October 19, 2022 | Approved | |
Windows System Control Center 7.0.3.4 | 412 | Monday, October 3, 2022 | Approved | |
Windows System Control Center 7.0.3.1 | 462 | Tuesday, September 13, 2022 | Approved | |
Windows System Control Center 7.0.3.0 | 320 | Tuesday, September 6, 2022 | Approved | |
Windows System Control Center 7.0.2.5 | 434 | Friday, August 19, 2022 | Approved | |
Windows System Control Center 7.0.2.0 | 613 | Saturday, July 30, 2022 | Approved | |
Windows System Control Center 7.0.1.6 | 506 | Tuesday, June 28, 2022 | Approved | |
Windows System Control Center 7.0.1.4 | 701 | Wednesday, May 18, 2022 | Approved | |
Windows System Control Center 7.0.1.2 | 402 | Friday, April 29, 2022 | Approved | |
Windows System Control Center 7.0.0.8 | 772 | Saturday, February 26, 2022 | Approved | |
Windows System Control Center 7.0.0.7 | 518 | Saturday, January 29, 2022 | Approved | |
Windows System Control Center 7.0.0.5 | 448 | Thursday, January 6, 2022 | Approved | |
Windows System Control Center 7.0.0.3 | 389 | Friday, December 24, 2021 | Approved | |
Windows System Control Center 7.0.0.1 | 894 | Saturday, November 13, 2021 | Approved | |
Windows System Control Center 7.0.0.0 | 326 | Thursday, November 11, 2021 | Approved | |
Windows System Control Center 4.0.7.3 | 888 | Tuesday, June 22, 2021 | Approved | |
Windows System Control Center 4.0.7.1 | 794 | Saturday, March 27, 2021 | Approved | |
Windows System Control Center 4.0.7.0 | 576 | Monday, February 15, 2021 | Approved | |
Windows System Control Center 4.0.5.8 | 563 | Monday, January 4, 2021 | Approved | |
Windows System Control Center 4.0.5.6 | 762 | Saturday, October 24, 2020 | Approved | |
Windows System Control Center 4.0.5.5 | 568 | Tuesday, September 22, 2020 | Approved | |
Windows System Control Center 4.0.5.3 | 691 | Thursday, July 9, 2020 | Approved | |
Windows System Control Center 4.0.5.2 | 407 | Friday, June 26, 2020 | Approved | |
Windows System Control Center 4.0.5.1 | 652 | Sunday, April 19, 2020 | Approved | |
Windows System Control Center 4.0.5.0 | 313 | Wednesday, April 15, 2020 | Approved | |
Windows System Control Center 4.0.3.2 | 558 | Saturday, March 14, 2020 | Approved | |
Windows System Control Center 4.0.3.1 | 490 | Tuesday, February 25, 2020 | Approved | |
Windows System Control Center 4.0.2.0 | 579 | Wednesday, January 8, 2020 | Approved | |
Windows System Control Center 4.0.1.9 | 355 | Saturday, December 28, 2019 | Approved | |
Windows System Control Center 4.0.1.7 | 507 | Thursday, November 28, 2019 | Approved | |
Windows System Control Center 4.0.1.6 | 451 | Tuesday, November 5, 2019 | Approved | |
Windows System Control Center 4.0.1.2 | 515 | Wednesday, September 25, 2019 | Approved | |
Windows System Control Center 4.0.1.1 | 473 | Saturday, August 31, 2019 | Approved | |
Windows System Control Center 4.0.1.0 | 416 | Saturday, August 17, 2019 | Approved | |
Windows System Control Center 4.0.0.6 | 485 | Tuesday, July 2, 2019 | Approved | |
Windows System Control Center 4.0.0.5 | 504 | Wednesday, May 22, 2019 | Approved | |
Windows System Control Center 4.0.0.3 | 449 | Friday, April 19, 2019 | Approved | |
Windows System Control Center 4.0.0.2 | 455 | Friday, March 29, 2019 | Approved | |
Windows System Control Center 4.0.0.1 | 356 | Wednesday, March 13, 2019 | Approved | |
Windows System Control Center 4.0.0.0 | 290 | Tuesday, March 12, 2019 | Approved | |
Windows System Control Center 3.4.0.9 | 522 | Tuesday, January 8, 2019 | Approved | |
Windows System Control Center 3.4.0.7 | 478 | Saturday, November 24, 2018 | Approved | |
Windows System Control Center 3.4.0.5 | 1757 | Saturday, July 14, 2018 | Approved | |
Windows System Control Center 3.4.0.2 | 467 | Saturday, June 2, 2018 | Approved | |
Windows System Control Center 3.4.0.1 | 493 | Friday, April 20, 2018 | Approved | |
Windows System Control Center 3.4.0.0 | 469 | Saturday, March 24, 2018 | Approved | |
Windows System Control Center 3.3.0.9 | 449 | Tuesday, March 13, 2018 | Approved | |
Windows System Control Center 3.3.0.8 | 513 | Wednesday, February 7, 2018 | Approved | |
Windows System Control Center 3.3.0.1 | 616 | Wednesday, November 29, 2017 | Approved | |
Windows System Control Center 3.2.9.2 | 749 | Tuesday, September 19, 2017 | Approved | |
Windows System Control Center 3.2.9.1 | 669 | Tuesday, August 15, 2017 | Approved | |
Windows System Control Center 3.2.9.0 | 473 | Friday, July 28, 2017 | Approved | |
Windows System Control Center 3.2.7.0 | 572 | Saturday, May 27, 2017 | Approved | |
Windows System Control Center 3.2.5.5 | 481 | Saturday, May 13, 2017 | Approved | |
Windows System Control Center 3.2.5.1 | 459 | Friday, April 21, 2017 | Approved | |
Windows System Control Center 3.2.5.0 | 538 | Friday, March 17, 2017 | Approved | |
Windows System Control Center 3.2.0.0 | 578 | Thursday, January 12, 2017 | Approved | |
Windows System Control Center 3.1.2.0 | 534 | Saturday, November 19, 2016 | Approved | |
Windows System Control Center 3.1.1.4 | 595 | Monday, September 26, 2016 | Approved | |
Windows System Control Center 3.1.0.0 | 506 | Wednesday, June 22, 2016 | Approved | |
Windows System Control Center 2.5.0.9 | 543 | Tuesday, April 19, 2016 | Approved | |
Windows System Control Center 2.5.0.2 | 557 | Wednesday, December 23, 2015 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Windows System Control Center and the Windows System Control Center 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 Windows System Control Center, 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.