← Back to Download Page

🪟 Windows Security Fix

Bypass Windows Defender and SmartScreen warnings for Tally

Why This Happens

Windows Defender and SmartScreen may flag Tally as a potential threat because:

⚠️ This is Normal

These warnings are Windows' way of protecting you, but they're false positives for legitimate applications like Tally.

Method 1: SmartScreen Bypass (Recommended)

1

Download the MSI Installer

Download Tally from the main page. Windows may show a warning.

2

Click "More Info"

When Windows shows the SmartScreen warning, click "More info" at the bottom.

3

Click "Run Anyway"

Click the "Run anyway" button that appears after clicking "More info".

✅ Success!

Tally should now install and run without issues.

Method 2: Windows Defender Exception

1

Open Windows Security

Press Windows + I, go to "Update & Security" → "Windows Security" → "Virus & threat protection".

2

Add Exclusion

Click "Manage settings" under "Virus & threat protection settings", then "Add or remove exclusions".

3

Add Folder

Click "Add an exclusion" → "Folder", then select the folder where you'll install Tally (usually C:\Program Files\Tally).

⚠️ Security Note

Only add exclusions for applications you trust. Tally is safe, but be cautious with other software.

Method 3: PowerShell Bypass (Advanced)

1

Open PowerShell as Administrator

Right-click the Start button, select "Windows PowerShell (Admin)" or "Terminal (Admin)".

2

Run the Bypass Command

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
3

Unblock the File

Unblock-File -Path "C:\path\to\Tally_Setup.msi"

Replace the path with the actual location of your downloaded MSI file.

⚠️ Advanced Users Only

This method changes system security settings. Only use if you understand the implications.

Method 4: Group Policy (Enterprise)

For enterprise environments or advanced users:

1

Open Group Policy Editor

Press Windows + R, type gpedit.msc, press Enter.

2

Navigate to SmartScreen

Go to: Computer Configuration → Administrative Templates → Windows Components → File Explorer → Configure Windows Defender SmartScreen

3

Disable SmartScreen

Set the policy to "Disabled" and restart your computer.

⚠️ Not Recommended

This disables SmartScreen entirely, reducing your security. Use only in controlled environments.

Troubleshooting

Still Getting Warnings?

Installation Fails?

Need Help?

If you're still having issues:

← Back to Download Page Build from Source