Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
41,956
Downloads of v 2.2.9:
205
Last Update:
05 Mar 2021
Package Maintainer(s):
Software Author(s):
- Travis Nickles
- Jays2Kings
Tags:
ds4windows ps4 dualshock controller emulator foss- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

DS4Windows
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
41,956
Downloads of v 2.2.9:
205
Maintainer(s):
Software Author(s):
- Travis Nickles
- Jays2Kings
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
Dependencies require reboot
To install DS4Windows, run the following command from the command line or from PowerShell:
To upgrade DS4Windows, run the following command from the command line or from PowerShell:
To uninstall DS4Windows, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
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://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
choco download ds4windows --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade ds4windows -y --source="'STEP 3 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 ds4windows -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure ds4windows installed
win_chocolatey:
name: ds4windows
state: present
version: 2.2.9
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'ds4windows' do
action :install
version '2.2.9'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: ds4windows,
Version: 2.2.9,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller ds4windows
{
Name = 'ds4windows'
Ensure = 'Present'
Version = '2.2.9'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'ds4windows':
provider => 'chocolatey',
ensure => '2.2.9',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install ds4windows version="2.2.9" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 05 Mar 2021.
DS4Windows
Like those other ds4tools, but sexier.
DS4Windows is an extract anywhere program that allows you to get the best
DualShock 4 experience on your PC. By emulating a Xbox 360 controller, many
more games are accessible.
This project is a fork of the work of Jays2Kings. You can find the old project
website at ds4windows.com.
Requirements
- Windows 8.1 or newer
- Microsoft .NET 4.6.2 or higher (needed to unzip the driver and for macros to
work properly) - Visual C++ 2015-2019 Redistributable. x64 or x86
- ViGEmBus driver (DS4Windows will install it for you)
- Microsoft 360 Driver (link inside DS4Windows, already installed by Windows if
you've used a 360 controller before) - Sony DualShock 4
- Connection method:
- Micro USB cable
- Sony Wireless Adapter
- Bluetooth 4.0 (via an
adapter like this
or built in pc). Only use of Microsoft BT stack is supported. CSR BT stack is
confirmed to not work with the DS4 even though some CSR adapters work fine
using Microsoft BT stack. Toshiba's adapters currently do not work.
- Disable PlayStation Configuration Support and
Xbox Configuration Support options in Steam
Social
Discord
Twitter @ds4windows
YouTube
BitChute
BitTube.tv
LBRY
Mastodon @[email protected]
Minds @ds4windows
Gab Social: @ds4windows
From: https://raw.githubusercontent.com/Ryochan7/DS4Windows/jay/LICENSE.txt
LICENSE
This file includes licensing information for ds4windows
MIT License
Copyright (c) 2019 Travis Nickles
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
1. Download the installer:
x32: https://github.com/Ryochan7/DS4Windows/releases/download/v2.2.9/DS4Windows_2.2.9_x86.zip
x64: https://github.com/Ryochan7/DS4Windows/releases/download/v2.2.9/DS4Windows_2.2.9_x64.zip
2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://github.com/Ryochan7/DS4Windows/releases/download/v2.2.9/DS4Windows_2.2.9_x64.zip
3. Compare to Checksum:
checksum32: 5CFF1D6D5C0D0D705DD017A2E79476836E1345E14A4DDA61DF8056A39335B4F6
checksum64: EE9ED3336B80CBD952DDF8F2206238F2518254960CA8A6C40C7A1B9B997E4083
$packageName = $env:ChocolateyPackageName
$p = Get-Process -Name "DS4Windows" -ea 0
if (!$p) {
Write-Host "$packageName is not running"
return
}
Write-Host "$packageName is running, trying to gracefully shut it down before upgrade/uninstall"
Stop-Process -InputObject $p -Force
$ErrorActionPreference = 'Stop';
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath = gi $toolsPath\*_x86.zip
FileFullPath64 = gi $toolsPath\*_x64.zip
Destination = $toolsPath
}
ls $toolsPath\* | ? { $_.PSISContainer } | rm -Recurse -Force #remove older package dirs
Get-ChocolateyUnzip @packageArgs
rm $toolsPath\*.zip -ea 0
$startupPath = [Environment]::GetFolderPath("Startup")
$startMenuPath = [Environment]::GetFolderPath("CommonPrograms")
if(Test-Path -Path "$startupPath\$env:ChocolateyPackageName.lnk") {
Install-ChocolateyShortcut `
-ShortcutFilePath "$startupPath\$env:ChocolateyPackageName.lnk" `
-TargetPath "$env:ChocolateyInstall\bin\$env:ChocolateyPackageTitle.exe"
}
Install-ChocolateyShortcut `
-ShortcutFilePath "$startMenuPath\$env:ChocolateyPackageName.lnk" `
-TargetPath "$env:ChocolateyInstall\bin\$env:ChocolateyPackageTitle.exe"
$startupPath = [Environment]::GetFolderPath("Startup")
$startMenuPath = [Environment]::GetFolderPath("CommonPrograms")
Remove-Item "$startupPath\$env:ChocolateyPackageName.lnk" -ErrorAction SilentlyContinue -Force
Remove-Item "$startMenuPath\$env:ChocolateyPackageName.lnk" -ErrorAction SilentlyContinue -Force
md5: 9BD0BDC4643D22D71EBF794605D7DA8F | sha1: B9835EB9590F4FCAFA02926DBB72216B6D3E766E | sha256: EE9ED3336B80CBD952DDF8F2206238F2518254960CA8A6C40C7A1B9B997E4083 | sha512: 3E43AF615CCD43F4DE6CF72CE09CF855C6960E0C583591E3FE34FD2FA66C900F7F6F833B9414815FAC77D28FFAD3C7F73C65FEE7F944B3B13FF9D3FB9CA190C7
md5: 1E6174C1C63278C2A393AB9672DE3F82 | sha1: 5F7BCA29D5CA102AEE6839630764983EF3B6E1AD | sha256: 5CFF1D6D5C0D0D705DD017A2E79476836E1345E14A4DDA61DF8056A39335B4F6 | sha512: DFFD49E1FEAB54FB385E8296001CCAB9AF546EB11E1B7A00D7CAF32B66B258A27493C660E694AE8D5FF059CC983D9E0F08D9E30A63786B00A4C118E5C26AB635
Log in or click on link to see number of positives.
- Hardcodet.Wpf.TaskbarNotification.dll (4a2438ecfcad) - ## / 68
- Microsoft.Win32.TaskScheduler.dll (d000cf211179) - ## / 69
- Microsoft.Win32.TaskScheduler.resources.dll (757aa64bd8f6) - ## / 69
- HttpProgress.dll (1b7f1b778b1c) - ## / 69
- NLog.dll (08f1f5271621) - ## / 69
- Ookii.Dialogs.Wpf.dll (16a7361684b7) - ## / 69
- WPFLocalizeExtension.dll (59cb546b1adf) - ## / 69
- XAMLMarkupExtensions.dll (f0d08aeb4b45) - ## / 69
- Xceed.Wpf.Toolkit.dll (86a19eed2960) - ## / 69
- Microsoft.Win32.TaskScheduler.resources.dll (b991cff050b9) - ## / 68
- HidGuardHelper.exe (2db9b176082f) - ## / 70
- UtilLibrary.dll (7e5471ad8653) - ## / 69
- HidGuardHelper.exe (a492ad056439) - ## / 70
- UtilLibrary.dll (00501b1c0885) - ## / 71
- Newtonsoft.Json.dll (7f912b28a07c) - ## / 69
- Markdown.Xaml.dll (60aacbf944de) - ## / 69
- Microsoft.Win32.TaskScheduler.resources.dll (6755277f7966) - ## / 69
- Microsoft.Win32.TaskScheduler.resources.dll (7db54b12e291) - ## / 68
- Microsoft.Win32.TaskScheduler.resources.dll (eba75bed52cc) - ## / 69
- Microsoft.Win32.TaskScheduler.resources.dll (308dc09b6de8) - ## / 68
- Microsoft.Win32.TaskScheduler.resources.dll (e373bbfffafa) - ## / 68
- DS4Updater.exe (e1664563c4b9) - ## / 69
- Nefarius.ViGEm.Client.dll (071a4f83a232) - ## / 69
- DS4Updater.exe (e9ca9087e29d) - ## / 69
- Nefarius.ViGEm.Client.dll (8d476741e30f) - ## / 69
- ds4windows.2.2.9.nupkg (6bce847047bb) - ## / 61
- DS4Windows_2.2.9_x64.zip (ee9ed3336b80) - ## / 62
- DS4Windows_2.2.9_x86.zip (5cff1d6d5c0d) - ## / 63
- DS4Windows.exe (1765e7029ecb) - ## / 70
- DS4Windows.exe (bb3273b8c0b3) - ## / 70
- DS4Windows.resources.dll (54385e4348b1) - ## / 69
- DS4Windows.resources.dll (236909f8ef6e) - ## / 69
- DS4Windows.resources.dll (053b6cfa8c3a) - ## / 69
- DS4Windows.resources.dll (53317da5cf34) - ## / 68
- DS4Windows.resources.dll (fe7b60b2cf8a) - ## / 69
- DS4Windows.resources.dll (565c2c6d4249) - ## / 69
- DS4Windows.resources.dll (075a78059b77) - ## / 69
- DS4Windows.resources.dll (cbaa3c019ae8) - ## / 69
- DS4Windows.resources.dll (960445159f29) - ## / 69
- DS4Windows.resources.dll (ec9455a69eec) - ## / 64
- DS4Windows.resources.dll (f809777c073f) - ## / 64
- DS4Windows.resources.dll (35fb3f0ac445) - ## / 69
- DS4Windows.resources.dll (124cdd031a42) - ## / 69
- DS4Windows.resources.dll (a67ed878d0c8) - ## / 68
- DS4Windows.resources.dll (30f7a9825bd3) - ## / 69
- DS4Windows.resources.dll (b58789b0cb8d) - ## / 69
- DS4Windows.resources.dll (3c2044e37383) - ## / 67
- DS4Windows.resources.dll (020d78057df5) - ## / 65
- DS4Windows.resources.dll (e0364d87afe7) - ## / 68
- DS4Windows.resources.dll (56d5cb32bb53) - ## / 69
- DS4Windows.resources.dll (6d1e910341e5) - ## / 68
- DS4Windows.resources.dll (ab3c0db2b48f) - ## / 69
- DS4Windows.resources.dll (5cb11bcbb763) - ## / 67
- DS4Windows.resources.dll (7f0f6aad0400) - ## / 69
- DS4Windows.resources.dll (f58e8a369f9f) - ## / 68
- DS4Windows.resources.dll (abc51471bdf4) - ## / 68
- DS4Windows.resources.dll (3517ae9b2fb0) - ## / 69
- DS4Windows.resources.dll (7c184163d5d4) - ## / 69
- DS4Windows.resources.dll (b38341e3c19c) - ## / 68
- DS4Windows.resources.dll (407edd956f98) - ## / 69
- DS4Windows.resources.dll (984a934b316c) - ## / 69
- DS4Windows.resources.dll (0c9f3718d8b3) - ## / 66
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.
Version | Downloads | Last Updated | Status |
---|---|---|---|
DS4Windows 2.2.9 | 205 | Friday, March 5, 2021 | Approved |
DS4Windows 2.2.8 | 383 | Saturday, February 27, 2021 | Approved |
DS4Windows 2.2.7 | 440 | Friday, February 19, 2021 | Approved |
DS4Windows 2.2.6 | 427 | Friday, February 12, 2021 | Approved |
DS4Windows 2.2.5 | 156 | Thursday, February 11, 2021 | Approved |
DS4Windows 2.2.4 | 452 | Wednesday, February 3, 2021 | Approved |
DS4Windows 2.2.3 | 152 | Tuesday, February 2, 2021 | Approved |
DS4Windows 2.2.2 | 538 | Wednesday, January 20, 2021 | Approved |
DS4Windows 2.2.1 | 645 | Friday, January 1, 2021 | Approved |
DS4Windows 2.1.23 | 388 | Saturday, December 26, 2020 | Approved |
DS4Windows 2.1.22 | 488 | Monday, December 14, 2020 | Approved |
DS4Windows 2.1.19 | 533 | Monday, November 30, 2020 | Approved |
DS4Windows 2.1.17 | 456 | Friday, November 20, 2020 | Approved |
DS4Windows 2.1.16 | 448 | Wednesday, November 11, 2020 | Approved |
DS4Windows 2.1.15 | 783 | Monday, October 5, 2020 | Approved |
DS4Windows 2.1.14 | 362 | Monday, September 28, 2020 | Approved |
DS4Windows 2.1.13 | 453 | Tuesday, September 15, 2020 | Approved |
DS4Windows 2.1.11 | 148 | Monday, September 14, 2020 | Approved |
DS4Windows 2.1.9 | 450 | Thursday, September 3, 2020 | Approved |
DS4Windows 2.1.7 | 258 | Monday, August 31, 2020 | Approved |
DS4Windows 2.1.5 | 33 | Monday, August 10, 2020 | Approved |
DS4Windows 2.1.4 | 805 | Monday, July 6, 2020 | Approved |
DS4Windows 2.1.3 | 485 | Thursday, June 18, 2020 | Approved |
DS4Windows 2.1.2 | 458 | Tuesday, June 2, 2020 | Approved |
DS4Windows 2.1.1 | 478 | Saturday, May 16, 2020 | Approved |
DS4Windows 2.1.0 | 421 | Monday, May 4, 2020 | Approved |
DS4Windows 2.0.16 | 506 | Monday, April 13, 2020 | Approved |
DS4Windows 2.0.15 | 311 | Tuesday, April 7, 2020 | Approved |
DS4Windows 2.0.14 | 378 | Thursday, March 26, 2020 | Approved |
DS4Windows 2.0.13 | 390 | Saturday, March 14, 2020 | Approved |
DS4Windows 2.0.12 | 311 | Saturday, March 7, 2020 | Approved |
DS4Windows 2.0.11 | 318 | Friday, February 28, 2020 | Approved |
DS4Windows 2.0.10 | 381 | Saturday, February 15, 2020 | Approved |
DS4Windows 2.0.9 | 225 | Tuesday, February 11, 2020 | Approved |
DS4Windows 2.0.8 | 364 | Thursday, January 30, 2020 | Approved |
DS4Windows 2.0.7 | 129 | Wednesday, January 29, 2020 | Approved |
DS4Windows 2.0.6 | 181 | Monday, January 27, 2020 | Approved |
DS4Windows 2.0.5 | 298 | Monday, January 20, 2020 | Approved |
DS4Windows 2.0.4 | 341 | Saturday, January 11, 2020 | Approved |
DS4Windows 2.0.3 | 333 | Wednesday, January 1, 2020 | Approved |
DS4Windows 2.0.2 | 106 | Tuesday, December 31, 2019 | Approved |
DS4Windows 2.0.1 | 64 | Monday, December 30, 2019 | Approved |
DS4Windows 2.0.0 | 241 | Friday, December 27, 2019 | Approved |
DS4Windows 1.7.28 | 287 | Friday, December 20, 2019 | Approved |
DS4Windows 1.7.27 | 104 | Thursday, December 19, 2019 | Approved |
DS4Windows 1.7.25 | 138 | Wednesday, December 18, 2019 | Approved |
DS4Windows 1.7.24 | 257 | Thursday, December 12, 2019 | Approved |
DS4Windows 1.7.23 | 361 | Tuesday, November 26, 2019 | Approved |
DS4Windows 1.7.22 | 297 | Friday, November 15, 2019 | Approved |
DS4Windows 1.7.21 | 294 | Saturday, November 2, 2019 | Approved |
DS4Windows 1.7.20 | 200 | Monday, October 28, 2019 | Approved |
DS4Windows 1.7.19 | 205 | Wednesday, October 23, 2019 | Approved |
DS4Windows 1.7.18 | 138 | Tuesday, October 22, 2019 | Approved |
DS4Windows 1.7.17 | 415 | Monday, September 16, 2019 | Approved |
DS4Windows 1.7.16 | 310 | Monday, September 2, 2019 | Approved |
DS4Windows 1.7.15 | 337 | Tuesday, August 13, 2019 | Approved |
DS4Windows 1.7.14 | 306 | Wednesday, July 31, 2019 | Approved |
DS4Windows 1.7.13 | 160 | Tuesday, July 30, 2019 | Approved |
DS4Windows 1.7.12 | 349 | Monday, July 8, 2019 | Approved |
DS4Windows 1.7.11 | 275 | Tuesday, June 25, 2019 | Approved |
DS4Windows 1.7.10 | 316 | Monday, June 10, 2019 | Approved |
DS4Windows 1.7.9 | 275 | Tuesday, May 28, 2019 | Approved |
DS4Windows 1.7.8 | 345 | Monday, May 6, 2019 | Approved |
DS4Windows 1.7.7 | 252 | Monday, April 29, 2019 | Approved |
DS4Windows 1.7.5 | 242 | Monday, April 22, 2019 | Approved |
DS4Windows 1.7.4 | 160 | Saturday, April 20, 2019 | Approved |
DS4Windows 1.7.3 | 304 | Friday, April 5, 2019 | Approved |
DS4Windows 1.7.2 | 254 | Monday, March 25, 2019 | Approved |
DS4Windows 1.7.1 | 198 | Saturday, March 23, 2019 | Approved |
DS4Windows 1.7.0 | 173 | Thursday, March 21, 2019 | Approved |
DS4Windows 1.6.14 | 183 | Monday, March 18, 2019 | Approved |
DS4Windows 1.6.13 | 207 | Monday, March 11, 2019 | Approved |
DS4Windows 1.6.12 | 285 | Tuesday, February 26, 2019 | Approved |
DS4Windows 1.6.11 | 241 | Monday, February 18, 2019 | Approved |
DS4Windows 1.6.10 | 238 | Monday, February 11, 2019 | Approved |
DS4Windows 1.6.9 | 174 | Saturday, February 9, 2019 | Approved |
DS4Windows 1.6.8 | 280 | Monday, January 28, 2019 | Approved |
DS4Windows 1.6.7 | 254 | Friday, January 18, 2019 | Approved |
DS4Windows 1.6.6 | 201 | Monday, January 14, 2019 | Approved |
DS4Windows 1.6.5 | 200 | Friday, January 11, 2019 | Approved |
DS4Windows 1.6.4 | 168 | Thursday, January 10, 2019 | Approved |
DS4Windows 1.6.3 | 198 | Monday, January 7, 2019 | Approved |
DS4Windows 1.6.2 | 236 | Tuesday, January 1, 2019 | Approved |
DS4Windows 1.6.1 | 247 | Tuesday, December 25, 2018 | Approved |
DS4Windows 1.6.0 | 204 | Wednesday, December 19, 2018 | Approved |
DS4Windows 1.5.19 | 174 | Monday, December 17, 2018 | Approved |
DS4Windows 1.5.18 | 231 | Sunday, December 9, 2018 | Approved |
DS4Windows 1.5.17 | 228 | Friday, November 30, 2018 | Approved |
DS4Windows 1.5.16 | 237 | Tuesday, November 20, 2018 | Approved |
DS4Windows 1.5.15 | 235 | Thursday, November 8, 2018 | Approved |
DS4Windows 1.5.14 | 239 | Sunday, October 28, 2018 | Approved |
DS4Windows 1.5.13 | 197 | Sunday, October 21, 2018 | Approved |
DS4Windows 1.5.11 | 193 | Tuesday, October 16, 2018 | Approved |
DS4Windows 1.5.9 | 262 | Tuesday, October 9, 2018 | Approved |
DS4Windows 1.5.8 | 447 | Monday, August 27, 2018 | Approved |
DS4Windows 1.5.6 | 226 | Monday, August 20, 2018 | Approved |
DS4Windows 1.5.5 | 203 | Tuesday, August 14, 2018 | Approved |
DS4Windows 1.5.4 | 180 | Monday, August 13, 2018 | Approved |
DS4Windows 1.5.3 | 172 | Thursday, August 9, 2018 | Approved |
DS4Windows 1.5.2 | 268 | Thursday, August 2, 2018 | Approved |
DS4Windows 1.5.1 | 184 | Monday, July 30, 2018 | Approved |
DS4Windows 1.5.0 | 241 | Monday, July 23, 2018 | Approved |
DS4Windows 1.4.123 | 220 | Thursday, July 19, 2018 | Approved |
DS4Windows 1.4.121 | 284 | Monday, June 25, 2018 | Approved |
DS4Windows 1.4.120 | 316 | Wednesday, June 6, 2018 | Approved |
DS4Windows 1.4.119 | 256 | Friday, May 25, 2018 | Approved |
DS4Windows 1.4.118 | 407 | Tuesday, April 17, 2018 | Approved |
DS4Windows 1.4.117 | 274 | Wednesday, April 11, 2018 | Approved |
DS4Windows 1.4.116 | 340 | Wednesday, March 21, 2018 | Approved |
DS4Windows 1.4.115 | 308 | Monday, March 12, 2018 | Approved |
DS4Windows 1.4.113 | 268 | Wednesday, March 7, 2018 | Approved |
DS4Windows 1.4.112 | 341 | Friday, February 23, 2018 | Approved |
DS4Windows 1.4.111 | 305 | Monday, February 12, 2018 | Approved |
DS4Windows 1.4.110 | 266 | Wednesday, February 7, 2018 | Approved |
DS4Windows 1.4.109 | 360 | Wednesday, January 17, 2018 | Approved |
DS4Windows 1.4.108 | 292 | Monday, January 8, 2018 | Approved |
DS4Windows 1.4.107 | 367 | Wednesday, December 20, 2017 | Approved |
DS4Windows 1.4.106 | 302 | Wednesday, December 13, 2017 | Approved |
DS4Windows 1.4.104 | 253 | Monday, December 11, 2017 | Approved |
DS4Windows 1.4.102 | 280 | Wednesday, December 6, 2017 | Approved |
DS4Windows 1.4.101 | 293 | Monday, November 27, 2017 | Approved |
DS4Windows 1.4.100 | 310 | Wednesday, November 15, 2017 | Approved |
DS4Windows 1.4.99 | 308 | Friday, November 3, 2017 | Approved |
DS4Windows 1.4.98 | 301 | Friday, October 27, 2017 | Approved |
DS4Windows 1.4.97 | 355 | Saturday, October 14, 2017 | Approved |
DS4Windows 1.4.96 | 279 | Saturday, October 7, 2017 | Approved |
DS4Windows 1.4.95 | 344 | Thursday, September 21, 2017 | Approved |
DS4Windows 1.4.94 | 331 | Tuesday, September 12, 2017 | Approved |
DS4Windows 1.4.93 | 282 | Friday, September 8, 2017 | Approved |
DS4Windows 1.4.92 | 282 | Tuesday, August 29, 2017 | Approved |
DS4Windows 1.4.89 | 312 | Wednesday, August 23, 2017 | Approved |
DS4Windows 1.4.88 | 309 | Thursday, August 17, 2017 | Approved |
DS4Windows 1.4.87 | 304 | Friday, July 28, 2017 | Approved |
DS4Windows 1.4.86 | 321 | Friday, July 21, 2017 | Approved |
DS4Windows 1.4.85 | 283 | Saturday, July 15, 2017 | Approved |
DS4Windows 1.4.84 | 397 | Sunday, July 9, 2017 | Approved |
DS4Windows 1.4.83 | 294 | Friday, June 30, 2017 | Approved |
DS4Windows 1.4.82 | 287 | Friday, June 30, 2017 | Approved |
DS4Windows 1.4.81 | 286 | Tuesday, June 27, 2017 | Approved |
DS4Windows 1.4.3 | 641 | Sunday, November 29, 2015 | Approved |
Copyright (c) 2019 Travis Nickles
-
- netfx-4.6.2 (≥ 4.6.2.20190930)
- vcredist140 (≥ 14.26.28720.3)
Ground Rules:
- This discussion is only about DS4Windows and the DS4Windows 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 DS4Windows, 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.