Team OS : Your Only Destination To Custom OS !!

Welcome to TeamOS Community, Register or Login to the Community to Download Torrents, Get Access to Shoutbox, Post Replies, Use Search Engine and many more features. Register Today!

Torrent Intuit TurboTax 2023 Canadian All Editions.Fixd [TeamOS]

thienhat

Member
Downloaded
333 MB
Uploaded
5 GB
Ratio
15.38
Seedbonus
0
Upload Count
0 (0)
Member for 3 months
Can anyone able to send me their patched tt2023.exe, maybe that will fix my issue..

Never mind, I fixed the problem.. product work as expected.
 

Zanderzen

Member
Downloaded
502.2 MB
Uploaded
40.2 GB
Ratio
82.02
Seedbonus
240
Upload Count
0 (0)
Member for 3 years
What happened with another thread for TurboTax 2023 v12.9 Universal, i just saw it couple days ago, was it deleted?
Yea, there was a US 2023 version about a week or so ago but was removed. I know because I replied to it and now its also gone.
 

thienhat

Member
Downloaded
333 MB
Uploaded
5 GB
Ratio
15.38
Seedbonus
0
Upload Count
0 (0)
Member for 3 months
Never mind, i solved my problem, software is working as expected.
 

JJ15ca

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 3 months
Never mind, i solved my problem, software is working as expected.
hi @thienhat, how did you solve the problem? I am getting that error everytime I tried to get an updated from Intuit
 

hacerz

Member
Downloaded
7 GB
Uploaded
5 GB
Ratio
0.72
Seedbonus
0
Upload Count
0 (0)
Member for 6 years
yes, its gone. but I tried it but the Medicines does not install and it asks for activation.
 

RLodbrok

Member
Downloaded
819.5 MB
Uploaded
5 GB
Ratio
6.25
Seedbonus
0
Upload Count
0 (0)
Member for 3 months
Yea, there was a US 2023 version about a week or so ago but was removed. I know because I replied to it and now its also gone.
Do you know why it was removed, just doesn't make sense, it is tax season, i need to do my taxes. I got it to work but i'm getting error when picking to download the state. I have noticed there is state folder with few patched files but the script doesn't include using that folder, not sure why. If the script doesn't include it why those patched files were included for state.
 

kirkpnice23

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 4 months
Getting TurboTax to work is pretty simple if you can use dnSpy. All you need to be able to do is delete a few lines of code.

IsProductActivatedRequired code should look like this after deleting some lines

using System;
using System.Collections.Generic;
using Intuit.Ctg.Map.UI;
using Intuit.Ctg.Wte.Service.Activation;
using Intuit.Ctg.Wte.Service.Analytics.Activation;
using Intuit.Ctg.Wte.Service.Entitlement;

namespace Intuit.Ctg.Wte.Service.ProductConfiguration
{

public partial class ProductConfigurationService : IProductConfigurationService
{

public bool IsProductActivationRequired()
{
return false;
}
}
}

IsSupport code should look like this after deleting some lines
using System;
using System.Collections.Generic;
using Intuit.Ctg.Map.UI;
using Intuit.Ctg.Wte.Service.Activation;
using Intuit.Ctg.Wte.Service.Analytics.Activation;
using Intuit.Ctg.Wte.Service.Entitlement;

namespace Intuit.Ctg.Wte.Service.ProductConfiguration
{

public partial class ProductConfigurationService : IProductConfigurationService
{

private bool IsSupport()
{
return true;
}
}
}

This is done after you installed TurboTax and updated.
 

egghead221

Member
Downloaded
7.8 MB
Uploaded
5 GB
Ratio
654.53
Seedbonus
0
Upload Count
0 (0)
Member for 2 years
Getting TurboTax to work is pretty simple if you can use dnSpy. All you need to be able to do is delete a few lines of code.

IsProductActivatedRequired code should look like this after deleting some lines

using System;
using System.Collections.Generic;
using Intuit.Ctg.Map.UI;
using Intuit.Ctg.Wte.Service.Activation;
using Intuit.Ctg.Wte.Service.Analytics.Activation;
using Intuit.Ctg.Wte.Service.Entitlement;

namespace Intuit.Ctg.Wte.Service.ProductConfiguration
{

public partial class ProductConfigurationService : IProductConfigurationService
{

public bool IsProductActivationRequired()
{
return false;
}
}
}

IsSupport code should look like this after deleting some lines
using System;
using System.Collections.Generic;
using Intuit.Ctg.Map.UI;
using Intuit.Ctg.Wte.Service.Activation;
using Intuit.Ctg.Wte.Service.Analytics.Activation;
using Intuit.Ctg.Wte.Service.Entitlement;

namespace Intuit.Ctg.Wte.Service.ProductConfiguration
{

public partial class ProductConfigurationService : IProductConfigurationService
{

private bool IsSupport()
{
return true;
}
}
}

This is done after you installed TurboTax and updated.
Do you know if it's still the same as prior years to do the initial install using the superpatch? I got it to install, but when I try to run it, the splash screen comes up, but it never launches. I copied the 3 files to 64bit folder and one to installer folder.
 

