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

Driver Fusion 5.1

This is not the latest version of Driver Fusion available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Driver Fusion, run the following command from the command line or from PowerShell:

>

To upgrade Driver Fusion, run the following command from the command line or from PowerShell:

>

To uninstall Driver Fusion, 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 driverfusion -y --source="'INTERNAL REPO URL'" --version="'5.1'" [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 driverfusion -y --source="'INTERNAL REPO URL'" --version="'5.1'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install driverfusion
  win_chocolatey:
    name: driverfusion
    version: '5.1'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'driverfusion' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '5.1'
end

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


cChocoPackageInstaller driverfusion
{
    Name     = "driverfusion"
    Version  = "5.1"
    Source   = "INTERNAL REPO URL"
}

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


package { 'driverfusion':
  ensure   => '5.1',
  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 23 Nov 2017.

Description

Driver Fusion is the complete solution for your PC to help you update, manage and monitor your drivers and devices.

With health check you can analyse your computer's health and automatically fix the detected issues. It keeps your computer up to date by installing the latest drivers through its automatic driver updater and ensures you no longer have outdated or missing drivers. You can also create a backup of all your installed drivers at once. Our driver cleaner can further prepare your computer when you install a new driver or change the hardware on your computer, as keeping old drivers can cause startup, stability and performance issues.

In addition, device control enables you to backup, download or uninstall drivers, disable or restart devices, and scan for hardware changes. Check if your devices and drivers are working correctly, or troubleshoot their problems, with all information and options that you can possibly need. With device identifier you can troubleshoot and search for information on devices that are not recognized by Windows. Furthermore, our device monitor gives you insight into the sensors from the devices installed on your computer, such as the power usage, temperature and clock speed.

Driver Fusion provides you with comprehensive information on every device and driver installed in your computer, allowing you to detect, solve and prevent problems and will help keep your PC running as efficiently and effectively as possible. Get started today and take advantage of the complete feature set it has to offer.


content\Languages\Language.gl.resources
 
content\Languages\Language.gu.resources
 
content\Languages\Language.ha.resources
 
content\Languages\Language.he.resources
 
content\Languages\Language.hi.resources
 
content\Languages\Language.hr.resources
 
content\Languages\Language.hu.resources
 
content\Languages\Language.hy.resources
 
content\Languages\Language.id.resources
 
content\Languages\Language.ig.resources
 
content\Languages\Language.is.resources
 
content\Languages\Language.it.resources
 
content\Languages\Language.ja.resources
 
content\Languages\Language.ka.resources
 
content\Languages\Language.kk.resources
 
content\Languages\Language.km.resources
 
content\Languages\Language.kn.resources
 
content\Languages\Language.ko.resources
 
content\Languages\Language.lo.resources
 
content\Languages\Language.lt.resources
 
content\Languages\Language.lv.resources
 
content\Languages\Language.mi.resources
 
content\Languages\Language.mk.resources
 
content\Languages\Language.mn.resources
 
content\Languages\Language.mr.resources
 
content\Languages\Language.ms.resources
 
content\Languages\Language.mt.resources
 
content\Languages\Language.ne.resources
 
content\Languages\Language.nl.resources
 
content\Languages\Language.no.resources
 
content\Languages\Language.nso.resources
 
content\Languages\Language.pa.resources
 
content\Languages\Language.pl.resources
 
content\Languages\Language.ga.resources
 
content\Languages\Language.fr.resources
 
content\Languages\Language.fil.resources
 
content\Languages\Language.fi.resources
 
content\Languages\Language.fa.resources
 
content\Languages\Language.eu.resources
 
content\Languages\Language.et.resources
 
content\Languages\Language.es.resources
 
content\Languages\Language.en.resources
 
content\Languages\Language.el.resources
 
content\Languages\Language.de.resources
 
content\Languages\Language.da.resources
 
content\Languages\Language.cy.resources
 
content\Languages\Language.cs.resources
 
content\Languages\Language.ca.resources
 
content\Languages\Language.bs.resources
 
content\Languages\Language.bn.resources
 
content\Languages\Language.bg.resources
 
content\Languages\Language.be.resources
 
content\Languages\Language.az.resources
 
content\Languages\Language.ar.resources
 
content\Languages\Language.af.resources
 
content\EULA.pdf
 
content\DriverFusion.exe
md5: 3DC3BAB01782933EEF9569A9D6F49477 | sha1: B8C1C6F6AA2CDCE1C095AC8F3FA9D67220E10214 | sha256: 14D573737247DF31C4ACD5D468F3A25ECAE5133FE7512244EEF960AFEA853F02 | sha512: 5A704102C5A10367B1D83807078AA7C5F9C98327ADE584E9EDFA85C39859B0F82A30A069A84CAF0E7C82C0C8FA69815D4BC5625BB89FC21CC0BA374BFE108D89
content\Languages\Language.pt.resources
 
content\Languages\Language.ro.resources
 
content\Languages\Language.ru.resources
 
content\Languages\Language.si.resources
 
content\Languages\Language.sk.resources
 
content\Languages\Language.sl.resources
 
content\Languages\Language.sq.resources
 
content\Languages\Language.sr.resources
 
content\Languages\Language.sv.resources
 
content\Languages\Language.sw.resources
 
content\Languages\Language.ta.resources
 
content\Languages\Language.te.resources
 
content\Languages\Language.tg.resources
 
content\Languages\Language.th.resources
 
content\Languages\Language.tr.resources
 
content\Languages\Language.uk.resources
 
content\Languages\Language.ur.resources
 
content\Languages\Language.uz.resources
 
content\Languages\Language.vi.resources
 
content\Languages\Language.yo.resources
 
content\Languages\Language.zh-CN.resources
 
content\Languages\Language.zh-TW.resources
 
content\Languages\Language.zu.resources
 
tools\LICENSE.txt
This computer program is protected by copyright law and international treaties. 
Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under the law. 
By installing, having access to or using any of the Treexy Software you are explicitly accepting the EULA.

END USER LICENSE AGREEMENT ("EULA") FOR TREEXY SOFTWARE
IMPORTANT � READ CAREFULLY: This End-User License Agreement ("Agreement") is a legal agreement between you (either an individual or a single entity) and Treexy ("Treexy") for the Treexy software ("Application") that accompanies this EULA, which includes computer software and may include associated media, printed materials, "online" or electronic documentation, and Internet-based services ("Services"). Please read this agreement carefully. By purchasing, downloading, installing, distributing and/or using the Application, you agree to be bound by and comply with the terms and conditions set forth in this agreement. Do not purchase, download, install, distribute and/or use the Application until you have read and accepted the terms and conditions set forth in this agreement. An amendment or addendum to this EULA may accompany the Application. 
1. LICENSE GRANT. Treexy grants you the rights described in this EULA provided that you comply with all terms and conditions of this EULA. Treexy grants to you a personal, limited, non-transferable, non-sublicenseable, non-assignable and revocable license to install and use the Application solely for your own personal use. Any future Application updates may include updated EULA. Please read the EULA carefully before purchasing, downloading, installing, distributing and/or using Application updates. License grants for non-personal usage (including, but not limited to, professional, commercial, business or company use) are on a case by case basis and require a written confirmation by Treexy.
	1.1 Single license. You may install, activate and use only one copy of the Application on a single device at a time. You may not run the Application on two or more devices at the same time using the same license. You must uninstall the Application before installing, activating and using it on another device. You may not install the Application on previous devices anymore. Account sharing is prohibited.
1.2 Multi license. You may install, activate and use the Application on a number of devices up to the purchased number of licenses at the same time using the same license. You may not run the Application on more devices than the purchased number of license using the same license. If you want to install, activate or use the Application on more devices, you must purchase a new license or uninstall the Application. You may not install the Application on previous devices anymore. Multi licenses are restricted to a single user or members of the same household. Account sharing is prohibited.
Unauthorized usage according to any of the terms described in this Agreement results in your license getting revoked, without prior notice, and is non-reversible.
2. RESERVATION OF RIGHTS AND OWNERSHIP. The Application is licensed as a single product. Its component parts may not be separated. The Application is protected by copyright and other intellectual property laws and treaties, and Treexy (or its affiliates, suppliers and/or their respective licensors where applicable) own all right, title, and interest in the intellectual property rights in and to the Application, including, without limitation, all intellectual and proprietary rights appurtenant thereto, and, except for the limited license granted to you herein, nothing in this Agreement shall be construed to restrict, transfer, convey, encumber, alter, impair or otherwise adversely affect Treexy, its affiliates', suppliers' and/or their respective licensors' ownership or proprietary rights therein or any other of Treexy, its affiliates', suppliers' and/or their licensors' information, processes, methodologies, products, goods, services, or materials, tangible or intangible, in any form and in any medium. For the avoidance of doubt, the Application is licensed, not sold, to you by Treexy pursuant to and subject to the terms and conditions of this Agreement. Treexy reserves all rights not expressly granted to you herein. You acknowledge and agree that this Agreement is between you and Treexy.
3. RESTRICTIONS. You may not rent, lease, lend, share, publish, distribute, sell, redistribute, sublicense or provide commercial hosting services with the Application, or make available any information about the product license or purchase transaction ID. You may not copy, clone, emulate, modify, decompile, reverse engineer, disassemble, attempt to derive the source code of, modify, or create derivative works of the Application, any updates or upgrades, or any part thereof. Making the Application available over a network where it could be used by multiple computers at the same time is prohibited. You may not assign or otherwise transfer the Application or any of your rights hereunder to any party. Any attempt to do so is a violation of the rights of Treexy, its affiliates, suppliers, and licensors, as applicable. If you breach this restriction, you may be subject to prosecution and damages. The terms and conditions of the Agreement shall govern any upgrades or updates provided by Treexy that replace and/or supplement the original Application, unless such upgrade is accompanied by or references a separate license agreement in which case the terms of that license agreement shall govern.
4. CONSENT TO USE DATA. All data and information collected, used and/or disclosed by Treexy and its affiliates, suppliers, and/or licensor's in connection with your use of the Application, which shall include, without limitation, all technical information about your device, system, Application software, peripherals and the use thereof, shall be governed by and subject to the terms and conditions set forth in this agreement. Treexy may use this information solely to improve its products or to provide customized services or technologies to you and will not disclose this information in a form that personally identifies you.
5. DISTRIBUTION. The Application installation package may be freely distributed, with exceptions noted below, provided the distribution package is not modified. No person or company may charge a fee for the distribution of the Application without written permission from the copyright holder. The Application may not be bundled or distributed with any other package without permission of the copyright holder. All data created with the Application may be freely used and distributed as long as you make sure to compliance with applicable local laws (including, but not limited to, your local Copyright Law).
6. SOFTWARE/SERVICES.� You are only granted the right to the version of the Application as provided when licensed and solely incorporating the features and functionality provided with such version. Treexy is not obligated to provide maintenance, future versions, upgrades, technical supplements, updates, and/or additional features and components (including any online or external functionality or services) or other support to you for the Application licensed under this EULA.  In the event that Treexy does provide such supplements or updates, this EULA applies to such updates, supplements, or add-on components of the Application that Treexy may provide to you or make available to you after the date you obtain your initial copy of the Application, unless we provide other terms along with the update, supplement, or add-on component.� Treexy and its affiliates, suppliers and licensors reserve the right to modify, update, supplement, limit, discontinue, remove or disable access to the Application  without notice to you and neither Treexy, its affiliates, suppliers, nor any of their respective licensors shall be liable to you or any third party should it exercise such rights. Certain functions of the Application may be modified or discontinued as a result of any such supplements or updates, or may not be available if you have not downloaded all updates made available by Treexy or otherwise. Treexy may, in its sole and absolute discretion, provide you free of charge with supplements or updates to the Application but reserves itself the right to charge additional sums for such supplements or updates, the amount of which shall be determined by Treexy in its sole and absolute discretion. Treexy may, in its sole and absolute discretion, by means of supplements, updates or otherwise, offer services as a complement to the Application and reserves itself the right to charge additional sums for same, including a monthly or yearly fee or a fee based on usage.
7. TECHNICAL SUPPORT. A valid product license may be required to obtain technical support. Technical support is provided online in the following languages: English, Dutch. Technical support for old versions of the Application may be terminated. Purchase of a new license of the Application may be required to obtain technical support.
8. DATA ACCESS CHARGES. Certain Application functions and services require data access, and the provider of data access for your device may charge you data access fees in connection with your use of the Application. You are solely responsible for any data access or other charges you incur.
9. NO WARRANTY. You expressly acknowledge and agree that use of the Application is at your sole risk and that the entire risk as to satisfactory quality, performance, accuracy and effort of the Application is with you. To the maximum extent permitted by applicable law, the Application and any services performed or provided by or in connection with the Application are provided "as is" and "as available", with all bugs and faults and without warranty of any kind, and Treexy, its suppliers, affiliates and licensors hereby disclaim all warranties and conditions with respect to the Application and any services, either express, implied or statutory, including, without limitation, any implied warranties and/or conditions of merchantability, of satisfactory quality, of fitness for a particular purpose, of accuracy, of quiet enjoyment, of title, and of non-infringement of third party rights. Neither Treexy, nor any of its affiliates, suppliers or licensors warrant that the functions or services contained in, accessed from, performed by, displayed on, linked to/from, or provided by, the Application will meet your requirements, that the operation of the Application or services will be uninterrupted or error-free, or that defects in the Application or services will be corrected. No oral or written information or advice given by Treexy, its affiliates, suppliers or any of their respective authorized representatives shall create a warranty. Should the Application or services prove defective, you assume the entire cost of all necessary servicing, repair or correction. Some jurisdictions do not allow the exclusion of implied warranties or limitations on applicable statutory rights of a consumer, so the above exclusion and limitations may not apply to you.
10. LIMITATION OF LIABILITY. To the extent not prohibited by law, in no event shall Treexy or its affiliates, suppliers or licensors be liable for any loss or damage of any kind, whether direct, indirect, incidental, special, exemplary or consequential, including, without limitation, damages for loss of profits, loss of data, data charges, personal injury, loss of privacy, business interruption or any other commercial damages or losses, arising out of or related to your use or inability to use the Application, however caused, regardless of the theory of liability (contract, tort or otherwise) and even if Treexy or its affiliates, suppliers or licensors have been advised of the possibility of such damages. In no event shall Treexy's liability exceed the price paid for the Application by the user.  Treexy, its suppliers, affiliates and/or licensors shall not be liable should (i) the Application or any Update be removed and/or unavailable for any reason, (ii) the Application cease to function as a result of any modifications or updates to the software on your device, or by changes to the device.
11. GOVERNING LAW AND GENERAL PROVISIONS. To the extent not prohibited by law, you agree (a) that this Agreement and all disputes, claims, actions, suits or other proceedings arising hereunder shall be governed by, and construed in accordance with, the substantive law of The Netherlands, Europe (b) to irrevocably submit to the sole and exclusive jurisdiction of the courts of The Netherlands, situated in the judicial district of Europe, and (c) to irrevocably consent to the exercise of personal jurisdiction by such courts and waive any right to plead, claim or allege that the judicial district of  Europe is an inconvenient forum. No failure or delay by Treexy, its affiliates, suppliers or licensors to exercise any right or enforce any obligation shall impair or be construed as a waiver or ongoing waiver of that or any or other right or power. If any provision of this Agreement is held to be illegal, invalid or unenforceable, the remaining provisions of this Agreement shall be unimpaired and remain in full force and effect. You may not assign your rights under this Agreement without Treexy's prior written permission and any attempt by you to do so shall be void. Any provision of this Agreement which by its nature must survive the termination of this Agreement in order to give effect to its meaning shall survive such termination.
12. INDEMNIFICATION. You agree to indemnify, defend, and hold Treexy, its affiliates and their respective successors and assigns, officers, directors, employees, agents, licensors, representatives, advertisers, service providers, and suppliers harmless against any and all claims, demands, actions, losses, damages, costs and expenses (including reasonable attorneys' fees), arising out of or relating to your (a) breach or violation of this Agreement, (b) infringement, misappropriation or any violation of the rights of any other party, (c) violation or non-compliance with any applicable law, rule or regulation, and (d) use, alteration or export of the Application (or any component thereof) in violation of this Agreement.
13. CHANGES TO AGREEMENT. Treexy may make changes to this Agreement, at any time and from time to time, by notifying you of the change, including, without limitation, by including notice on the services or by other electronic means, and a new copy of this Agreement shall be made available on the services. By using the Application after such changes are made to the Agreement, you signify that you agree to be bound by and comply with such changes and Treexy shall treat your use as acceptance of the changed provisions.
14. TERMINIATION. This agreement is effective until terminated by you or Treexy. Without prejudice to any other rights, Treexy may terminate this EULA if you fail to comply with any term or condition of this EULA without notice.  In such event, you must cease all use of the Application and destroy all copies, and all of its component parts.
15. CONTACT INFORMATION. If you have any questions regarding this Agreement, please contact Treexy at https://treexy.com.
tools\VERIFICATION.txt
VERIFICATION
 
The binary included in this package was downloaded by the packager, Treexy.

Checksums can be verified at https://treexy.com/products/driver-fusion/download by downloading the FREE version (it's ad free).
The files in the package are identical to the installed files from the website.

If further verification is required you can contact Treexy at https://treexy.com/about/contact-us/.

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
Driver Fusion 10.0.0.0 185 Friday, July 22, 2022 Approved
Driver Fusion 9.3 212 Tuesday, March 1, 2022 Approved
Driver Fusion 9.1.0.0 546 Monday, July 5, 2021 Approved
Driver Fusion 9.0 362 Friday, February 12, 2021 Approved
Driver Fusion 8.2 344 Friday, October 23, 2020 Approved
Driver Fusion 8.1 342 Friday, June 12, 2020 Approved
Driver Fusion 8.0.0 452 Saturday, February 8, 2020 Approved
Driver Fusion 7.2.0 448 Friday, September 13, 2019 Approved
Driver Fusion 7.1 372 Tuesday, May 14, 2019 Approved
Driver Fusion 7.0 336 Wednesday, March 6, 2019 Approved
Driver Fusion 6.2 391 Thursday, November 1, 2018 Approved
Driver Fusion 6.1 350 Wednesday, August 8, 2018 Approved
Driver Fusion 6.0 379 Wednesday, June 6, 2018 Approved
Driver Fusion 5.6.1 426 Thursday, April 5, 2018 Approved
Driver Fusion 5.5 402 Wednesday, January 31, 2018 Approved
Driver Fusion 5.1 399 Thursday, November 23, 2017 Approved
Driver Fusion 5.0.2 422 Friday, September 22, 2017 Approved
Driver Fusion 3.3 807 Friday, November 6, 2015 Approved
Driver Fusion 3.2 466 Thursday, October 1, 2015 Approved
Driver Fusion 3.1 492 Wednesday, August 26, 2015 Approved
Driver Fusion 2.4 909 Monday, August 18, 2014 Approved
Driver Fusion 2.3 621 Tuesday, August 5, 2014 Approved

This package has no dependencies.

Discussion for the Driver Fusion Package

Ground Rules:

  • This discussion is only about Driver Fusion and the Driver Fusion 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 Driver Fusion, 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