> ## Documentation Index
> Fetch the complete documentation index at: https://docs.conductor.is/llms.txt
> Use this file to discover all available pages before exploring further.

# How to fix: "Do you want to allow this app to make changes to your device?"

export const Image = ({src, alt, width, align = "center", noShadow = false, noBorder = false, noZoom = false}) => <img src={`https://mintlify.s3-us-west-1.amazonaws.com/conductor${src}`} alt={alt} style={{
  width: width
}} noZoom={noZoom} className={`rounded-xl ${align === "center" ? "mx-auto" : ""} ${!noBorder ? "border border-gray-200 dark:border-0" : ""} ${!noShadow ? "shadow-md dark:shadow-none" : ""}`} />;

<Info>
  This guide is provided by Conductor, the service that powers the QuickBooks
  Desktop integration for many business tools, including the one that sent you
  here.
</Info>

If you ever see the Windows prompt shown below whenever you attempt to sync with QuickBooks Desktop, it is preventing the Web Connector from syncing with QuickBooks Desktop. To resolve this issue, you need to adjust your Windows User Account Control (UAC) settings to prevent this prompt from appearing. Please follow the steps in this guide to resolve this issue.

<Image src="/images/help/connection-errors/do-you-want-to-allow-this-app-to-make-changes-to-your-device/do-you-want-to-allow-this-app-to-make-changes-to-your-device.jpg" alt="QuickBooks Desktop - Do you want to allow this app to make changes to your device" width={425} />

## Solution

<Steps>
  <Step title="Open User Account Control Settings">
    Click on the Windows Start button and type "**UAC**" in the search box. Select "**Change User Account Control settings**" from the search results.
  </Step>

  <Step title="Adjust the UAC level">
    A window will appear with a slider that controls the UAC notification level. Drag the slider all the way down to "**Never notify**".

    <Image src="/images/help/connection-errors/do-you-want-to-allow-this-app-to-make-changes-to-your-device/uac-never-notify-setting.jpg" alt="Windows User Account Control Settings showing slider set to Never notify" width={500} />
  </Step>

  <Step title="Confirm the changes">
    Click "**OK**" to save the changes. You may be prompted to confirm this action - click "**Yes**" to proceed.
  </Step>

  <Step title="Restart your computer">
    Restart your computer to ensure the changes take effect.
  </Step>
</Steps>

After completing these steps, Windows will no longer display UAC prompts when applications attempt to make changes to your device. This will prevent the prompt from interfering with the QuickBooks Desktop synchronization process.
