Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Q-Dir

  • 1
  • 2
  • 3

12.18.0 | Updated: 25 Apr 2025

Downloads:

132,963

Downloads of v 12.18.0:

654

Software Author(s):

  • Nenad Hrg

Q-Dir 12.18.0

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Nenad Hrg. The inclusion of Nenad Hrg trademark(s), if any, upon this webpage is solely to identify Nenad Hrg 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


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Q-Dir, run the following command from the command line or from PowerShell:

>

To upgrade Q-Dir, run the following command from the command line or from PowerShell:

>

To uninstall Q-Dir, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade qdir -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 qdir -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 qdir
  win_chocolatey:
    name: qdir
    version: '12.18.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'qdir' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '12.18.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller qdir
{
    Name     = "qdir"
    Version  = "12.18.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'qdir':
  ensure   => '12.18.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.

Package Approved

This package was approved as a trusted package on 25 Apr 2025.

Description

The Quad-Directory-Explorer makes your files and folders easy to manage, either installed or as a Portable Windows program as an alternative Freeware to Windows File Explorer.

Fast and easy access to your hard disks ergo advanced file management for network folders, USB-sticks, floppy disks and other storage devices.

Screenshot of Q-Dir

Key features

Language options

By default, this package will install the English (US) language version. Other language installations can be requested using the Language Package Parameter with a language code:

  • ar = Arabic
  • bg = Bulgarian
  • zh-CN = Chinese (Simplified)
  • zh-TW = Chinese (Traditional)
  • hr = Croatian
  • cs = Czech
  • da = Danish
  • nl = Dutch
  • en = English
  • en-GB = English (UK)
  • et = Estonian
  • fil = Filipino
  • fi = Finnish
  • fr = French
  • de = German
  • el = Greek
  • hu = Hungarian
  • id = Indonesian
  • it = Italian
  • ja = Japanese
  • ko = Korean
  • ms = Malay
  • nb = Norsk (BokmÃ¥l)
  • fa = Persian
  • pl = Polish
  • pt-BR = Portuguese (Brazil)
  • ro = Romanian
  • ru = Russian
  • sr = Serbian
  • sk = Slovak
  • sl = Slovenian
  • es = Spanish
  • es-AR = Spanish (Argentinean)
  • es-CO = Spanish (Columbian)
  • sv = Swedish
  • tr = Turkish
  • uk = Ukrainian

Example: choco install qdir --params="'/Language:es'"


NOTE: At this time, the Q-Dir uninstall is not silent and requires user interaction.


legal\LICENSE.txt
From: http://www.softwareok.com/?seite=Freeware/Q-Dir/Eula
==========================================================

The Q-Dir - End User License Agreement

End User License Agreement
==========================

LICENSE HRG NENAD (SOFTWAREOK.COM)
THIS SOFTWARE IS FREEWARE


This software is the property of Hrg Nenad (softwareok.com) and its suppliers 
and is protected by copyright law and international treaty provisions. 

You may distribute an unlimited number of unmodified , copies of the software 
to anyone you wish ! 

You are not allowed to sell this software!

You may not decompile, reverse engineer or disassemble this software and any 
executable part of this software. 

THE SOFTWARE PROVIDED TO YOU AS IS WITHOUT WARRANTY OF ANY KIND, ANY SPECIAL,
INCIDENTAL,EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. YOU 
ASSUME THE ENTIRE RISK AS TO THE ACCURACY AND THE USE OF THIS SOFTWARE. 

HRG NENAD (SOFTWAREOK.COM) SHALL NOT BE LIABLE FOR ANY DAMAGES WHATSOEVER 
ARISING OUT OF THE USE OF OR INABILITY TO USE OF THIS SOFTWARE, EVEN IF HRG 
NENAD (SOFTWAREOK.COM) HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 

NON-ACCEPTANCE OR VIOLATION OF ANY OF THE ABOVE TERMS IMMEDIATELY AND 
UNCONDITIONALLY WILL TERMINATE YOUR LICENSE. 

legal\VERIFICATION.md
# VERIFICATION
Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy.

## Download
The latest version can be downloaded from the official download page:
- https://www.softwareok.com/?Download=Q-Dir

or directly:
- Version      : 12.18
- x86 URL      : http://www.softwareok.com/Download/Q-Dir_Installer.zip
- x86 CheckSum : 169153D4F6D89707686C79703A8B6F2F9DAB063DC82910D24AEB969F184B46D8
- x64 URL      : http://www.softwareok.com/Download/Q-Dir_Installer_x64.zip
- x64 CheckSum : D55EB17AD40F1831F8D4493D28607C7BD6C5D95F4EDEC48AB108DC7445ED4C24

## Verify
You can use one of the following methods to obtain the checksum:
1. Use powershell function 'Get-Filehash'
2. Use chocolatey utility 'checksum.exe'


## License
The contents of the file 'LICENSE.txt' comes from:
- http://www.softwareok.com/?seite=Freeware/Q-Dir/Eula
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$ZipFiles = Get-ChildItem -Path $toolsDir -filter '*.zip' |
                  Sort-Object lastwritetime | Select-Object -Last 2 -ExpandProperty FullName

$UnZipArgs = @{
   packageName      = $env:ChocolateyPackageName
   FileFullPath     = $ZipFiles | Where-Object {$_ -notmatch 'x64'}
   FileFullPath64   = $ZipFiles | Where-Object {$_ -match 'x64'}
   Destination      = Join-Path $env:TEMP "$($env:ChocolateyPackageName)_v$env:ChocolateyPackageVersion"
}
Get-ChocolateyUnzip @UnZipArgs

$pp = Get-PackageParameters
if ($pp['Language']) { 
   $LanguageTable = @{
   'ar' = @('Arabic','25')
   'bg' = @('Bulgarian','32')
   'zh-CN' = @('Chinese (Simplified)',' 9')
   'zh-TW' = @('Chinese (Traditional)','5')
   'hr' = @('Croatian','23')
   'cs' = @('Czech','16')
   'da' = @('Danish','17')
   'nl' = @('Dutch','11')
   'en' = @('English','1')
   'en-GB' = @('English (UK)','28')
   'et' = @('Estonian','27')
   'fil' = @('Filipino','35')
   'fi' = @('Finnish','21')
   'fr' = @('French','2')
   'de' = @('German','0')
   'el' = @('Greek','13')
   'hu' = @('Hungarian','22')
   'id' = @('Indonesian','34')
   'it' = @('Italian','3')
   'ja' = @('Japanese','6')
   'ko' = @('Korean','7')
   'ms' = @('Malay','33')
   'nb' = @('Norsk (Bokmål)','29')
   'fa' = @('Persian','36')
   'pl' = @('Polish','8')
   'pt-BR' = @('Portuguese (Brazil)','18')
   'ro' = @('Romanian','19')
   'ru' = @('Russian','10')
   'sr' = @('Serbian','30')
   'sk' = @('Slovak','15')
   'sl' = @('Slovenian','24')
   'es' = @('Spanish','4')
   'es-AR' = @('Spanish (Argentinean)','14')
   'es-CO' = @('Spanish (Columbian)','31')
   'sv' = @('Swedish','20')
   'tr' = @('Turkish','12')
   'uk' = @('Ukrainian','26')
   }
   if ($LanguageTable."$($pp['Language'])") {
      $note = "Language code '{0}', '{1}' requested." -f $pp['Language'],$LanguageTable."$($pp['Language'])"[0]
      Write-Host $note -ForegroundColor Cyan
      $SilentArgs = "/silent admin nodesktop langid={0}" -f $LanguageTable."$($pp['Language'])"[1]
   } else {
      Throw "Language code '$($pp['Language'])' is not recognized."
   }
} else {
   Write-Verbose 'Default English language will be installed.'
   $SilentArgs = '/S admin nodesktop langid=1'
}

$InstallArgs = @{
   packageName   = $env:ChocolateyPackageName 
   fileType      = 'EXE'
   file          = (Get-ChildItem $UnZipArgs.Destination -Filter '*.exe' -Recurse).FullName
   file64        = (Get-ChildItem $UnZipArgs.Destination -Filter '*.exe' -Recurse).FullName
   silentArgs    = $SilentArgs
   validExitCodes= @(0,1)
}
Install-ChocolateyInstallPackage @InstallArgs
Remove-Item $UnZipArgs.Destination -Recurse -Force

$ZipFiles | ForEach-Object {Remove-Item $_ -Force}

# This allows Q-Dir to be called from the command line.
Install-BinFile -Name qdir -Path "$env:ProgramFiles\Q-Dir\Q-Dir.exe"

tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop'

$packageArgs = @{
  packageName   = $env:ChocolateyPackageName
  file          = "$env:ProgramFiles\Q-Dir\Q-Dir.exe"
  softwareName  = 'Q-Dir*'
  fileType      = 'EXE'
  silentArgs    = '-uninstall'
  validExitCodes= @(0,1)
}
Uninstall-ChocolateyPackage @packageArgs

Uninstall-BinFile 'qdir'
tools\Q-Dir_Installer.zip
md5: 8FD2AB16F5DD43C5C1D53D3C5932CD44 | sha1: 65C6631A65ADBB64A58E2CC124B6C9615B9C95D6 | sha256: 169153D4F6D89707686C79703A8B6F2F9DAB063DC82910D24AEB969F184B46D8 | sha512: 15A20437812024B4867688D8822A649C6FA7201CD50499404A70C34B872EF22CD4F5E0BAED3C7C2614C09E753DE633C6A1176B590AB194694211E7F17EDCADEE
tools\Q-Dir_Installer_x64.zip
md5: C16DFB50B1286678AD2A7AF3AF1150F5 | sha1: 2068DC58C291DF9CA089694233FA71DBB143E72D | sha256: D55EB17AD40F1831F8D4493D28607C7BD6C5D95F4EDEC48AB108DC7445ED4C24 | sha512: 2DB289D114B78B3E80D8F86312468EBA4CDB8591A34A2ACCBCA8383CAA4FA352FCC17F53C57F2DA0D67849BBDAA1C5EFC586D098E52A37E1B465402D70A2F196

Log in or click on link to see number of positives.

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
Q-Dir 12.15.0 631 Friday, April 11, 2025 Approved
Q-Dir 12.13.0 723 Monday, March 24, 2025 Approved
Q-Dir 12.12.0 746 Friday, March 7, 2025 Approved
Q-Dir 12.11.0 619 Monday, February 24, 2025 Approved
Q-Dir 11.98.0 926 Monday, January 27, 2025 Approved
Q-Dir 11.97.0 655 Monday, January 13, 2025 Approved
Q-Dir 11.96.0 625 Thursday, January 2, 2025 Approved
Q-Dir 11.95.0 557 Friday, December 20, 2024 Approved
Q-Dir 11.91.0 771 Monday, December 2, 2024 Approved
Q-Dir 11.89.0 585 Friday, November 22, 2024 Approved
Q-Dir 11.88.0 568 Thursday, November 14, 2024 Approved
Q-Dir 11.86.0 850 Thursday, October 24, 2024 Approved
Q-Dir 11.84.0 621 Tuesday, October 15, 2024 Approved
Q-Dir 11.81.0 940 Monday, September 23, 2024 Approved
Q-Dir 11.75.0 836 Tuesday, September 3, 2024 Approved
Q-Dir 11.73.1 737 Monday, August 19, 2024 Approved
Q-Dir 11.72.1 725 Monday, August 5, 2024 Approved
Q-Dir 11.69.0 991 Friday, July 5, 2024 Approved
Q-Dir 11.68.0 742 Friday, June 21, 2024 Approved
Q-Dir 11.65.0 946 Friday, May 31, 2024 Approved
Q-Dir 11.64.0 746 Monday, May 20, 2024 Approved
Q-Dir 11.63.0 677 Monday, May 6, 2024 Approved
Q-Dir 11.61.0 828 Tuesday, April 23, 2024 Approved
Q-Dir 11.51.0 628 Wednesday, April 10, 2024 Approved
Q-Dir 11.48.0 1201 Friday, March 8, 2024 Approved
Q-Dir (Install) 11.46.0 1497 Sunday, January 14, 2024 Approved
Q-Dir (Install) 11.44.0 1729 Monday, October 30, 2023 Approved
Q-Dir (Install) 11.43.0 479 Wednesday, October 25, 2023 Approved
Q-Dir (Install) 11.42.0 515 Friday, October 20, 2023 Approved
Q-Dir (Install) 11.41.0 837 Saturday, October 14, 2023 Approved
Q-Dir (Install) 11.39.0 403 Thursday, October 12, 2023 Approved
Q-Dir (Install) 11.38.0 622 Saturday, October 7, 2023 Approved
Q-Dir (Install) 11.37.0 225 Friday, September 29, 2023 Approved
Q-Dir (Install) 11.36.0 67 Saturday, September 23, 2023 Approved
Q-Dir (Install) 11.35.0 909 Saturday, September 16, 2023 Approved
Q-Dir (Install) 11.34.0 457 Friday, September 8, 2023 Approved
Q-Dir (Install) 11.32.0 1208 Sunday, August 13, 2023 Approved
Q-Dir (Install) 11.31.0 64 Monday, August 7, 2023 Approved
Q-Dir (Install) 11.29.0 1428 Wednesday, June 14, 2023 Approved
Q-Dir (Install) 11.26 1549 Saturday, April 29, 2023 Approved
Q-Dir (Install) 11.24 879 Monday, April 17, 2023 Approved
Q-Dir (Install) 11.21 1041 Saturday, March 25, 2023 Approved
Q-Dir (Install) 11.19 1204 Monday, February 20, 2023 Approved
Q-Dir (Install) 11.17 1107 Tuesday, January 24, 2023 Approved
Q-Dir (Install) 11.16 1207 Saturday, December 24, 2022 Approved
Q-Dir (Install) 11.15 1095 Friday, December 2, 2022 Approved
Q-Dir (Install) 11.14 777 Monday, November 21, 2022 Approved
Q-Dir (Install) 11.13 1320 Saturday, October 15, 2022 Approved
Q-Dir (Install) 11.11 1010 Monday, September 26, 2022 Approved
Q-Dir (Install) 11.01 801 Wednesday, September 14, 2022 Approved
Q-Dir (Install) 10.99 924 Monday, August 29, 2022 Approved
Q-Dir (Install) 10.95 1256 Thursday, July 21, 2022 Approved
Q-Dir (Install) 10.91 932 Tuesday, July 5, 2022 Approved
Q-Dir (Install) 10.88 762 Saturday, June 25, 2022 Approved
Q-Dir (Install) 10.74 1389 Thursday, May 12, 2022 Approved
Q-Dir (Install) 10.71 683 Friday, May 6, 2022 Approved
Q-Dir (Install) 10.69 562 Tuesday, May 3, 2022 Approved
Q-Dir (Install) 10.67 888 Wednesday, April 20, 2022 Approved
Q-Dir (Install) 10.66 577 Friday, April 15, 2022 Approved
Q-Dir (Install) 10.65 1088 Friday, March 25, 2022 Approved
Q-Dir (Install) 10.63 779 Tuesday, March 15, 2022 Approved
Q-Dir (Install) 10.61 972 Monday, February 28, 2022 Approved
Q-Dir (Install) 10.59 766 Saturday, February 19, 2022 Approved
Q-Dir (Install) 10.56 1245 Tuesday, January 25, 2022 Approved
Q-Dir (Install) 10.51.0020211230 1147 Thursday, December 30, 2021 Approved
Q-Dir (Install) 10.45 818 Friday, December 17, 2021 Approved
Q-Dir (Install) 10.44 609 Tuesday, December 14, 2021 Approved
Q-Dir (Install) 9.98 1077 Friday, November 12, 2021 Approved
Q-Dir (Install) 9.96.1 793 Saturday, October 30, 2021 Approved
Q-Dir (Install) 9.96 430 Wednesday, October 27, 2021 Approved
Q-Dir (Install) 9.95 441 Sunday, October 24, 2021 Approved
Q-Dir (Install) 9.93 816 Sunday, October 10, 2021 Approved
Q-Dir (Install) 9.89 1005 Monday, September 13, 2021 Approved
Q-Dir (Install) 9.84 603 Saturday, September 4, 2021 Approved
Q-Dir (Install) 9.81 969 Tuesday, August 3, 2021 Approved
Q-Dir (Install) 9.79 678 Thursday, July 22, 2021 Approved
Q-Dir (Install) 9.61 878 Sunday, June 27, 2021 Approved
Q-Dir (Install) 9.55 519 Sunday, June 20, 2021 Approved
Q-Dir (Install) 9.51 740 Sunday, June 6, 2021 Approved
Q-Dir (Install) 9.49 762 Thursday, May 20, 2021 Approved
Q-Dir (Install) 9.44 695 Tuesday, May 11, 2021 Approved
Q-Dir (Install) 9.31 1039 Thursday, March 25, 2021 Approved
Q-Dir (Install) 9.21 996 Saturday, February 27, 2021 Approved
Q-Dir (Install) 9.15 673 Tuesday, February 16, 2021 Approved
Q-Dir (Install) 9.12 715 Thursday, February 4, 2021 Approved
Q-Dir (Install) 9.11 484 Sunday, January 31, 2021 Approved
Q-Dir (Install) 9.09 807 Monday, January 11, 2021 Approved
Q-Dir (Install) 9.08.1 485 Tuesday, January 5, 2021 Approved
Q-Dir (Install) 9.07 590 Saturday, December 26, 2020 Approved
Q-Dir (Install) 9.05 435 Monday, December 21, 2020 Approved
Q-Dir (Install) 8.99.9 854 Friday, November 20, 2020 Approved
Q-Dir (Install) 8.99.2 423 Monday, November 16, 2020 Approved
Q-Dir (Install) 8.97 866 Wednesday, October 21, 2020 Approved
Q-Dir (Install) 8.96 570 Wednesday, October 14, 2020 Approved
Q-Dir (Install) 8.93 751 Wednesday, September 23, 2020 Approved
Q-Dir (Install) 8.91 566 Tuesday, September 15, 2020 Approved
Q-Dir (Install) 8.88 575 Tuesday, September 8, 2020 Approved
Q-Dir (Install) 8.77 630 Thursday, August 27, 2020 Approved
Q-Dir (Install) 8.69 712 Sunday, August 9, 2020 Approved
Q-Dir (Install) 8.66 459 Wednesday, August 5, 2020 Approved
Q-Dir (Install) 8.55 794 Monday, July 13, 2020 Approved
Q-Dir (Install) 8.51 192 Tuesday, July 7, 2020 Approved
Q-Dir (Install) 8.37 922 Sunday, June 7, 2020 Approved
Q-Dir (Install) 8.33 599 Thursday, May 28, 2020 Approved
Q-Dir (Install) 8.15 789 Thursday, May 7, 2020 Approved
Q-Dir (Install) 8.04 935 Wednesday, April 1, 2020 Approved
Q-Dir (Install) 8.01 950 Thursday, February 27, 2020 Approved
Q-Dir (Install) 7.99 1125 Saturday, December 21, 2019 Approved
Q-Dir (Install) 7.97 727 Monday, December 2, 2019 Approved
Q-Dir (Install) 7.95 604 Wednesday, November 20, 2019 Approved
Q-Dir (Install) 7.94 526 Wednesday, November 13, 2019 Approved
Q-Dir (Install) 7.92 665 Monday, November 4, 2019 Approved
Q-Dir (Install) 7.91.1 538 Monday, October 28, 2019 Approved
Q-Dir (Install) 7.89 568 Monday, October 21, 2019 Approved
Q-Dir (Install) 7.85 643 Thursday, October 3, 2019 Approved
Q-Dir (Install) 7.84 433 Monday, September 30, 2019 Approved
Q-Dir (Install) 7.83 533 Sunday, September 22, 2019 Approved
Q-Dir (Install) 7.82 509 Monday, September 16, 2019 Approved
Q-Dir (Install) 7.78 620 Wednesday, September 4, 2019 Approved
Q-Dir (Install) 7.77 454 Sunday, September 1, 2019 Approved
Q-Dir (Install) 7.76 575 Wednesday, August 28, 2019 Approved
Q-Dir (Install) 7.75 532 Wednesday, August 21, 2019 Approved
Q-Dir (Install) 7.74 403 Monday, August 19, 2019 Approved
Q-Dir (Install) 7.73 575 Tuesday, August 6, 2019 Approved
Q-Dir (Install) 7.72 407 Saturday, August 3, 2019 Approved
Q-Dir (Install) 7.71 378 Wednesday, July 31, 2019 Approved
Q-Dir (Install) 7.69 463 Friday, July 26, 2019 Approved
Q-Dir (Install) 7.68 463 Sunday, July 21, 2019 Approved
Q-Dir (Install) 7.66 547 Wednesday, July 10, 2019 Approved
Q-Dir (Install) 7.65 509 Wednesday, July 3, 2019 Approved
Q-Dir (Install) 7.64 496 Thursday, June 27, 2019 Approved
Q-Dir (Install) 7.58 439 Sunday, June 23, 2019 Approved
Q-Dir (Install) 7.55 701 Tuesday, May 28, 2019 Approved
Q-Dir (Install) 7.52 674 Tuesday, May 7, 2019 Approved
Q-Dir (Install) 7.51 662 Saturday, April 20, 2019 Approved
Q-Dir (Install) 7.47 868 Wednesday, March 13, 2019 Approved
Q-Dir (Install) 7.46 501 Wednesday, March 6, 2019 Approved
Q-Dir (Install) 7.45 490 Friday, February 22, 2019 Approved
Q-Dir (Install) 7.44 600 Sunday, February 17, 2019 Approved
Q-Dir (Install) 7.43 483 Saturday, February 9, 2019 Approved
Q-Dir (Install) 7.41 564 Thursday, January 24, 2019 Approved
Q-Dir (Install) 7.37 520 Monday, January 14, 2019 Approved
Q-Dir (Install) 7.36 342 Sunday, January 13, 2019 Approved
Q-Dir (Install) 7.35 514 Thursday, December 27, 2018 Approved
Q-Dir (Install) 7.34 434 Thursday, December 20, 2018 Approved
Q-Dir (Install) 7.33 373 Tuesday, December 18, 2018 Approved
Q-Dir (Install) 7.31 443 Wednesday, December 12, 2018 Approved
Q-Dir (Install) 7.29 363 Saturday, December 8, 2018 Approved
Q-Dir (Install) 7.25 642 Thursday, November 1, 2018 Approved
Q-Dir (Install) 7.24 446 Thursday, October 18, 2018 Approved
Q-Dir (Install) 7.22 382 Friday, October 5, 2018 Approved
Q-Dir (Install) 7.21 530 Monday, September 24, 2018 Approved
Q-Dir (Install) 7.13 613 Tuesday, September 4, 2018 Approved
Q-Dir (Install) 7.12 469 Friday, August 24, 2018 Approved
Q-Dir (Install) 7.11 1433 Sunday, July 22, 2018 Approved
Q-Dir (Install) 7.09 471 Sunday, July 15, 2018 Approved
Q-Dir (Install) 7.08 496 Sunday, July 1, 2018 Approved
Q-Dir (Install) 7.07 533 Saturday, June 23, 2018 Approved
Q-Dir (Install) 7.06 548 Tuesday, June 5, 2018 Approved
Q-Dir (Install) 7.02 747 Tuesday, May 8, 2018 Approved
Q-Dir (Install) 7.01 472 Tuesday, May 1, 2018 Approved
Q-Dir (Install) 6.99.2 480 Saturday, April 21, 2018 Approved
Q-Dir (Install) 6.96 764 Thursday, March 15, 2018 Approved
Q-Dir (Install) 6.91 428 Monday, March 12, 2018 Approved
Q-Dir (Install) 6.85 800 Wednesday, February 7, 2018 Approved
Q-Dir (Install) 6.84 563 Saturday, January 20, 2018 Approved
Q-Dir (Install) 6.82 715 Thursday, December 28, 2017 Approved
Q-Dir (Install) 6.78 689 Friday, December 1, 2017 Approved
Q-Dir (Install) 6.77 544 Sunday, November 26, 2017 Approved
Q-Dir (Install) 6.73 658 Saturday, November 4, 2017 Approved
Q-Dir (Install) 6.71 595 Thursday, October 5, 2017 Approved
Q-Dir (Install) 6.69.1 505 Tuesday, September 19, 2017 Approved
Q-Dir (Install) 6.67 643 Wednesday, August 23, 2017 Approved
Q-Dir (Install) 6.58 812 Monday, July 3, 2017 Approved
Q-Dir (Install) 6.57 622 Friday, June 2, 2017 Approved
Q-Dir (Install) 6.51 701 Sunday, April 16, 2017 Approved
Q-Dir (Install) 6.49.7 491 Monday, April 3, 2017 Approved
Q-Dir 6.39 1048 Monday, October 10, 2016 Approved
Q-Dir 6.38 674 Wednesday, September 7, 2016 Approved
Q-Dir 6.33 596 Thursday, April 14, 2016 Approved
Q-Dir 6.32 506 Sunday, March 20, 2016 Approved
Q-Dir 6.31 522 Wednesday, March 16, 2016 Approved
Q-Dir 6.28 411 Thursday, March 10, 2016 Approved
Q-Dir 6.26 521 Thursday, March 3, 2016 Approved
Q-Dir 6.22 474 Tuesday, December 1, 2015 Approved
Q-Dir 6.19 422 Tuesday, November 3, 2015 Approved
Q-Dir 6.14 403 Thursday, July 23, 2015 Approved
Q-Dir 6.12 428 Thursday, June 18, 2015 Approved
Q-Dir 6.11 476 Saturday, May 9, 2015 Approved
Q-Dir 6.10 434 Tuesday, April 14, 2015 Approved

This package has no dependencies.

Discussion for the Q-Dir Package

Ground Rules:

  • This discussion is only about Q-Dir and the Q-Dir 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, 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.
comments powered by Disqus