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...

Downloads:
45,242
Downloads of v 6.78:
522
Last Update:
01 Dec 2017
Package Maintainer(s):
Software Author(s):
- Nenad Hrg
Tags:
qdir file manager managment explorer utility admin- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Q-Dir (Install)
This is not the latest version of Q-Dir (Install) available.
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
45,242
Downloads of v 6.78:
522
Software Author(s):
- Nenad Hrg
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.
Q-Dir (Install) 6.78
This is not the latest version of Q-Dir (Install) available.
All Checks are Passing
2 Passing Test
To install Q-Dir (Install), run the following command from the command line or from PowerShell:
To upgrade Q-Dir (Install), run the following command from the command line or from PowerShell:
To uninstall Q-Dir (Install), 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 qdir --internalize --version=6.78 --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 qdir -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 qdir -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 qdir installed
win_chocolatey:
name: qdir
state: present
version: 6.78
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 'qdir' do
action :install
version '6.78'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: qdir,
Version: 6.78,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller qdir
{
Name = 'qdir'
Ensure = 'Present'
Version = '6.78'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qdir':
provider => 'chocolatey',
ensure => '6.78',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install qdir version="6.78" 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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 01 Dec 2017.
Q-Dir (the Quad Explorer) makes your files and folder easy to manage, as an installed or portable Windows program.
Fast and easy access to your hard disks, network folders, USB-Stiks, floppy disks and other storage devices.
Q-Dir i a good file manager with an amazing Quadro-View technique.
You don't have to renounce the usual, Drag and Drop, all Views, and other functions of your system.
No! Q-Dir gives you other nice functions, that make you happy.
One can save many hand moves and also time!
Q-Dir does not have to be installed and can be executed easily from the desktop, and can be carried on a small usb-stick or other memory device.
**BCURRAN3'S PACKAGE NOTES:**
* This program is updated semi-frequently. The download URL in this package will always download the latest version. Versions of the proram released after this package will fail checksums. If you get an error installing this package please try --ignore-checksums and open a GitHub Issue requesting the package to be updated.
* At some point in the future this package will be setup for creation by Auto Update (when I figure it out) which will solve the above problem.
* To change your language from German, click Datei from the menus, then Sprache, then choose your language.
Like my [packages](https://chocolatey.org/profiles/bcurran3)?
Find them useful?
**Want to buy me a beer?**
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4ECL3UCG5CGB6)
If applicable, please always consider donating to the developer or purchasing the software first - this includes Chocolatey licensed editions.
$ErrorActionPreference = 'Stop'
$packageName = 'qdir'
$softwareName = 'Q-Dir'
$installerType = 'EXE'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.softwareok.com/Download/Q-Dir_Installer.zip'
$checksum = 'EAF572A4EA187BDBCF818309AD4F21B73242C96031DE5614E20F8C2AB8A653BA'
$url64 = 'http://www.softwareok.com/Download/Q-Dir_Installer_x64.zip'
$checksum64 = 'B3A0EFFFC1051BA7F74F0E6CFF1986E38B21BE6554F33FA6F572133A97635AF9'
$silentArgs = '/S'
$validExitCodes = @(0,1)
$bits = Get-ProcessorBits
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'ZIP'
url = $url
checksum = $checksum
checksumType = 'sha256'
url64 = $url64
checksum64 = $checksum64
checksumType64 = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
if ($bits -eq 64)
{
$fileLocation = "$toolsDir\Q-Dir_Installer_x64.exe"
} else {
$fileLocation = "$toolsDir\Q-Dir_Installer_UC.exe"
}
$packageArgs = @{
packageName = $packageName
fileType = 'EXE'
file = $fileLocation
silentArgs = $silentArgs
validExitCodes= $validExitCodes
softwareName = $softwareName
}
Install-ChocolateyInstallPackage @packageArgs
Remove-Item $fileLocation | out-null
Log in or click on link to see number of positives.
- qdir.6.78.nupkg (70192069e253) - ## / 61
- Q-Dir_Installer_x64.zip (b3a0efffc105) - ## / 62
- Q-Dir_Installer.zip (eaf572a4ea18) - ## / 63
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 |
---|---|---|---|
Q-Dir (Install) 9.09 | 455 | Monday, January 11, 2021 | Approved |
Q-Dir (Install) 9.08.1 | 366 | Tuesday, January 5, 2021 | Approved |
Q-Dir (Install) 9.07 | 470 | Saturday, December 26, 2020 | Approved |
Q-Dir (Install) 9.05 | 311 | Monday, December 21, 2020 | Approved |
Q-Dir (Install) 8.99.9 | 710 | Friday, November 20, 2020 | Approved |
Q-Dir (Install) 8.99.2 | 283 | Monday, November 16, 2020 | Approved |
Q-Dir (Install) 8.97 | 737 | Wednesday, October 21, 2020 | Approved |
Q-Dir (Install) 8.96 | 426 | Wednesday, October 14, 2020 | Approved |
Q-Dir (Install) 8.93 | 619 | Wednesday, September 23, 2020 | Approved |
Q-Dir (Install) 8.91 | 414 | Tuesday, September 15, 2020 | Approved |
Q-Dir (Install) 8.88 | 414 | Tuesday, September 8, 2020 | Approved |
Q-Dir (Install) 8.77 | 459 | Thursday, August 27, 2020 | Approved |
Q-Dir (Install) 8.69 | 571 | Sunday, August 9, 2020 | Approved |
Q-Dir (Install) 8.66 | 304 | Wednesday, August 5, 2020 | Approved |
Q-Dir (Install) 8.55 | 653 | Monday, July 13, 2020 | Approved |
Q-Dir (Install) 8.51 | 36 | Tuesday, July 7, 2020 | Approved |
Q-Dir (Install) 8.37 | 778 | Sunday, June 7, 2020 | Approved |
Q-Dir (Install) 8.33 | 456 | Thursday, May 28, 2020 | Approved |
Q-Dir (Install) 8.15 | 653 | Thursday, May 7, 2020 | Approved |
Q-Dir (Install) 8.04 | 781 | Wednesday, April 1, 2020 | Approved |
Q-Dir (Install) 8.01 | 802 | Thursday, February 27, 2020 | Approved |
Q-Dir (Install) 7.99 | 950 | Saturday, December 21, 2019 | Approved |
Q-Dir (Install) 7.97 | 547 | Monday, December 2, 2019 | Approved |
Q-Dir (Install) 7.95 | 437 | Wednesday, November 20, 2019 | Approved |
Q-Dir (Install) 7.94 | 376 | Wednesday, November 13, 2019 | Approved |
Q-Dir (Install) 7.92 | 449 | Monday, November 4, 2019 | Approved |
Q-Dir (Install) 7.91.1 | 381 | Monday, October 28, 2019 | Approved |
Q-Dir (Install) 7.89 | 388 | Monday, October 21, 2019 | Approved |
Q-Dir (Install) 7.85 | 490 | Thursday, October 3, 2019 | Approved |
Q-Dir (Install) 7.84 | 268 | Monday, September 30, 2019 | Approved |
Q-Dir (Install) 7.83 | 395 | Sunday, September 22, 2019 | Approved |
Q-Dir (Install) 7.82 | 332 | Monday, September 16, 2019 | Approved |
Q-Dir (Install) 7.78 | 458 | Wednesday, September 4, 2019 | Approved |
Q-Dir (Install) 7.77 | 273 | Sunday, September 1, 2019 | Approved |
Q-Dir (Install) 7.76 | 430 | Wednesday, August 28, 2019 | Approved |
Q-Dir (Install) 7.75 | 364 | Wednesday, August 21, 2019 | Approved |
Q-Dir (Install) 7.74 | 262 | Monday, August 19, 2019 | Approved |
Q-Dir (Install) 7.73 | 409 | Tuesday, August 6, 2019 | Approved |
Q-Dir (Install) 7.72 | 261 | Saturday, August 3, 2019 | Approved |
Q-Dir (Install) 7.71 | 237 | Wednesday, July 31, 2019 | Approved |
Q-Dir (Install) 7.69 | 288 | Friday, July 26, 2019 | Approved |
Q-Dir (Install) 7.68 | 287 | Sunday, July 21, 2019 | Approved |
Q-Dir (Install) 7.66 | 392 | Wednesday, July 10, 2019 | Approved |
Q-Dir (Install) 7.65 | 343 | Wednesday, July 3, 2019 | Approved |
Q-Dir (Install) 7.64 | 342 | Thursday, June 27, 2019 | Approved |
Q-Dir (Install) 7.58 | 280 | Sunday, June 23, 2019 | Approved |
Q-Dir (Install) 7.55 | 537 | Tuesday, May 28, 2019 | Approved |
Q-Dir (Install) 7.52 | 531 | Tuesday, May 7, 2019 | Approved |
Q-Dir (Install) 7.51 | 492 | Saturday, April 20, 2019 | Approved |
Q-Dir (Install) 7.47 | 731 | Wednesday, March 13, 2019 | Approved |
Q-Dir (Install) 7.46 | 345 | Wednesday, March 6, 2019 | Approved |
Q-Dir (Install) 7.45 | 338 | Friday, February 22, 2019 | Approved |
Q-Dir (Install) 7.44 | 414 | Sunday, February 17, 2019 | Approved |
Q-Dir (Install) 7.43 | 321 | Saturday, February 9, 2019 | Approved |
Q-Dir (Install) 7.41 | 412 | Thursday, January 24, 2019 | Approved |
Q-Dir (Install) 7.37 | 346 | Monday, January 14, 2019 | Approved |
Q-Dir (Install) 7.36 | 167 | Sunday, January 13, 2019 | Approved |
Q-Dir (Install) 7.35 | 361 | Thursday, December 27, 2018 | Approved |
Q-Dir (Install) 7.34 | 289 | Thursday, December 20, 2018 | Approved |
Q-Dir (Install) 7.33 | 221 | Tuesday, December 18, 2018 | Approved |
Q-Dir (Install) 7.31 | 287 | Wednesday, December 12, 2018 | Approved |
Q-Dir (Install) 7.29 | 244 | Saturday, December 8, 2018 | Approved |
Q-Dir (Install) 7.25 | 481 | Thursday, November 1, 2018 | Approved |
Q-Dir (Install) 7.24 | 312 | Thursday, October 18, 2018 | Approved |
Q-Dir (Install) 7.22 | 230 | Friday, October 5, 2018 | Approved |
Q-Dir (Install) 7.21 | 381 | Monday, September 24, 2018 | Approved |
Q-Dir (Install) 7.13 | 422 | Tuesday, September 4, 2018 | Approved |
Q-Dir (Install) 7.12 | 311 | Friday, August 24, 2018 | Approved |
Q-Dir (Install) 7.11 | 1254 | Sunday, July 22, 2018 | Approved |
Q-Dir (Install) 7.09 | 315 | Sunday, July 15, 2018 | Approved |
Q-Dir (Install) 7.08 | 350 | Sunday, July 1, 2018 | Approved |
Q-Dir (Install) 7.07 | 399 | Saturday, June 23, 2018 | Approved |
Q-Dir (Install) 7.06 | 410 | Tuesday, June 5, 2018 | Approved |
Q-Dir (Install) 7.02 | 598 | Tuesday, May 8, 2018 | Approved |
Q-Dir (Install) 7.01 | 311 | Tuesday, May 1, 2018 | Approved |
Q-Dir (Install) 6.99.2 | 325 | Saturday, April 21, 2018 | Approved |
Q-Dir (Install) 6.96 | 576 | Thursday, March 15, 2018 | Approved |
Q-Dir (Install) 6.91 | 292 | Monday, March 12, 2018 | Approved |
Q-Dir (Install) 6.85 | 639 | Wednesday, February 7, 2018 | Approved |
Q-Dir (Install) 6.84 | 422 | Saturday, January 20, 2018 | Approved |
Q-Dir (Install) 6.82 | 577 | Thursday, December 28, 2017 | Approved |
Q-Dir (Install) 6.78 | 522 | Friday, December 1, 2017 | Approved |
Q-Dir (Install) 6.77 | 404 | Sunday, November 26, 2017 | Approved |
Q-Dir (Install) 6.73 | 521 | Saturday, November 4, 2017 | Approved |
Q-Dir (Install) 6.71 | 464 | Thursday, October 5, 2017 | Approved |
Q-Dir (Install) 6.69.1 | 377 | Tuesday, September 19, 2017 | Approved |
Q-Dir (Install) 6.67 | 479 | Wednesday, August 23, 2017 | Approved |
Q-Dir (Install) 6.58 | 668 | Monday, July 3, 2017 | Approved |
Q-Dir (Install) 6.57 | 469 | Friday, June 2, 2017 | Approved |
Q-Dir (Install) 6.51 | 567 | Sunday, April 16, 2017 | Approved |
Q-Dir (Install) 6.49.7 | 371 | Monday, April 3, 2017 | Approved |
Q-Dir 6.39 | 934 | Monday, October 10, 2016 | Approved |
Q-Dir 6.38 | 529 | Wednesday, September 7, 2016 | Approved |
Q-Dir 6.33 | 459 | Thursday, April 14, 2016 | Approved |
Q-Dir 6.32 | 370 | Sunday, March 20, 2016 | Approved |
Q-Dir 6.31 | 366 | Wednesday, March 16, 2016 | Approved |
Q-Dir 6.28 | 287 | Thursday, March 10, 2016 | Approved |
Q-Dir 6.26 | 336 | Thursday, March 3, 2016 | Approved |
Q-Dir 6.22 | 331 | Tuesday, December 1, 2015 | Approved |
Q-Dir 6.19 | 291 | Tuesday, November 3, 2015 | Approved |
Q-Dir 6.14 | 254 | Thursday, July 23, 2015 | Approved |
Q-Dir 6.12 | 283 | Thursday, June 18, 2015 | Approved |
Q-Dir 6.11 | 315 | Saturday, May 9, 2015 | Approved |
Q-Dir 6.10 | 294 | Tuesday, April 14, 2015 | Approved |
by Nenad Hrg softwareok.de
This package has no dependencies.
Ground Rules:
- This discussion is only about Q-Dir (Install) and the Q-Dir (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 Q-Dir (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.