Downloads:
120,170
Downloads of v 6.39:
1,031
Last Update:
10 Oct 2016
Package Maintainer(s):
Software Author(s):
- Nenad Hrg
Tags:
qdir file manager managment explorer- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Q-Dir
This is not the latest version of Q-Dir available.
- 1
- 2
- 3
6.39 | Updated: 10 Oct 2016
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
120,170
Downloads of v 6.39:
1,031
Maintainer(s):
Software Author(s):
- Nenad Hrg
Q-Dir 6.39
This is not the latest version of Q-Dir available.
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
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:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download qdir --internalize --version=6.39 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade qdir -y --source="'INTERNAL REPO URL'" --version="'6.39'" [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'" --version="'6.39'"
$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: '6.39'
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 '6.39'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller qdir
{
Name = "qdir"
Version = "6.39"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'qdir':
ensure => '6.39',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 10 Oct 2016.
The file management in Q-Dir is based on MS Windows Explorer but 4x plus Tabs and with more functionality!
$packageName = 'qdir'
$fileType = 'exe'
$silentArgs = '-uninstall'
$osBitness = Get-ProcessorBits
if ($osBitness -eq 64) {
$programUninstallEntryName = "Q-Dir"
$uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName, UninstallString | Where-Object {$_.DisplayName -like "$programUninstallEntryName*"}).UninstallString
$uninstallString = $uninstallString.Substring(0,39)
} else {
$programUninstallEntryName = "Q-Dir"
$uninstallString = (Get-ItemProperty HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\* | Select DisplayName, UninstallString | Where-Object {$_.DisplayName -like "$programUninstallEntryName*"}).UninstallString
$uninstallString = $uninstallString.Substring(0,33)
}
if ($uninstallString -ne "") {
Uninstall-ChocolateyPackage $packageName $fileType $silentArgs $uninstallString
$wshell = new-object -com wscript.shell
Start-Sleep 1
$wshell.sendkeys("`"OK`"~")
}
Log in or click on link to see number of positives.
- qdir.6.39.nupkg (0eafddc16071) - ## / 55
- Q-Dir_Installer_Unicode.exe (c62a9fcf74cf) - ## / 55
- Q-Dir_Installer_Unicode.zip (fbd84e3de414) - ## / 56
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 11.88.0 | 308 | Thursday, November 14, 2024 | Approved | |
Q-Dir 11.86.0 | 815 | Thursday, October 24, 2024 | Approved | |
Q-Dir 11.84.0 | 597 | Tuesday, October 15, 2024 | Approved | |
Q-Dir 11.81.0 | 910 | Monday, September 23, 2024 | Approved | |
Q-Dir 11.75.0 | 801 | Tuesday, September 3, 2024 | Approved | |
Q-Dir 11.73.1 | 709 | Monday, August 19, 2024 | Approved | |
Q-Dir 11.72.1 | 698 | Monday, August 5, 2024 | Approved | |
Q-Dir 11.69.0 | 963 | Friday, July 5, 2024 | Approved | |
Q-Dir 11.68.0 | 716 | Friday, June 21, 2024 | Approved | |
Q-Dir 11.65.0 | 914 | Friday, May 31, 2024 | Approved | |
Q-Dir 11.64.0 | 718 | Monday, May 20, 2024 | Approved | |
Q-Dir 11.63.0 | 644 | Monday, May 6, 2024 | Approved | |
Q-Dir 11.61.0 | 802 | Tuesday, April 23, 2024 | Approved | |
Q-Dir 11.51.0 | 599 | Wednesday, April 10, 2024 | Approved | |
Q-Dir 11.48.0 | 1173 | Friday, March 8, 2024 | Approved | |
Q-Dir (Install) 11.46.0 | 1472 | Sunday, January 14, 2024 | Approved | |
Q-Dir (Install) 11.44.0 | 1701 | Monday, October 30, 2023 | Approved | |
Q-Dir (Install) 11.43.0 | 463 | Wednesday, October 25, 2023 | Approved | |
Q-Dir (Install) 11.42.0 | 489 | Friday, October 20, 2023 | Approved | |
Q-Dir (Install) 11.41.0 | 811 | Saturday, October 14, 2023 | Approved | |
Q-Dir (Install) 11.39.0 | 371 | Thursday, October 12, 2023 | Approved | |
Q-Dir (Install) 11.38.0 | 598 | Saturday, October 7, 2023 | Approved | |
Q-Dir (Install) 11.37.0 | 198 | Friday, September 29, 2023 | Approved | |
Q-Dir (Install) 11.36.0 | 39 | Saturday, September 23, 2023 | Approved | |
Q-Dir (Install) 11.35.0 | 880 | Saturday, September 16, 2023 | Approved | |
Q-Dir (Install) 11.34.0 | 433 | Friday, September 8, 2023 | Approved | |
Q-Dir (Install) 11.32.0 | 1183 | Sunday, August 13, 2023 | Approved | |
Q-Dir (Install) 11.31.0 | 43 | Monday, August 7, 2023 | Approved | |
Q-Dir (Install) 11.29.0 | 1400 | Wednesday, June 14, 2023 | Approved | |
Q-Dir (Install) 11.26 | 1513 | Saturday, April 29, 2023 | Approved | |
Q-Dir (Install) 11.24 | 848 | Monday, April 17, 2023 | Approved | |
Q-Dir (Install) 11.21 | 1013 | Saturday, March 25, 2023 | Approved | |
Q-Dir (Install) 11.19 | 1171 | Monday, February 20, 2023 | Approved | |
Q-Dir (Install) 11.17 | 1078 | Tuesday, January 24, 2023 | Approved | |
Q-Dir (Install) 11.16 | 1189 | Saturday, December 24, 2022 | Approved | |
Q-Dir (Install) 11.15 | 1064 | Friday, December 2, 2022 | Approved | |
Q-Dir (Install) 11.14 | 748 | Monday, November 21, 2022 | Approved | |
Q-Dir (Install) 11.13 | 1287 | Saturday, October 15, 2022 | Approved | |
Q-Dir (Install) 11.11 | 978 | Monday, September 26, 2022 | Approved | |
Q-Dir (Install) 11.01 | 771 | Wednesday, September 14, 2022 | Approved | |
Q-Dir (Install) 10.99 | 894 | Monday, August 29, 2022 | Approved | |
Q-Dir (Install) 10.95 | 1229 | Thursday, July 21, 2022 | Approved | |
Q-Dir (Install) 10.91 | 902 | Tuesday, July 5, 2022 | Approved | |
Q-Dir (Install) 10.88 | 732 | Saturday, June 25, 2022 | Approved | |
Q-Dir (Install) 10.74 | 1366 | Thursday, May 12, 2022 | Approved | |
Q-Dir (Install) 10.71 | 657 | Friday, May 6, 2022 | Approved | |
Q-Dir (Install) 10.69 | 534 | Tuesday, May 3, 2022 | Approved | |
Q-Dir (Install) 10.67 | 848 | Wednesday, April 20, 2022 | Approved | |
Q-Dir (Install) 10.66 | 551 | Friday, April 15, 2022 | Approved | |
Q-Dir (Install) 10.65 | 1063 | Friday, March 25, 2022 | Approved | |
Q-Dir (Install) 10.63 | 754 | Tuesday, March 15, 2022 | Approved | |
Q-Dir (Install) 10.61 | 946 | Monday, February 28, 2022 | Approved | |
Q-Dir (Install) 10.59 | 731 | Saturday, February 19, 2022 | Approved | |
Q-Dir (Install) 10.56 | 1220 | Tuesday, January 25, 2022 | Approved | |
Q-Dir (Install) 10.51.0020211230 | 1108 | Thursday, December 30, 2021 | Approved | |
Q-Dir (Install) 10.45 | 789 | Friday, December 17, 2021 | Approved | |
Q-Dir (Install) 10.44 | 581 | Tuesday, December 14, 2021 | Approved | |
Q-Dir (Install) 9.98 | 1050 | Friday, November 12, 2021 | Approved | |
Q-Dir (Install) 9.96.1 | 760 | Saturday, October 30, 2021 | Approved | |
Q-Dir (Install) 9.96 | 404 | Wednesday, October 27, 2021 | Approved | |
Q-Dir (Install) 9.95 | 407 | Sunday, October 24, 2021 | Approved | |
Q-Dir (Install) 9.93 | 786 | Sunday, October 10, 2021 | Approved | |
Q-Dir (Install) 9.89 | 978 | Monday, September 13, 2021 | Approved | |
Q-Dir (Install) 9.84 | 568 | Saturday, September 4, 2021 | Approved | |
Q-Dir (Install) 9.81 | 943 | Tuesday, August 3, 2021 | Approved | |
Q-Dir (Install) 9.79 | 653 | Thursday, July 22, 2021 | Approved | |
Q-Dir (Install) 9.61 | 844 | Sunday, June 27, 2021 | Approved | |
Q-Dir (Install) 9.55 | 490 | Sunday, June 20, 2021 | Approved | |
Q-Dir (Install) 9.51 | 714 | Sunday, June 6, 2021 | Approved | |
Q-Dir (Install) 9.49 | 730 | Thursday, May 20, 2021 | Approved | |
Q-Dir (Install) 9.44 | 673 | Tuesday, May 11, 2021 | Approved | |
Q-Dir (Install) 9.31 | 1009 | Thursday, March 25, 2021 | Approved | |
Q-Dir (Install) 9.21 | 968 | Saturday, February 27, 2021 | Approved | |
Q-Dir (Install) 9.15 | 649 | Tuesday, February 16, 2021 | Approved | |
Q-Dir (Install) 9.12 | 687 | Thursday, February 4, 2021 | Approved | |
Q-Dir (Install) 9.11 | 446 | Sunday, January 31, 2021 | Approved | |
Q-Dir (Install) 9.09 | 784 | Monday, January 11, 2021 | Approved | |
Q-Dir (Install) 9.08.1 | 461 | Tuesday, January 5, 2021 | Approved | |
Q-Dir (Install) 9.07 | 562 | Saturday, December 26, 2020 | Approved | |
Q-Dir (Install) 9.05 | 408 | Monday, December 21, 2020 | Approved | |
Q-Dir (Install) 8.99.9 | 825 | Friday, November 20, 2020 | Approved | |
Q-Dir (Install) 8.99.2 | 392 | Monday, November 16, 2020 | Approved | |
Q-Dir (Install) 8.97 | 841 | Wednesday, October 21, 2020 | Approved | |
Q-Dir (Install) 8.96 | 530 | Wednesday, October 14, 2020 | Approved | |
Q-Dir (Install) 8.93 | 717 | Wednesday, September 23, 2020 | Approved | |
Q-Dir (Install) 8.91 | 533 | Tuesday, September 15, 2020 | Approved | |
Q-Dir (Install) 8.88 | 540 | Tuesday, September 8, 2020 | Approved | |
Q-Dir (Install) 8.77 | 603 | Thursday, August 27, 2020 | Approved | |
Q-Dir (Install) 8.69 | 682 | Sunday, August 9, 2020 | Approved | |
Q-Dir (Install) 8.66 | 430 | Wednesday, August 5, 2020 | Approved | |
Q-Dir (Install) 8.55 | 765 | Monday, July 13, 2020 | Approved | |
Q-Dir (Install) 8.51 | 163 | Tuesday, July 7, 2020 | Approved | |
Q-Dir (Install) 8.37 | 890 | Sunday, June 7, 2020 | Approved | |
Q-Dir (Install) 8.33 | 571 | Thursday, May 28, 2020 | Approved | |
Q-Dir (Install) 8.15 | 752 | Thursday, May 7, 2020 | Approved | |
Q-Dir (Install) 8.04 | 896 | Wednesday, April 1, 2020 | Approved | |
Q-Dir (Install) 8.01 | 911 | Thursday, February 27, 2020 | Approved | |
Q-Dir (Install) 7.99 | 1097 | Saturday, December 21, 2019 | Approved | |
Q-Dir (Install) 7.97 | 693 | Monday, December 2, 2019 | Approved | |
Q-Dir (Install) 7.95 | 573 | Wednesday, November 20, 2019 | Approved | |
Q-Dir (Install) 7.94 | 492 | Wednesday, November 13, 2019 | Approved | |
Q-Dir (Install) 7.92 | 617 | Monday, November 4, 2019 | Approved | |
Q-Dir (Install) 7.91.1 | 512 | Monday, October 28, 2019 | Approved | |
Q-Dir (Install) 7.89 | 542 | Monday, October 21, 2019 | Approved | |
Q-Dir (Install) 7.85 | 612 | Thursday, October 3, 2019 | Approved | |
Q-Dir (Install) 7.84 | 405 | Monday, September 30, 2019 | Approved | |
Q-Dir (Install) 7.83 | 505 | Sunday, September 22, 2019 | Approved | |
Q-Dir (Install) 7.82 | 480 | Monday, September 16, 2019 | Approved | |
Q-Dir (Install) 7.78 | 585 | Wednesday, September 4, 2019 | Approved | |
Q-Dir (Install) 7.77 | 424 | Sunday, September 1, 2019 | Approved | |
Q-Dir (Install) 7.76 | 544 | Wednesday, August 28, 2019 | Approved | |
Q-Dir (Install) 7.75 | 500 | Wednesday, August 21, 2019 | Approved | |
Q-Dir (Install) 7.74 | 374 | Monday, August 19, 2019 | Approved | |
Q-Dir (Install) 7.73 | 540 | Tuesday, August 6, 2019 | Approved | |
Q-Dir (Install) 7.72 | 383 | Saturday, August 3, 2019 | Approved | |
Q-Dir (Install) 7.71 | 344 | Wednesday, July 31, 2019 | Approved | |
Q-Dir (Install) 7.69 | 436 | Friday, July 26, 2019 | Approved | |
Q-Dir (Install) 7.68 | 434 | Sunday, July 21, 2019 | Approved | |
Q-Dir (Install) 7.66 | 516 | Wednesday, July 10, 2019 | Approved | |
Q-Dir (Install) 7.65 | 477 | Wednesday, July 3, 2019 | Approved | |
Q-Dir (Install) 7.64 | 466 | Thursday, June 27, 2019 | Approved | |
Q-Dir (Install) 7.58 | 416 | Sunday, June 23, 2019 | Approved | |
Q-Dir (Install) 7.55 | 666 | Tuesday, May 28, 2019 | Approved | |
Q-Dir (Install) 7.52 | 644 | Tuesday, May 7, 2019 | Approved | |
Q-Dir (Install) 7.51 | 630 | Saturday, April 20, 2019 | Approved | |
Q-Dir (Install) 7.47 | 839 | Wednesday, March 13, 2019 | Approved | |
Q-Dir (Install) 7.46 | 469 | Wednesday, March 6, 2019 | Approved | |
Q-Dir (Install) 7.45 | 463 | Friday, February 22, 2019 | Approved | |
Q-Dir (Install) 7.44 | 570 | Sunday, February 17, 2019 | Approved | |
Q-Dir (Install) 7.43 | 458 | Saturday, February 9, 2019 | Approved | |
Q-Dir (Install) 7.41 | 530 | Thursday, January 24, 2019 | Approved | |
Q-Dir (Install) 7.37 | 481 | Monday, January 14, 2019 | Approved | |
Q-Dir (Install) 7.36 | 309 | Sunday, January 13, 2019 | Approved | |
Q-Dir (Install) 7.35 | 482 | Thursday, December 27, 2018 | Approved | |
Q-Dir (Install) 7.34 | 397 | Thursday, December 20, 2018 | Approved | |
Q-Dir (Install) 7.33 | 342 | Tuesday, December 18, 2018 | Approved | |
Q-Dir (Install) 7.31 | 412 | Wednesday, December 12, 2018 | Approved | |
Q-Dir (Install) 7.29 | 334 | Saturday, December 8, 2018 | Approved | |
Q-Dir (Install) 7.25 | 613 | Thursday, November 1, 2018 | Approved | |
Q-Dir (Install) 7.24 | 418 | Thursday, October 18, 2018 | Approved | |
Q-Dir (Install) 7.22 | 347 | Friday, October 5, 2018 | Approved | |
Q-Dir (Install) 7.21 | 499 | Monday, September 24, 2018 | Approved | |
Q-Dir (Install) 7.13 | 582 | Tuesday, September 4, 2018 | Approved | |
Q-Dir (Install) 7.12 | 447 | Friday, August 24, 2018 | Approved | |
Q-Dir (Install) 7.11 | 1417 | Sunday, July 22, 2018 | Approved | |
Q-Dir (Install) 7.09 | 450 | Sunday, July 15, 2018 | Approved | |
Q-Dir (Install) 7.08 | 467 | Sunday, July 1, 2018 | Approved | |
Q-Dir (Install) 7.07 | 510 | Saturday, June 23, 2018 | Approved | |
Q-Dir (Install) 7.06 | 528 | Tuesday, June 5, 2018 | Approved | |
Q-Dir (Install) 7.02 | 717 | Tuesday, May 8, 2018 | Approved | |
Q-Dir (Install) 7.01 | 444 | Tuesday, May 1, 2018 | Approved | |
Q-Dir (Install) 6.99.2 | 463 | Saturday, April 21, 2018 | Approved | |
Q-Dir (Install) 6.96 | 733 | Thursday, March 15, 2018 | Approved | |
Q-Dir (Install) 6.91 | 402 | Monday, March 12, 2018 | Approved | |
Q-Dir (Install) 6.85 | 775 | Wednesday, February 7, 2018 | Approved | |
Q-Dir (Install) 6.84 | 545 | Saturday, January 20, 2018 | Approved | |
Q-Dir (Install) 6.82 | 691 | Thursday, December 28, 2017 | Approved | |
Q-Dir (Install) 6.78 | 668 | Friday, December 1, 2017 | Approved | |
Q-Dir (Install) 6.77 | 525 | Sunday, November 26, 2017 | Approved | |
Q-Dir (Install) 6.73 | 644 | Saturday, November 4, 2017 | Approved | |
Q-Dir (Install) 6.71 | 566 | Thursday, October 5, 2017 | Approved | |
Q-Dir (Install) 6.69.1 | 488 | Tuesday, September 19, 2017 | Approved | |
Q-Dir (Install) 6.67 | 622 | Wednesday, August 23, 2017 | Approved | |
Q-Dir (Install) 6.58 | 790 | Monday, July 3, 2017 | Approved | |
Q-Dir (Install) 6.57 | 594 | Friday, June 2, 2017 | Approved | |
Q-Dir (Install) 6.51 | 683 | Sunday, April 16, 2017 | Approved | |
Q-Dir (Install) 6.49.7 | 472 | Monday, April 3, 2017 | Approved | |
Q-Dir 6.39 | 1031 | Monday, October 10, 2016 | Approved | |
Q-Dir 6.38 | 649 | Wednesday, September 7, 2016 | Approved | |
Q-Dir 6.33 | 576 | Thursday, April 14, 2016 | Approved | |
Q-Dir 6.32 | 481 | Sunday, March 20, 2016 | Approved | |
Q-Dir 6.31 | 500 | Wednesday, March 16, 2016 | Approved | |
Q-Dir 6.28 | 396 | Thursday, March 10, 2016 | Approved | |
Q-Dir 6.26 | 492 | Thursday, March 3, 2016 | Approved | |
Q-Dir 6.22 | 455 | Tuesday, December 1, 2015 | Approved | |
Q-Dir 6.19 | 398 | Tuesday, November 3, 2015 | Approved | |
Q-Dir 6.14 | 381 | Thursday, July 23, 2015 | Approved | |
Q-Dir 6.12 | 408 | Thursday, June 18, 2015 | Approved | |
Q-Dir 6.11 | 457 | Saturday, May 9, 2015 | Approved | |
Q-Dir 6.10 | 406 | Tuesday, April 14, 2015 | Approved |
by Nenad Hrg softwareok.de
And again Improvements and fixes in Q-Dir for Windows 10 and Update of the language files in Q-Dir.
This package has no dependencies.
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.