kirkpnice23

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 4 months
Do you know if it's still the same as prior years to do the initial install using the superpatch? I got it to install, but when I try to run it, the splash screen comes up, but it never launches. I copied the 3 files to 64bit folder and one to installer folder
I actually pay for my copy of TurboTax every year. The reason why I pay is because my silly sister loves doing taxes for relatives, friends, and coworkers. But since you can only send only 5 e files from one license, I learned from this site how to work with dnSpy. You need to save the intuit.Ctg.Wte.Service.dll file on your desktop. Because when you update Turbotax, you will need to copy that dll file back into the 64bit folder.
 

RLodbrok

Member
Downloaded
819.5 MB
Uploaded
5 GB
Ratio
6.25
Seedbonus
0
Upload Count
0 (0)
Member for 3 months
Does anybody on this forum got (US Version) 'TurboTax 2023 v12.9 Universal' to work? All the way from successfully filling out and submitting Federal and State taxes?
 

superh

Member
Downloaded
268.5 MB
Uploaded
5 GB
Ratio
19.07
Seedbonus
0
Upload Count
0 (0)
Member for 2 months
Can anyone able to send me their patched tt2023.exe, maybe that will fix my issue..

Never mind, I fixed the problem.. product work as expected.
How did you fix it? I can't seem to be able fix it. Tried in sandbox as well to rule out an issue with antivirus etc.
 

Dyrn3006

Member
Downloaded
71.1 GB
Uploaded
147.1 GB
Ratio
2.07
Seedbonus
33
Upload Count
0 (0)
Member for 5 years
i will try this out i was reading the comments and seems to be an error or something tho wondering why
 

Meme_1287

Member
Downloaded
0 bytes
Uploaded
5 GB
Ratio
-
Seedbonus
0
Upload Count
0 (0)
Member for 2 months
Any on the turbotax for us version?
 

superh

Member
Downloaded
268.5 MB
Uploaded
5 GB
Ratio
19.07
Seedbonus
0
Upload Count
0 (0)
Member for 2 months
i will try this out i was reading the comments and seems to be an error or something tho wondering why
Yeah I've tried so many times, still get error.
 

RLodbrok

Member
Downloaded
819.5 MB
Uploaded
5 GB
Ratio
6.25
Seedbonus
0
Upload Count
0 (0)
Member for 3 months
If someone has working version of TurboTax 2023 (US Version) can you please post the link?
 

Bhuvi100x

Member
Downloaded
11.8 GB
Uploaded
5.5 GB
Ratio
0.47
Seedbonus
44
Upload Count
0 (0)
Member for 8 years
I am getting error as well, any help
 

Bhuvi100x

Member
Downloaded
11.8 GB
Uploaded
5.5 GB
Ratio
0.47
Seedbonus
44
Upload Count
0 (0)
Member for 8 years
Getting TurboTax to work is pretty simple if you can use dnSpy. All you need to be able to do is delete a few lines of code.

IsProductActivatedRequired code should look like this after deleting some lines

using System;
using System.Collections.Generic;
using Intuit.Ctg.Map.UI;
using Intuit.Ctg.Wte.Service.Activation;
using Intuit.Ctg.Wte.Service.Analytics.Activation;
using Intuit.Ctg.Wte.Service.Entitlement;

namespace Intuit.Ctg.Wte.Service.ProductConfiguration
{

public partial class ProductConfigurationService : IProductConfigurationService
{

public bool IsProductActivationRequired()
{
return false;
}
}
}

IsSupport code should look like this after deleting some lines
using System;
using System.Collections.Generic;
using Intuit.Ctg.Map.UI;
using Intuit.Ctg.Wte.Service.Activation;
using Intuit.Ctg.Wte.Service.Analytics.Activation;
using Intuit.Ctg.Wte.Service.Entitlement;

namespace Intuit.Ctg.Wte.Service.ProductConfiguration
{

public partial class ProductConfigurationService : IProductConfigurationService
{

private bool IsSupport()
{
return true;
}
}
}

This is done after you installed TurboTax and updated.
Where is this? I tried to find
IsProductActivatedRequired
 

Bhuvi100x

Member
Downloaded
11.8 GB
Uploaded
5.5 GB
Ratio
0.47
Seedbonus
44
Upload Count
0 (0)
Member for 8 years
Fixed it

Found it on another torrent site, how to:



After following the instructions, when patching the exe, click the Reversed check-mark (the icon is displayed on the top left, not really that obvious), we failed because we clicked on the Medicines icon.

When updating, don't use the Yes on the update pop-up, instead use the app's Help->Check for updates.

After the update, and getting the TI3021 error, then close the app and re-run the Medicines but this time, check the top two check-boxes, then run the app again.
 

superh

Member
Downloaded
268.5 MB
Uploaded
5 GB
Ratio
19.07
Seedbonus
0
Upload Count
0 (0)
Member for 2 months
Fixed it

Found it on another torrent site, how to:



After following the instructions, when patching the exe, click the Reversed check-mark (the icon is displayed on the top left, not really that obvious), we failed because we clicked on the Medicines icon.

When updating, don't use the Yes on the update pop-up, instead use the app's Help->Check for updates.

After the update, and getting the TI3021 error, then close the app and re-run the Medicines but this time, check the top two check-boxes, then run the app again.
Thank you, now that I've re-read your reply and OP's notes, it is all good.
 

gilmore

✅ Verified Member
Member
Downloaded
75.9 GB
Uploaded
1,001.6 GB
Ratio
13.19
Seedbonus
808,325
Upload Count
0 (0)
Member for 3 years
Thank you for the share
 
Top