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.27.0 | Updated: 14 Jul 2025

Downloads:

137,197

Downloads of v 12.27.0:

685

Software Author(s):

  • Nenad Hrg

Q-Dir 12.27.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.27.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.27.0'
end

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


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

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


package { 'qdir':
  ensure   => '12.27.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 14 Jul 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.27
- x86 URL      : http://www.softwareok.com/Download/Q-Dir_Installer.zip
- x86 CheckSum : AB9069B98F41088E6D1C53107204CFC227E77C821AFC12CD791418A828D2E4B7
- x64 URL      : http://www.softwareok.com/Download/Q-Dir_Installer_x64.zip
- x64 CheckSum : 051CF1721AE90529C2F11435CF042C6B1A4A4CE5E20380B1063046691B15352F

## 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: BA952A7B88CB1FB22C282BBFC8E15AAF | sha1: E70BC9CFB041D4160440694EF90EA723F750DA42 | sha256: AB9069B98F41088E6D1C53107204CFC227E77C821AFC12CD791418A828D2E4B7 | sha512: DA539FBF866DC3ED0465545104DE0AAC9B757587880A15C46D018012E5A7BF41C6A76C992D816A6A39C84CE79BE342A1D6AE0A8B79A765406E25C449A92BF0A8
tools\Q-Dir_Installer_x64.zip
md5: 7D07DF6A59737D86C1B8F9D1F1EA6E38 | sha1: BF0206315039F5413D7303C6833FBC65D9B51295 | sha256: 051CF1721AE90529C2F11435CF042C6B1A4A4CE5E20380B1063046691B15352F | sha512: 999CC62F46FB00BFA538C8949E74F48E07CA4C26D07639482A8C7B1E2EFACA3D737E63CDEAEEB0A9DA1ED5D08B4CE6887FE7DFBF76BABC67EA35603BBBE40235

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.25.0 521 Thursday, July 3, 2025 Approved
Q-Dir 12.23.0 685 Monday, June 16, 2025 Approved
Q-Dir 12.22.0 572 Wednesday, June 4, 2025 Approved
Q-Dir 12.18.0 1087 Friday, April 25, 2025 Approved
Q-Dir 12.15.0 633 Friday, April 11, 2025 Approved
Q-Dir 12.13.0 738 Monday, March 24, 2025 Approved
Q-Dir 12.12.0 756 Friday, March 7, 2025 Approved
Q-Dir 12.11.0 624 Monday, February 24, 2025 Approved
Q-Dir 11.98.0 932 Monday, January 27, 2025 Approved
Q-Dir 11.97.0 660 Monday, January 13, 2025 Approved
Q-Dir 11.96.0 633 Thursday, January 2, 2025 Approved
Q-Dir 11.95.0 563 Friday, December 20, 2024 Approved
Q-Dir 11.91.0 781 Monday, December 2, 2024 Approved
Q-Dir 11.89.0 593 Friday, November 22, 2024 Approved
Q-Dir 11.88.0 576 Thursday, November 14, 2024 Approved
Q-Dir 11.86.0 855 Thursday, October 24, 2024 Approved
Q-Dir 11.84.0 626 Tuesday, October 15, 2024 Approved
Q-Dir 11.81.0 946 Monday, September 23, 2024 Approved
Q-Dir 11.75.0 846 Tuesday, September 3, 2024 Approved
Q-Dir 11.73.1 743 Monday, August 19, 2024 Approved
Q-Dir 11.72.1 731 Monday, August 5, 2024 Approved
Q-Dir 11.69.0 1000 Friday, July 5, 2024 Approved
Q-Dir 11.68.0 749 Friday, June 21, 2024 Approved
Q-Dir 11.65.0 953 Friday, May 31, 2024 Approved
Q-Dir 11.64.0 759 Monday, May 20, 2024 Approved
Q-Dir 11.63.0 684 Monday, May 6, 2024 Approved
Q-Dir 11.61.0 837 Tuesday, April 23, 2024 Approved
Q-Dir 11.51.0 633 Wednesday, April 10, 2024 Approved
Q-Dir 11.48.0 1209 Friday, March 8, 2024 Approved
Q-Dir (Install) 11.46.0 1505 Sunday, January 14, 2024 Approved
Q-Dir (Install) 11.44.0 1736 Monday, October 30, 2023 Approved
Q-Dir (Install) 11.43.0 485 Wednesday, October 25, 2023 Approved
Q-Dir (Install) 11.42.0 520 Friday, October 20, 2023 Approved
Q-Dir (Install) 11.41.0 843 Saturday, October 14, 2023 Approved
Q-Dir (Install) 11.39.0 408 Thursday, October 12, 2023 Approved
Q-Dir (Install) 11.38.0 627 Saturday, October 7, 2023 Approved
Q-Dir (Install) 11.37.0 232 Friday, September 29, 2023 Approved
Q-Dir (Install) 11.36.0 75 Saturday, September 23, 2023 Approved
Q-Dir (Install) 11.35.0 917 Saturday, September 16, 2023 Approved
Q-Dir (Install) 11.34.0 461 Friday, September 8, 2023 Approved
Q-Dir (Install) 11.32.0 1218 Sunday, August 13, 2023 Approved
Q-Dir (Install) 11.31.0 71 Monday, August 7, 2023 Approved
Q-Dir (Install) 11.29.0 1435 Wednesday, June 14, 2023 Approved
Q-Dir (Install) 11.26 1555 Saturday, April 29, 2023 Approved
Q-Dir (Install) 11.24 884 Monday, April 17, 2023 Approved
Q-Dir (Install) 11.21 1047 Saturday, March 25, 2023 Approved
Q-Dir (Install) 11.19 1211 Monday, February 20, 2023 Approved
Q-Dir (Install) 11.17 1113 Tuesday, January 24, 2023 Approved
Q-Dir (Install) 11.16 1214 Saturday, December 24, 2022 Approved
Q-Dir (Install) 11.15 1104 Friday, December 2, 2022 Approved
Q-Dir (Install) 11.14 784 Monday, November 21, 2022 Approved
Q-Dir (Install) 11.13 1479 Saturday, October 15, 2022 Approved
Q-Dir (Install) 11.11 1015 Monday, September 26, 2022 Approved
Q-Dir (Install) 11.01 809 Wednesday, September 14, 2022 Approved
Q-Dir (Install) 10.99 930 Monday, August 29, 2022 Approved
Q-Dir (Install) 10.95 1263 Thursday, July 21, 2022 Approved
Q-Dir (Install) 10.91 939 Tuesday, July 5, 2022 Approved
Q-Dir (Install) 10.88 770 Saturday, June 25, 2022 Approved
Q-Dir (Install) 10.74 1394 Thursday, May 12, 2022 Approved
Q-Dir (Install) 10.71 690 Friday, May 6, 2022 Approved
Q-Dir (Install) 10.69 568 Tuesday, May 3, 2022 Approved
Q-Dir (Install) 10.67 895 Wednesday, April 20, 2022 Approved
Q-Dir (Install) 10.66 581 Friday, April 15, 2022 Approved
Q-Dir (Install) 10.65 1094 Friday, March 25, 2022 Approved
Q-Dir (Install) 10.63 783 Tuesday, March 15, 2022 Approved
Q-Dir (Install) 10.61 978 Monday, February 28, 2022 Approved
Q-Dir (Install) 10.59 770 Saturday, February 19, 2022 Approved
Q-Dir (Install) 10.56 1252 Tuesday, January 25, 2022 Approved
Q-Dir (Install) 10.51.0020211230 1160 Thursday, December 30, 2021 Approved
Q-Dir (Install) 10.45 827 Friday, December 17, 2021 Approved
Q-Dir (Install) 10.44 615 Tuesday, December 14, 2021 Approved
Q-Dir (Install) 9.98 1084 Friday, November 12, 2021 Approved
Q-Dir (Install) 9.96.1 799 Saturday, October 30, 2021 Approved
Q-Dir (Install) 9.96 433 Wednesday, October 27, 2021 Approved
Q-Dir (Install) 9.95 448 Sunday, October 24, 2021 Approved
Q-Dir (Install) 9.93 822 Sunday, October 10, 2021 Approved
Q-Dir (Install) 9.89 1013 Monday, September 13, 2021 Approved
Q-Dir (Install) 9.84 609 Saturday, September 4, 2021 Approved
Q-Dir (Install) 9.81 977 Tuesday, August 3, 2021 Approved
Q-Dir (Install) 9.79 686 Thursday, July 22, 2021 Approved
Q-Dir (Install) 9.61 883 Sunday, June 27, 2021 Approved
Q-Dir (Install) 9.55 527 Sunday, June 20, 2021 Approved
Q-Dir (Install) 9.51 747 Sunday, June 6, 2021 Approved
Q-Dir (Install) 9.49 769 Thursday, May 20, 2021 Approved
Q-Dir (Install) 9.44 702 Tuesday, May 11, 2021 Approved
Q-Dir (Install) 9.31 1044 Thursday, March 25, 2021 Approved
Q-Dir (Install) 9.21 1004 Saturday, February 27, 2021 Approved
Q-Dir (Install) 9.15 681 Tuesday, February 16, 2021 Approved
Q-Dir (Install) 9.12 725 Thursday, February 4, 2021 Approved
Q-Dir (Install) 9.11 490 Sunday, January 31, 2021 Approved
Q-Dir (Install) 9.09 812 Monday, January 11, 2021 Approved
Q-Dir (Install) 9.08.1 489 Tuesday, January 5, 2021 Approved
Q-Dir (Install) 9.07 594 Saturday, December 26, 2020 Approved
Q-Dir (Install) 9.05 441 Monday, December 21, 2020 Approved
Q-Dir (Install) 8.99.9 861 Friday, November 20, 2020 Approved
Q-Dir (Install) 8.99.2 428 Monday, November 16, 2020 Approved
Q-Dir (Install) 8.97 870 Wednesday, October 21, 2020 Approved
Q-Dir (Install) 8.96 576 Wednesday, October 14, 2020 Approved
Q-Dir (Install) 8.93 759 Wednesday, September 23, 2020 Approved
Q-Dir (Install) 8.91 572 Tuesday, September 15, 2020 Approved
Q-Dir (Install) 8.88 582 Tuesday, September 8, 2020 Approved
Q-Dir (Install) 8.77 635 Thursday, August 27, 2020 Approved
Q-Dir (Install) 8.69 716 Sunday, August 9, 2020 Approved
Q-Dir (Install) 8.66 464 Wednesday, August 5, 2020 Approved
Q-Dir (Install) 8.55 799 Monday, July 13, 2020 Approved
Q-Dir (Install) 8.51 198 Tuesday, July 7, 2020 Approved
Q-Dir (Install) 8.37 925 Sunday, June 7, 2020 Approved
Q-Dir (Install) 8.33 605 Thursday, May 28, 2020 Approved
Q-Dir (Install) 8.15 794 Thursday, May 7, 2020 Approved
Q-Dir (Install) 8.04 939 Wednesday, April 1, 2020 Approved
Q-Dir (Install) 8.01 954 Thursday, February 27, 2020 Approved
Q-Dir (Install) 7.99 1133 Saturday, December 21, 2019 Approved
Q-Dir (Install) 7.97 731 Monday, December 2, 2019 Approved
Q-Dir (Install) 7.95 612 Wednesday, November 20, 2019 Approved
Q-Dir (Install) 7.94 535 Wednesday, November 13, 2019 Approved
Q-Dir (Install) 7.92 674 Monday, November 4, 2019 Approved
Q-Dir (Install) 7.91.1 544 Monday, October 28, 2019 Approved
Q-Dir (Install) 7.89 573 Monday, October 21, 2019 Approved
Q-Dir (Install) 7.85 651 Thursday, October 3, 2019 Approved
Q-Dir (Install) 7.84 438 Monday, September 30, 2019 Approved
Q-Dir (Install) 7.83 539 Sunday, September 22, 2019 Approved
Q-Dir (Install) 7.82 515 Monday, September 16, 2019 Approved
Q-Dir (Install) 7.78 626 Wednesday, September 4, 2019 Approved
Q-Dir (Install) 7.77 460 Sunday, September 1, 2019 Approved
Q-Dir (Install) 7.76 581 Wednesday, August 28, 2019 Approved
Q-Dir (Install) 7.75 538 Wednesday, August 21, 2019 Approved
Q-Dir (Install) 7.74 407 Monday, August 19, 2019 Approved
Q-Dir (Install) 7.73 583 Tuesday, August 6, 2019 Approved
Q-Dir (Install) 7.72 414 Saturday, August 3, 2019 Approved
Q-Dir (Install) 7.71 383 Wednesday, July 31, 2019 Approved
Q-Dir (Install) 7.69 471 Friday, July 26, 2019 Approved
Q-Dir (Install) 7.68 469 Sunday, July 21, 2019 Approved
Q-Dir (Install) 7.66 549 Wednesday, July 10, 2019 Approved
Q-Dir (Install) 7.65 518 Wednesday, July 3, 2019 Approved
Q-Dir (Install) 7.64 501 Thursday, June 27, 2019 Approved
Q-Dir (Install) 7.58 444 Sunday, June 23, 2019 Approved
Q-Dir (Install) 7.55 709 Tuesday, May 28, 2019 Approved
Q-Dir (Install) 7.52 681 Tuesday, May 7, 2019 Approved
Q-Dir (Install) 7.51 673 Saturday, April 20, 2019 Approved
Q-Dir (Install) 7.47 874 Wednesday, March 13, 2019 Approved
Q-Dir (Install) 7.46 506 Wednesday, March 6, 2019 Approved
Q-Dir (Install) 7.45 496 Friday, February 22, 2019 Approved
Q-Dir (Install) 7.44 604 Sunday, February 17, 2019 Approved
Q-Dir (Install) 7.43 490 Saturday, February 9, 2019 Approved
Q-Dir (Install) 7.41 574 Thursday, January 24, 2019 Approved
Q-Dir (Install) 7.37 529 Monday, January 14, 2019 Approved
Q-Dir (Install) 7.36 346 Sunday, January 13, 2019 Approved
Q-Dir (Install) 7.35 524 Thursday, December 27, 2018 Approved
Q-Dir (Install) 7.34 441 Thursday, December 20, 2018 Approved
Q-Dir (Install) 7.33 380 Tuesday, December 18, 2018 Approved
Q-Dir (Install) 7.31 447 Wednesday, December 12, 2018 Approved
Q-Dir (Install) 7.29 368 Saturday, December 8, 2018 Approved
Q-Dir (Install) 7.25 647 Thursday, November 1, 2018 Approved
Q-Dir (Install) 7.24 452 Thursday, October 18, 2018 Approved
Q-Dir (Install) 7.22 388 Friday, October 5, 2018 Approved
Q-Dir (Install) 7.21 535 Monday, September 24, 2018 Approved
Q-Dir (Install) 7.13 619 Tuesday, September 4, 2018 Approved
Q-Dir (Install) 7.12 474 Friday, August 24, 2018 Approved
Q-Dir (Install) 7.11 1439 Sunday, July 22, 2018 Approved
Q-Dir (Install) 7.09 474 Sunday, July 15, 2018 Approved
Q-Dir (Install) 7.08 503 Sunday, July 1, 2018 Approved
Q-Dir (Install) 7.07 538 Saturday, June 23, 2018 Approved
Q-Dir (Install) 7.06 552 Tuesday, June 5, 2018 Approved
Q-Dir (Install) 7.02 752 Tuesday, May 8, 2018 Approved
Q-Dir (Install) 7.01 479 Tuesday, May 1, 2018 Approved
Q-Dir (Install) 6.99.2 486 Saturday, April 21, 2018 Approved
Q-Dir (Install) 6.96 770 Thursday, March 15, 2018 Approved
Q-Dir (Install) 6.91 434 Monday, March 12, 2018 Approved
Q-Dir (Install) 6.85 809 Wednesday, February 7, 2018 Approved
Q-Dir (Install) 6.84 566 Saturday, January 20, 2018 Approved
Q-Dir (Install) 6.82 720 Thursday, December 28, 2017 Approved
Q-Dir (Install) 6.78 691 Friday, December 1, 2017 Approved
Q-Dir (Install) 6.77 547 Sunday, November 26, 2017 Approved
Q-Dir (Install) 6.73 664 Saturday, November 4, 2017 Approved
Q-Dir (Install) 6.71 602 Thursday, October 5, 2017 Approved
Q-Dir (Install) 6.69.1 510 Tuesday, September 19, 2017 Approved
Q-Dir (Install) 6.67 645 Wednesday, August 23, 2017 Approved
Q-Dir (Install) 6.58 816 Monday, July 3, 2017 Approved
Q-Dir (Install) 6.57 631 Friday, June 2, 2017 Approved
Q-Dir (Install) 6.51 704 Sunday, April 16, 2017 Approved
Q-Dir (Install) 6.49.7 495 Monday, April 3, 2017 Approved
Q-Dir 6.39 1050 Monday, October 10, 2016 Approved
Q-Dir 6.38 681 Wednesday, September 7, 2016 Approved
Q-Dir 6.33 598 Thursday, April 14, 2016 Approved
Q-Dir 6.32 508 Sunday, March 20, 2016 Approved
Q-Dir 6.31 526 Wednesday, March 16, 2016 Approved
Q-Dir 6.28 421 Thursday, March 10, 2016 Approved
Q-Dir 6.26 526 Thursday, March 3, 2016 Approved
Q-Dir 6.22 480 Tuesday, December 1, 2015 Approved
Q-Dir 6.19 428 Tuesday, November 3, 2015 Approved
Q-Dir 6.14 407 Thursday, July 23, 2015 Approved
Q-Dir 6.12 435 Thursday, June 18, 2015 Approved
Q-Dir 6.11 480 Saturday, May 9, 2015 Approved
Q-Dir 6.10 439 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