Logo

MS will release single office apps in MS Store

It seems that Microsoft is going to offer subscription and sales of individual office applications in the Windows Store. The office package will still be available as a package but for the first time, we will get single applications as standalone ones available for purchase.

ms officeThis is a very interesting decision by Microsoft and I fully support it, this time users will be able to pay less and to choose only applications that they need instead of paying for the whole package and not using it.

Do You Need Help with Your Device?

Our Team of Experts May Help
Troubleshoot.Tech Experts are There for You!
Replace damaged files
Restore performance
Free disk space
Remove Malware
Protects WEB browser
Remove Viruses
Stop PC freezing
GET HELP
Troubleshoot.Tech experts work with all versions of Microsoft Windows including Windows 11, with Android, Mac, and more.

Share this article:

You might also like

Change the Taskbar Size in Windows 11
Default Taskbar inside Windows 11 is pretty good if we are talking about its height. Sitting at 48 pixels it is a pretty decent size considering functionality and size ratio but if you want to make it a little larger or smaller know that you can do that as well in order to customize it for your personal needs. Sadly in order to actually change height size, you will have to do it inside the registry editor, but worry not, we are here with you to guide you all the way, one step at a time. Also, note that you can only change Taskbar from normal size of 48px to either small of 32px or large gapping at 72px. Icons will also be scaled proportionally with the taskbar.

windows 11 TaskbarGuide

  1. Press ⊞ WINDOWS + R to open the run dialog
  2. Inside run dialog type in RegEdit and press ENTER
  3. In registry editor locate and find HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  4. Right Click on it to select it and create a new DWORD (32-bit) value
  5. Name the value TaskbarSi
  6. Inside TaskbarSi double click in order to set the value to 0 if you want a small size Taskbar, 1 is if you want to revert back to medium (standard one), or type in 2 if you want a large Taskbar.
  7. Save and close the Registry editor
  8. Reboot PC
And there you go, you have successfully changed Taskbar size inside Windows 11. If you want to revert back to standard size just repeat steps and place 1 as a value in point 6.
Read More
Fix Network driver issue in Windows
The network driver error is a not serious Windows issue.  It happens from time to time and luckily it can be solved with a little effort and in a short time period. Today in this article we will explore the most common solutions for driver malfunction for Network adapter inside Windows 10. If you have this particular problem, go from step 1 to the last step since all steps are meant to go from simplest to the most complex. All of that being said let us fix your Network driver issue.
  1. Check to see if the cable is plugged in and not malfunctioned

    The first common issue of the network now working can be cable malfunction or bad contact in your network adapter or in HUB/SWITCH. There are various tools to check the quality and working order of cable but you could also make sure that it is not a cable issue by trying connection with the correct working cable. If the network is restored with another cable then change the malfunctioning cable and your issue is resolved if the problem persists move to the next step.
  2. Check if Windows troubleshooter will resolve the issue

    Righ-click on the network icon in the taskbar and choose to troubleshoot problems. Windows built-in tools could resolve issues and fix them for you. If by any chance Windows is not able to find or resolve issues move to the next step.
  3. Check if the Device Manager is reporting an error and update the driver

    If the hardware is functioning properly then the issue might be in Windows not detecting device or driver malfunction. In any case, the Device Manager will be the one who will report this problem. In order to check to see if the driver is properly working press ⊞ WINDOWS + X to open the hidden start menu. keyboard with windows and x marked Once it opens, click on Device Manager to open it, If you have a driver device error inside Windows, you should see it immediately when entering the Device Manager, it will have a yellow exclamation mark beside it. Right-click on it and choose update driver.
  4. Reinstall driver

    If driver update failed or you already have the latest drivers, reinstalling them could fix the issue since drivers might have corrupted during installation of some update or application. Follow steps from point 3 to get to the driver in Device Manager, then right-click on it but instead of update choose to uninstall. Reboot Windows once the driver is uninstalled and Windows will install a new one automatically. If you do not want to update drivers automatically, do not restart your system, instead install the latest driver for your device, then reboot. Since this is a network error, you will have to get drivers on another computer and transfer them via USB to malfunctioning one.
  5. Check Windows update

    Check to see if the latest Windows update is installed, update your Windows if needed
  6. Fix driver issue with DRIVERFIX

    If everything else fails, get DRIVERFIX, a premium solution for your PC issues, and fix driver errors.
Read More
System Image Backup 0x807800A1 & 0x800423F3
System image backup error 0x807800A1 & 0x800423F3 appears when you are trying to create a system image backup and the operation fails to do so. If you’re faced with any of these error codes, try our recommended solutions in the order presented below and resolve the issue.

Check Volume Shadow Copy & Software Protection Services

To restart the Volume Shadow Copy Service (VSS) on Windows 10, do the following:
  • Press ⊞ Windows + X to bring up the Windows menu.
  • Click on command prompt (admin)
  • In the command prompt window, type the commands below and hit Enter after each line:
net stop vss net start vss
Once the commands execute successfully, try the system image backup again. The operation should complete successfully. You need to also check if the Software Protection Service is disabled. If it is, then Start it and ensure that it is set to default which is Automatic (Delayed Started).

Create System Image using PowerShell

Command lines are less prone to errors provided the syntax is correct, unlike GUIs that can suffer a glitch every now and then. To create a system image with PowerShell do the following:
  1. Open the Windows PowerShell as administrator. To create a System Image in Windows 10 using PowerShell, you will have to run the Wbadmin command.
  2. Inside the Powershell window type, then press Enter: wbadmin start backup-backup target: E:-include: C:-quiet-allCritical E: is the target drive where you’re going to save the system image, and C: is the system root drive where Windows is currently installed
  3. To extract the created system image, starting over from Windows 10 USB installation media, select advanced startup or open run and type: C: \ Windows \ System32 \ Shutdown.exe / r / o

Use third-party imaging software

If the previous two solutions have not managed to solve the issue there is always an option to use a third-party imaging solution. There are free open source and buying options offering various advantages each. Find out which one works best for you and use it.
Read More
Fix Bugcode 0xA – IRQL_NOT_LESS_OR_EQUAL
Interrupts are designed so that the resource requests don’t get into a headlock when it comes to the hardware level. To simply put it, it is used to break a loop that never ends. Aside from that, developers also designed levels in order to prioritize interrupts. It is also known as “Interrupt Request Level” or IRQL. And if you suddenly encounter a “Bugcode 0xA –IRQL_NOT_LESS_OR_EQUAL” error, this means that a driver has accessed a memory location illegally while NT is operating at a specific IRQL. The Bugcode 0xA –IRQL_NOT_LESS_OR_EQUAL is a fatal driver coding error and as an end-user, there isn’t much that you can do to resolve it but if you’re a developer, then this means that your code is trying to access an invalid memory location. You could check on different parameters such as memory location that was referenced and code addressed which referenced memory. The technical parameters are:
  • a memory location that was referenced
  • IRQL at time of reference
  • 0 = read, 1 = write
  • code addressed which referenced memory
As mentioned earlier, if you are an end-user, there is nothing much that you can do to resolve this problem, but worry not for there are still possible solutions that could help you in fixing it. Refer to the suggestions laid out below to fix Bugcode 0xA –IRQL_NOT_LESS_OR_EQUAL error.

Option 1 – Try running the Hardware and Devices Troubleshooter

The first thing you can do to fix the problem is by running the Hardware Troubleshooter. Although it won’t make much of a difference, there’s still a possibility that it could automatically fix the problem. To use it, refer to these steps:
  • The first thing you need to do is click on Start and then on the gear-like icon to pull up the window for Settings.
  • After opening Settings, look for the Update and Security option and select it.
  • From there, go to the Troubleshoot option located on the left-hand side of the list.
  • Next, select Hardware and Devices from the list and open the Troubleshooter and run it. Once it is doing its job, wait for it to complete the process and then restart the system.
  • After the system restarts, check if the problem’s now fixed. If not, refer to the next option given below.

Option 2 – Try to update or rollback your device drivers

If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
  • Open the Devices Manager from the Win X Menu.
  • Then locate the device drivers and right-click on them to open the Properties.
  • After that, switch to the Driver tab and click on the Uninstall Device button.
  • Follow the screen option to completely uninstall it.
  • Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.

Option 3 – Run the Memory Diagnostic Tool to check for Memory leaks

  • Tap the Win + R keys to open Run and type exe and hit Enter to open the Windows Memory Diagnostic Tool.
  • After that, it will give two options such as:
    • Restart now and check for problems (Recommended)
    • Check for problems the next time I start my computer
  • Once your computer has restarted, perform a basic scan or you could also go for the “Advanced” options such as “Test mix” or “Pass count”. Simply tap the F10 key to start the test.
Note: After you select the option, your PC will restart and check for memory-based issues. If it finds any issues, it will automatically fix them and if there’s no issue found, then it’s most likely not a memory-based issue so you should try the other options given below.
Read More
Fix Minecraft Realms Internal Server Error 500
Many Minecraft players are experiencing Realms internal server error 500, luckily for all of that players, we are offering you solutions.

Preliminary Fixes

Before heading towards the fixes here it is suggested to try some quick tweaks that might work in your case to fix Minecraft Internal Server Error 500. Restart your PC – Very first it is suggested to shut down your computer and after that restart the system. This worked for many players to get rid of the server outages issue. Update your Windows version – Check if you are running an outdated Windows version then make sure to install the latest Windows update and then run the game. Update Your Game Version – Also make sure you are running an updated version of Minecraft Realms. Installing the latest updates not only makes the game more stable but also helps you to solve common glitches and issues with the game. So, check if any recent updates are available to make sure to download and install them Modify the Game Settings – Check if you have tweaked some of the game settings then this might be the reason for the problem. So try to reconfigure the settings to default. This may work for you. Now after following the preliminary solutions check if the Minecraft Realms Internal Server Error 500 is resolved or else head to the next solution.

Check your Internet Connection

As said above if the internet connection is not working properly or it is preventing you from accessing the servers, then this can also cause the Internal Server Error 500 in the Minecraft server. So, very first make sure your internet connection is stable and working properly. Also if you are using Wi-Fi then use a wired connection to get a stable network. Moreover, if your internet connection is working fine then there is a possibility that your internet connection is causing interruption and preventing you from accessing the Minecraft Realms server. So, if this is the case then here it is suggested to use a VPN connection to get exceptionally fast & reliable speeds without getting detected.

Check for the Minecraft Server Outage

Well, there is a possibility the Minecraft servers are down and if this is the case then you don’t have any other option than just waiting for the servers to get restarted and the service becomes available again. Also, the service outages can affect the ability of the game and as a result, you are unable to play the game. Additionally, you can also inquire about Minecraft’s server status by visiting the Downdetector website. But if you find the services are running fine then the issue is from your side.

Disable Background Applications

If you are still getting the Minecraft Realms Internal Server Error 500, then there are chances that other applications running in the background are causing a limit to your internet bandwidth. It is suggested to disable the internet-connected apps and after that try connecting to Microsoft Realms again.
  • Hit CTRL + SHIFT + ESC keys > to open the Task Manager.
  • Then under the Process tab,> right-click on unwanted background process, > click on the End Task 
After disabling the applications running in the background, relaunch Minecraft and check if the internal server error 500 still appears or not.

Delete UUID Files in Minecraft

If you are still getting the Minecraft Realms Internal Server Error 500 then here it is suggested to delete the UUID files in Minecraft.
  • First, visit the website by clicking the https://mcuuid.net/ and enter all the credentials to get the player’s UUID
  • Then login to the server > proceed to server files > head to the world
  • Here locate the PlayerData folder > click to open it.
  • And from here choose the file containing the same name like the player’s Username or UUID > after that hit the Delete
  • Lastly, restart your server to save the changes

Remove Resource Packs & Mods

If you are getting the Minecraft realms internal server error 500 after the installation of a particular mod or the resource pack then this is what causing the issue while playing the realm. So, here it is suggested to delete it immediately, also uninstall the mod as well as the resource pack you installed recently. It is estimated this works for you but if you have a doubt related to any specific mod or the resource pack causing an error you should uninstall then also and check if the Minecraft internal error 500 is fixed.

Disable the Plugins

If you are still encountering the error then check for the plugins installed on your PC. Many times the installed plugin starts causing issues with the game as they are not compatible with the game version. So here it is recommended to try disabling the plugins on the PC and check if this works for you.
  • On your system > open the plugin window > rename the plugins files from “[plugin name].jar to [plugin name].jar.disabled”.
  • Next restart the server and check if the Minecraft Realms Internal Server Error 500 problem is resolved or not.

Uninstall & Reinstall Minecraft

If none of the above-given solutions works for you then here it is suggested to uninstall and reinstall Minecraft. Well, it is suggested to uninstall the game using the third-party uninstaller. Manually uninstalling the program won’t remove it completely, some of its registry entries, junk files are left behind and causes interruption when the next time you install it. If you are looking to uninstall it manually then follow the steps given:
  • Hit Window + R key > to open the Run box
  • And in the run box type appwiz.cpl command > hit Enter
  • Now the application manager window pops up on your screen > locate the Minecraft application > right-click to Uninstall
And as the uninstalling process is completed > head to the Minecraft official website and tries downloading and installing the game. Check if the Minecraft Realms Internal Server Error 500 is resolved or not.

Contact Support Center

If after trying all the solutions given you are still unable to fix the error then the only option left is to contact the Customer Support Center and fill the form in the link and describe the problem in a detailed way. And within few days you will get feedback from them to fix Minecraft Realms internal error 500.
Read More
Fix Copy & Paste issue in Windows 10
Copy & Paste function is an essential option in properly working Windows, from copying text to weblinks and many other sources like pictures and files it is one of the crucial features in Windows. When the copy and paste feature is not working we are somewhat left in Windows limbo, essentially Windows itself is working but without this specific feature it is very hard, almost impossible to get any work done, if you are an unfortunate user who has faced this particular issue do not worry, we have solutions for you.
  1. Update Windows

    Glitches come in various forms and sometimes they are introduced in updates, check to see if it is available Windows update and if it, download and install it, there is a very high chance that the next update will bring fixes for known glitches.
  2. Disable antivirus

    A good antivirus is an essential piece of software for any PC, however, sometimes it can interfere with the basic operations of windows itself. Disable it completely to see if copying and pasting will start to work, if this is a case, see can you somehow turn options off in antivirus or switch to another one.
  3. Run Check disc

    Corrupted applications and system files can cause issues with Windows functioning, the easiest way to solve this issue is to run build-in Windows Check disk utility and let it scan and fix potential issues.
  4. Run SFC

    If the check disk failed to fix the issue, run command prompt as administrator and type in sfc /scannow, file checker will go through all files and fix if it finds anything including corrupted system files. Reboot your system after the operation completes. Please note that an SFC scan can take a long time sometimes, do not interrupt the scanning process and leave it to finish.
  5. Restart rdpclip process

    Restarting rdpclip.exe can solve the issue. Open task manager and under process find rdpclip.exe, right-click on it and end it, then go to windows/system32 and search for rdpclip.exe and double click it. Please note that you will be able to find this process only if you are on a remote PC machine, on a local user machine rdpclip is not running.
  6. Rollback to the previous system restore point

    If this particular issue was introduced in the latest update and previous solutions have not worked, roll back to the restore point where everything was working as it should.
  7. Stop virtualization

    if you are using virtual software there is a chance that the shared clipboard feature is interfering with Windows, turn the Virtual machine off and try copy & paste again.
Read More
Disable password asking in Windows 10
To turn password login in Windows 10 you will need approximately one minute of your time. So let's do it fast and efficient Press ⊞ WINDOWS + X to open the secret menu keyboard with windows and x markedClick on command prompt (admin) Windows menu command prompt adminType in command prompt following:
powercfg /SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
press ENTER
powercfg /SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONSOLELOCK 0
press ENTER And you are done! Next time when you open your laptop from sleep you will no longer need to type in the password.
Read More
Tutorial on how to Remove TelevisionFanatic

TelevisionFanatic is a potentially unwanted browser hijacking extension developed by Mindspark Interactive Network. It is marketed to enjoy one-click access to local TV listings, watch recently-aired episodes of your favorite shows and viral web videos, plus TV news and show recaps. However, all of these services require registration and sensitive personal data, that is later sold/forwarded to serve ads.

Upon installation, this extension adds registry entries that allow it to run each time the computer is started. It also changed your default search engine to MyWebSearch and hijacks your default new tab behavior opening MyWebSearch instead. These search results display unwanted ads, and clutter pages with sponsored links that negatively affect your browsing experience. Multiple anti-virus scanners have detected TelevisionFanatic as a browser hijacker, and therefore it is flagged for optional removal.

About Browser Hijackers

Browser hijacking is amongst the web’s constant problems that target browsers. It’s a kind of malware program that alters your web browser’s configuration settings and redirects you to sites or pages that you had no intention of visiting. Browser hijackers could do a variety of things on your PC. It redirects you to the sponsored internet sites and injects ads on the web browser that helps its creator generate income. While it might appear naive, all browser hijackers are damaging and thus always regarded as security risks. Some browser hijackers are designed to make certain modifications beyond the browsers, like altering entries on the computer registry and letting other types of malware further damage your PC.

Browser hijacking signs and symptoms

When your browser is hijacked, the following could happen: 1. home-page is changed 2. new bookmarks pointing to porn sites have been added to your favorite pages 3. the default online search engine and/or the default browser settings are modified 4. you see unwanted new toolbars added 5. you may see many pop-up ads on your computer screen 6. your internet browser starts running slowly or displays frequent glitches 7. you are blocked to access those sites of antivirus solution providers.

Exactly how browser hijacker finds its way to your computer

Browser hijackers may use drive-by downloads or file-sharing websites or an e-mail attachment to reach a targeted PC. Many internet browser hijackings come from add-on software, i.e., browser helper objects (BHO), toolbars, or plug-ins added to web browsers to provide the extra features. Browser hijackers sneak into your pc in addition to free software application downloads that you unwittingly install alongside the original. Common examples of browser hijackers include Conduit, CoolWebSearch, Coupon Server, OneWebSearch, RocketTab, Snap.do, Delta Search, and Searchult.com. Browser hijackers can record user keystrokes to collect potentially important information leading to privacy concerns, cause instability on systems, severely disrupt user’s browsing experience, and finally slow down the system to a stage where it will become unusable.

Removing browser hijackers

Some hijackers can be removed by uninstalling the freeware they came with or by deleting any extension you’ve recently added to your browser. However, most hijackers are hard to get rid of manually. Irrespective of how much you try to remove it, it might return over and over again. And there is no denying the very fact that manual repairs and removal can certainly be a difficult job for an inexperienced PC user. Besides, there are various risks connected with tinkering around with the system registry files.

What To Do When You Cannot Download Safebytes Anti-Malware?

Viruses can cause plenty of damage to your personal computer. Some malware sits in between your computer and your internet connection and blocks a few or all sites that you would like to visit. It might also block you from the installation of anything on your system, particularly antivirus applications. So what you should do if malicious software prevents you from downloading or installing Anti-Malware? There are some steps you can take to get around this issue.

Make use of Safe Mode to fix the issue

In Safe Mode, you may modify Windows settings, uninstall or install some software, and remove hard-to-delete viruses. In the event the malware is obstructing internet connection and affecting the computer, launching it in Safe Mode allows you to download anti-malware and run a diagnostic scan whilst limiting potential damage. To start the computer into Safe Mode, hit the “F8” key on the keyboard right before the Windows boot screen comes up; Or right after normal Windows boot up, run MSCONFIG, check the Safe Boot under Boot tab, and click Apply. Once you are in safe mode, you can attempt to download and install your anti-malware program without the hindrance of malicious software. Following installation, run the malware scanner to eliminate standard infections.

Switch over to an alternate web browser

Malicious program code could exploit vulnerabilities on a specific web browser and block access to all antivirus software websites. If you suspect that your Internet Explorer has been hijacked by malware or otherwise compromised by online hackers, the most effective thing to do would be to switch to an alternate web browser such as Firefox, Chrome, or Safari to download your favorite computer security program – Safebytes Anti-Malware.

Run anti-malware from your USB drive

Here’s another solution which is utilizing a portable USB anti-virus software that can check your system for malware without the need for installation. To run anti-virus using a thumb drive, follow these simple steps: 1) Download Safebytes Anti-Malware or Windows Defender Offline onto a clean PC. 2) Plug the USB drive into the clean PC. 3) Double-click the Setup icon of the antivirus software to run the Installation Wizard. 4) Select the drive letter of the flash drive as the location when the wizard asks you where you want to install the antivirus. Do as instructed on the screen to finish off the installation process. 5) Disconnect the flash drive. Now you can utilize this portable anti-virus on the infected computer system. 6) Double-click the anti-malware software EXE file on the pen drive. 7) Press the “Scan” button to run a full system scan and remove malware automatically.

A Look at the Best Anti-Malware Program

Do you want to download the best anti-malware program for your laptop or computer? There are many applications in the market that comes in free and paid versions for Microsoft Windows computers. A few of them are good and some are scamware applications that pretend as genuine anti-malware software waiting around to wreak havoc on your PC. You need to select one that is dependable, practical, and has a strong reputation for its malware source protection. One of the highly recommended software programs is SafeBytes Anti-Malware. SafeBytes carries a superb reputation for top-quality service, and customers seem to be happy with it. SafeBytes anti-malware is a trustworthy tool that not only secures your computer completely but is also very user-friendly for people of all skill levels. With its outstanding protection system, this software will automatically detect and get rid of the majority of the security threats, which include adware, viruses, browser hijackers, ransomware, PUPs, and trojans. SafeBytes anti-malware provides a plethora of enhanced features which sets it aside from all others. Let’s check out some of them below: Anti-Malware Protection: Safebytes is built on the best virus engine within the industry. These engines will identify and remove threats even during the early stages of a malware outbreak. Real-time Active Protection: Malware programs looking to get into the computer are discovered and stopped as and when detected by the SafeBytes active protection shields. This utility will continuously monitor your PC for suspicious activity and updates itself regularly to keep abreast of the constantly changing threat situation. Internet Security: SafeBytes gives an instant safety rating on the pages you are about to visit, automatically blocking dangerous sites and ensuring that you are certain of your safety while browsing the web. High-Speed Malware Scanning Engine: SafeBytes Anti-Malware has got a multi-thread scan algorithm that works up to 5 times faster than any other antivirus software. Minimal CPU and Memory Usage: SafeBytes is well-known for its low influence on processing power and great detection rate of numerous threats. It works quietly and efficiently in the background so you’re free to use your computer or laptop at full power all of the time. 24/7 Guidance: SafeBytes provides you with 24/7 technical support, automatic maintenance, and updates for the best user experience.

Technical Details and Manual Removal (Advanced Users)

If you wish to manually remove TelevisionFanatic without the use of an automated tool, it may be possible to do so by removing the program from the Windows Add/Remove Programs menu, or in cases of browser extensions, going to the browsers AddOn/Extension manager and removing it. You will likely also want to reset your browser. To ensure the complete removal, manually check your hard drive and registry for all of the following and remove or reset the values accordingly. Please note that this is for advanced users only and may be difficult, with incorrect file removal causing additional PC errors. In addition, some malware is capable of replicating or preventing deletion. Doing this in Safe Mode is advised.

The following files, folders, and registry entries are created or modified by TelevisionFanatic

Files: %APPDATA%TelevisionFanatic %PROGRAMFILES%TelevisionFanatic %PROGRAMFILES%TelevisionFanaticEI %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatic%APPDATA%TelevisionFanatic %PROGRAMFILES%TelevisionFanatic %PROGRAMFILES%TelevisionFanaticEI %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatic%#MANIFEST#%18369B.exe %PROGRAMFILES%TelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanatic%#MANIFEST#%18369B.exe %APPDATA%TelevisionFanaticauxstb.dll %APPDATA%TelevisionFanaticbar.dll %APPDATA%TelevisionFanaticbarsvc.exe %APPDATA%TelevisionFanaticbprtct.dll %APPDATA%TelevisionFanaticbrmon.exe %APPDATA%TelevisionFanaticbrstub.dll %APPDATA%TelevisionFanaticdatact.dll %APPDATA%TelevisionFanaticdlghk.dll %APPDATA%TelevisionFanaticdyn.dll %APPDATA%TelevisionFanaticfeedmg.dll %APPDATA%TelevisionFanatichighin.exe %APPDATA%TelevisionFanatichkstub.dll %APPDATA%TelevisionFanatichtmlmu.dll %APPDATA%TelevisionFanatichttpct.dll %APPDATA%TelevisionFanaticidle.dll %APPDATA%TelevisionFanaticieovr.dll %APPDATA%TelevisionFanaticimpipe.exe %APPDATA%TelevisionFanaticmedint.exe %APPDATA%TelevisionFanaticmlbtn.dll %APPDATA%TelevisionFanaticmsg.dll %APPDATA%TelevisionFanaticPlugin.dll %APPDATA%TelevisionFanaticradio.dll %APPDATA%TelevisionFanaticregfft.dll %APPDATA%TelevisionFanaticreghk.dll %APPDATA%TelevisionFanaticregiet.dll %APPDATA%TelevisionFanaticscript.dll %APPDATA%TelevisionFanaticskin.dll %APPDATA%TelevisionFanaticsknlcr.dll %APPDATA%TelevisionFanaticskplay.exe %APPDATA%TelevisionFanaticSrcAs.dll %APPDATA%TelevisionFanaticSrchMn.exe %APPDATA%TelevisionFanatictpinst.dll %APPDATA%TelevisionFanaticuabtn.dll %APPDATA%TelevisionFanaticAppIntegrator64.exe %APPDATA%TelevisionFanaticAppIntegratorStub64.dll %APPDATA%TelevisionFanaticBOOTSTRAP.JS %APPDATA%TelevisionFanaticffxtbr.jar %APPDATA%TelevisionFanaticCHROME.MANIFEST %APPDATA%TelevisionFanaticCREXT.DLL %APPDATA%TelevisionFanaticCrExtP64.exe %APPDATA%TelevisionFanaticDPNMNGR.DLL %APPDATA%TelevisionFanaticEXEMANAGER.DLL %APPDATA%TelevisionFanaticHpg64.dll %APPDATA%TelevisionFanaticINSTALL.RDF %APPDATA%TelevisionFanaticinstallKeys.js %APPDATA%TelevisionFanaticLOGO.BMP %APPDATA%TelevisionFanaticNP64Stub.dll %APPDATA%TelevisionFanaticT8EXTEX.DLL %APPDATA%TelevisionFanaticT8EXTPEX.DLL %APPDATA%TelevisionFanaticT8HTML.DLL %APPDATA%TelevisionFanaticT8RES.DLL %APPDATA%TelevisionFanaticT8TICKER.DLL %APPDATA%TelevisionFanaticVERIFY.DLL %APPDATA%TelevisionFanaticEIPlug.dll %APPDATA%TelevisionFanaticEZSETP.dll %APPDATA%TelevisionFanaticNP64EISb.dll %APPDATA%TelevisionFanatic%#MANIFEST#%18369B.exe Registry: Key HKLMSOFTWARETelevisionFanatic Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Internet Explorer Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Firefox Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objectscb41fc95-f1b3-4797-8bb6-1012ff62abba Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objects5d79f641-c168-40df-a32f-bacea7509e75 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1 Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton18369B.exe %PROGRAMFILES%TelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanatic%APPDATA%TelevisionFanatic %PROGRAMFILES%TelevisionFanatic %PROGRAMFILES%TelevisionFanaticEI %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatic%#MANIFEST#%18369B.exe %PROGRAMFILES%TelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanatic%#MANIFEST#%18369B.exe %APPDATA%TelevisionFanaticauxstb.dll %APPDATA%TelevisionFanaticbar.dll %APPDATA%TelevisionFanaticbarsvc.exe %APPDATA%TelevisionFanaticbprtct.dll %APPDATA%TelevisionFanaticbrmon.exe %APPDATA%TelevisionFanaticbrstub.dll %APPDATA%TelevisionFanaticdatact.dll %APPDATA%TelevisionFanaticdlghk.dll %APPDATA%TelevisionFanaticdyn.dll %APPDATA%TelevisionFanaticfeedmg.dll %APPDATA%TelevisionFanatichighin.exe %APPDATA%TelevisionFanatichkstub.dll %APPDATA%TelevisionFanatichtmlmu.dll %APPDATA%TelevisionFanatichttpct.dll %APPDATA%TelevisionFanaticidle.dll %APPDATA%TelevisionFanaticieovr.dll %APPDATA%TelevisionFanaticimpipe.exe %APPDATA%TelevisionFanaticmedint.exe %APPDATA%TelevisionFanaticmlbtn.dll %APPDATA%TelevisionFanaticmsg.dll %APPDATA%TelevisionFanaticPlugin.dll %APPDATA%TelevisionFanaticradio.dll %APPDATA%TelevisionFanaticregfft.dll %APPDATA%TelevisionFanaticreghk.dll %APPDATA%TelevisionFanaticregiet.dll %APPDATA%TelevisionFanaticscript.dll %APPDATA%TelevisionFanaticskin.dll %APPDATA%TelevisionFanaticsknlcr.dll %APPDATA%TelevisionFanaticskplay.exe %APPDATA%TelevisionFanaticSrcAs.dll %APPDATA%TelevisionFanaticSrchMn.exe %APPDATA%TelevisionFanatictpinst.dll %APPDATA%TelevisionFanaticuabtn.dll %APPDATA%TelevisionFanaticAppIntegrator64.exe %APPDATA%TelevisionFanaticAppIntegratorStub64.dll %APPDATA%TelevisionFanaticBOOTSTRAP.JS %APPDATA%TelevisionFanaticffxtbr.jar %APPDATA%TelevisionFanaticCHROME.MANIFEST %APPDATA%TelevisionFanaticCREXT.DLL %APPDATA%TelevisionFanaticCrExtP64.exe %APPDATA%TelevisionFanaticDPNMNGR.DLL %APPDATA%TelevisionFanaticEXEMANAGER.DLL %APPDATA%TelevisionFanaticHpg64.dll %APPDATA%TelevisionFanaticINSTALL.RDF %APPDATA%TelevisionFanaticinstallKeys.js %APPDATA%TelevisionFanaticLOGO.BMP %APPDATA%TelevisionFanaticNP64Stub.dll %APPDATA%TelevisionFanaticT8EXTEX.DLL %APPDATA%TelevisionFanaticT8EXTPEX.DLL %APPDATA%TelevisionFanaticT8HTML.DLL %APPDATA%TelevisionFanaticT8RES.DLL %APPDATA%TelevisionFanaticT8TICKER.DLL %APPDATA%TelevisionFanaticVERIFY.DLL %APPDATA%TelevisionFanaticEIPlug.dll %APPDATA%TelevisionFanaticEZSETP.dll %APPDATA%TelevisionFanaticNP64EISb.dll %APPDATA%TelevisionFanatic%#MANIFEST#%18369B.exe Key HKLMSOFTWARETelevisionFanatic Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Internet Explorer Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Firefox Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objectscb41fc95-f1b3-4797-8bb6-1012ff62abba Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objects5d79f641-c168-40df-a32f-bacea7509e75 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1 Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton18369B.exe %APPDATA%TelevisionFanaticauxstb.dll %APPDATA%TelevisionFanaticbar.dll %APPDATA%TelevisionFanaticbarsvc.exe %APPDATA%TelevisionFanaticbprtct.dll %APPDATA%TelevisionFanaticbrmon.exe %APPDATA%TelevisionFanaticbrstub.dll %APPDATA%TelevisionFanaticdatact.dll %APPDATA%TelevisionFanaticdlghk.dll %APPDATA%TelevisionFanaticdyn.dll %APPDATA%TelevisionFanaticfeedmg.dll %APPDATA%TelevisionFanatichighin.exe %APPDATA%TelevisionFanatichkstub.dll %APPDATA%TelevisionFanatichtmlmu.dll %APPDATA%TelevisionFanatichttpct.dll %APPDATA%TelevisionFanaticidle.dll %APPDATA%TelevisionFanaticieovr.dll %APPDATA%TelevisionFanaticimpipe.exe %APPDATA%TelevisionFanaticmedint.exe %APPDATA%TelevisionFanaticmlbtn.dll %APPDATA%TelevisionFanaticmsg.dll %APPDATA%TelevisionFanaticPlugin.dll %APPDATA%TelevisionFanaticradio.dll %APPDATA%TelevisionFanaticregfft.dll %APPDATA%TelevisionFanaticreghk.dll %APPDATA%TelevisionFanaticregiet.dll %APPDATA%TelevisionFanaticscript.dll %APPDATA%TelevisionFanaticskin.dll %APPDATA%TelevisionFanaticsknlcr.dll %APPDATA%TelevisionFanaticskplay.exe %APPDATA%TelevisionFanaticSrcAs.dll %APPDATA%TelevisionFanaticSrchMn.exe %APPDATA%TelevisionFanatictpinst.dll %APPDATA%TelevisionFanaticuabtn.dll %APPDATA%TelevisionFanaticAppIntegrator64.exe %APPDATA%TelevisionFanaticAppIntegratorStub64.dll %APPDATA%TelevisionFanaticBOOTSTRAP.JS %APPDATA%TelevisionFanaticffxtbr.jar %APPDATA%TelevisionFanaticCHROME.MANIFEST %APPDATA%TelevisionFanaticCREXT.DLL %APPDATA%TelevisionFanaticCrExtP64.exe %APPDATA%TelevisionFanaticDPNMNGR.DLL %APPDATA%TelevisionFanaticEXEMANAGER.DLL %APPDATA%TelevisionFanaticHpg64.dll %APPDATA%TelevisionFanaticINSTALL.RDF %APPDATA%TelevisionFanaticinstallKeys.js %APPDATA%TelevisionFanaticLOGO.BMP %APPDATA%TelevisionFanaticNP64Stub.dll %APPDATA%TelevisionFanaticT8EXTEX.DLL %APPDATA%TelevisionFanaticT8EXTPEX.DLL %APPDATA%TelevisionFanaticT8HTML.DLL %APPDATA%TelevisionFanaticT8RES.DLL %APPDATA%TelevisionFanaticT8TICKER.DLL %APPDATA%TelevisionFanaticVERIFY.DLL %APPDATA%TelevisionFanaticEIPlug.dll %APPDATA%TelevisionFanaticEZSETP.dll %APPDATA%TelevisionFanaticNP64EISb.dll %APPDATA%TelevisionFanatic%APPDATA%TelevisionFanatic %PROGRAMFILES%TelevisionFanatic %PROGRAMFILES%TelevisionFanaticEI %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanaticEITelevisionFanatic%#MANIFEST#%18369B.exe %PROGRAMFILES%TelevisionFanaticauxstb.dll %PROGRAMFILES%TelevisionFanaticbar.dll %PROGRAMFILES%TelevisionFanaticbarsvc.exe %PROGRAMFILES%TelevisionFanaticbprtct.dll %PROGRAMFILES%TelevisionFanaticbrmon.exe %PROGRAMFILES%TelevisionFanaticbrstub.dll %PROGRAMFILES%TelevisionFanaticdatact.dll %PROGRAMFILES%TelevisionFanaticdlghk.dll %PROGRAMFILES%TelevisionFanaticdyn.dll %PROGRAMFILES%TelevisionFanaticfeedmg.dll %PROGRAMFILES%TelevisionFanatichighin.exe %PROGRAMFILES%TelevisionFanatichkstub.dll %PROGRAMFILES%TelevisionFanatichtmlmu.dll %PROGRAMFILES%TelevisionFanatichttpct.dll %PROGRAMFILES%TelevisionFanaticidle.dll %PROGRAMFILES%TelevisionFanaticieovr.dll %PROGRAMFILES%TelevisionFanaticimpipe.exe %PROGRAMFILES%TelevisionFanaticmedint.exe %PROGRAMFILES%TelevisionFanaticmlbtn.dll %PROGRAMFILES%TelevisionFanaticmsg.dll %PROGRAMFILES%TelevisionFanaticPlugin.dll %PROGRAMFILES%TelevisionFanaticradio.dll %PROGRAMFILES%TelevisionFanaticregfft.dll %PROGRAMFILES%TelevisionFanaticreghk.dll %PROGRAMFILES%TelevisionFanaticregiet.dll %PROGRAMFILES%TelevisionFanaticscript.dll %PROGRAMFILES%TelevisionFanaticskin.dll %PROGRAMFILES%TelevisionFanaticsknlcr.dll %PROGRAMFILES%TelevisionFanaticskplay.exe %PROGRAMFILES%TelevisionFanaticSrcAs.dll %PROGRAMFILES%TelevisionFanaticSrchMn.exe %PROGRAMFILES%TelevisionFanatictpinst.dll %PROGRAMFILES%TelevisionFanaticuabtn.dll %PROGRAMFILES%TelevisionFanaticAppIntegrator64.exe %PROGRAMFILES%TelevisionFanaticAppIntegratorStub64.dll %PROGRAMFILES%TelevisionFanaticBOOTSTRAP.JS %PROGRAMFILES%TelevisionFanaticffxtbr.jar %PROGRAMFILES%TelevisionFanaticCHROME.MANIFEST %PROGRAMFILES%TelevisionFanaticCREXT.DLL %PROGRAMFILES%TelevisionFanaticCrExtP64.exe %PROGRAMFILES%TelevisionFanaticDPNMNGR.DLL %PROGRAMFILES%TelevisionFanaticEXEMANAGER.DLL %PROGRAMFILES%TelevisionFanaticHpg64.dll %PROGRAMFILES%TelevisionFanaticINSTALL.RDF %PROGRAMFILES%TelevisionFanaticinstallKeys.js %PROGRAMFILES%TelevisionFanaticLOGO.BMP %PROGRAMFILES%TelevisionFanaticNP64Stub.dll %PROGRAMFILES%TelevisionFanaticT8EXTEX.DLL %PROGRAMFILES%TelevisionFanaticT8EXTPEX.DLL %PROGRAMFILES%TelevisionFanaticT8HTML.DLL %PROGRAMFILES%TelevisionFanaticT8RES.DLL %PROGRAMFILES%TelevisionFanaticT8TICKER.DLL %PROGRAMFILES%TelevisionFanaticVERIFY.DLL %PROGRAMFILES%TelevisionFanaticEIPlug.dll %PROGRAMFILES%TelevisionFanaticEZSETP.dll %PROGRAMFILES%TelevisionFanaticNP64EISb.dll %PROGRAMFILES%TelevisionFanatic%#MANIFEST#%18369B.exe %APPDATA%TelevisionFanaticauxstb.dll %APPDATA%TelevisionFanaticbar.dll %APPDATA%TelevisionFanaticbarsvc.exe %APPDATA%TelevisionFanaticbprtct.dll %APPDATA%TelevisionFanaticbrmon.exe %APPDATA%TelevisionFanaticbrstub.dll %APPDATA%TelevisionFanaticdatact.dll %APPDATA%TelevisionFanaticdlghk.dll %APPDATA%TelevisionFanaticdyn.dll %APPDATA%TelevisionFanaticfeedmg.dll %APPDATA%TelevisionFanatichighin.exe %APPDATA%TelevisionFanatichkstub.dll %APPDATA%TelevisionFanatichtmlmu.dll %APPDATA%TelevisionFanatichttpct.dll %APPDATA%TelevisionFanaticidle.dll %APPDATA%TelevisionFanaticieovr.dll %APPDATA%TelevisionFanaticimpipe.exe %APPDATA%TelevisionFanaticmedint.exe %APPDATA%TelevisionFanaticmlbtn.dll %APPDATA%TelevisionFanaticmsg.dll %APPDATA%TelevisionFanaticPlugin.dll %APPDATA%TelevisionFanaticradio.dll %APPDATA%TelevisionFanaticregfft.dll %APPDATA%TelevisionFanaticreghk.dll %APPDATA%TelevisionFanaticregiet.dll %APPDATA%TelevisionFanaticscript.dll %APPDATA%TelevisionFanaticskin.dll %APPDATA%TelevisionFanaticsknlcr.dll %APPDATA%TelevisionFanaticskplay.exe %APPDATA%TelevisionFanaticSrcAs.dll %APPDATA%TelevisionFanaticSrchMn.exe %APPDATA%TelevisionFanatictpinst.dll %APPDATA%TelevisionFanaticuabtn.dll %APPDATA%TelevisionFanaticAppIntegrator64.exe %APPDATA%TelevisionFanaticAppIntegratorStub64.dll %APPDATA%TelevisionFanaticBOOTSTRAP.JS %APPDATA%TelevisionFanaticffxtbr.jar %APPDATA%TelevisionFanaticCHROME.MANIFEST %APPDATA%TelevisionFanaticCREXT.DLL %APPDATA%TelevisionFanaticCrExtP64.exe %APPDATA%TelevisionFanaticDPNMNGR.DLL %APPDATA%TelevisionFanaticEXEMANAGER.DLL %APPDATA%TelevisionFanaticHpg64.dll %APPDATA%TelevisionFanaticINSTALL.RDF %APPDATA%TelevisionFanaticinstallKeys.js %APPDATA%TelevisionFanaticLOGO.BMP %APPDATA%TelevisionFanaticNP64Stub.dll %APPDATA%TelevisionFanaticT8EXTEX.DLL %APPDATA%TelevisionFanaticT8EXTPEX.DLL %APPDATA%TelevisionFanaticT8HTML.DLL %APPDATA%TelevisionFanaticT8RES.DLL %APPDATA%TelevisionFanaticT8TICKER.DLL %APPDATA%TelevisionFanaticVERIFY.DLL %APPDATA%TelevisionFanaticEIPlug.dll %APPDATA%TelevisionFanaticEZSETP.dll %APPDATA%TelevisionFanaticNP64EISb.dll %APPDATA%TelevisionFanatic%#MANIFEST#%18369B.exe Key HKLMSOFTWARETelevisionFanatic Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Internet Explorer Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Firefox Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objectscb41fc95-f1b3-4797-8bb6-1012ff62abba Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objects5d79f641-c168-40df-a32f-bacea7509e75 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1 Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton18369B.exe Key HKLMSOFTWARETelevisionFanatic Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Internet Explorer Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionUninstallTelevisionFanaticbar Uninstall Firefox Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objectscb41fc95-f1b3-4797-8bb6-1012ff62abba Key HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper Objects5d79f641-c168-40df-a32f-bacea7509e75 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.XMLSessionPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.UrlAlertButton Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtectorCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ToolbarProtector Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstallerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ThirdPartyInstaller Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherSettings Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncherCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SkinLauncher Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.SettingsPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.ScriptButton Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettingsCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.RadioSettings Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio.1 Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.RadioCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.Radio Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin.1 Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPluginCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.PseudoTransparentPlugin Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.MultipleButton Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanelCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLPanel Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu.1 Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenuCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.HTMLMenu Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager.1 Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManagerCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.FeedManager Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1CLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton.1 Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCurVer Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButtonCLSID Key HKLMSOFTWAREClassesTelevisionFanatic.DynamicBarButton
Read More
Fix Failed to create a graphics device Error
As you know, the Windows 10 operating system has support for a dedicated high-end graphics processor that brings in capabilities inside to support Graphics Cards from NVIDIA or AMD. This helps the operating system to function in a much better way by segregating the graphics-intensive operations from the CPU to a dedicated processor. However, there are times when it also experiences some issues that lead to some errors like the “Failed to create a graphics device” error. It is possible that your computer has more than one screen or graphics card which is why you’re getting this error. To fix it, you need to try reinstalling DirectX or reinstall the Graphics Card driver. You could also try to manually check the hardware or power cycle of your computer. To start troubleshooting the “Failed to create a graphics device” error, follow the given suggestions below.

Option 1 – Try running the DirectX Diagnostic Tool

Since the error has something to do with the DirectX Graphics APIs, you can run the DirectX Diagnostic tool to resolve the problem.

Option 2 – Try updating or re-installing DirectX

If the DirectX Diagnostic tool didn’t work, you can try to update or reinstall DirectX instead. This can help in fixing the problem because when you reinstall or update DirectX, it will replace the incompatible or corrupted components of DirectX from your computer.

Option 3 – Update or reinstall the Graphics card drivers

  • First, boot your computer into Safe Mode.
  • After that, tap the Win + R keys to launch Run.
  • Type in MSC into the box and tap Enter or click OK to open the Device Manager.
  • After that, a list of device drivers will be displayed. From there, look for the Display Adapters and click on them.
  • After that, right-click on each entry under the Display Adapters and select the “Uninstall Device” option from the menu.
  • Now restart your computer.
  • After restarting your computer, go to the Settings app and Check for Updates in the Windows Update section.
Note: You also have the option to go directly to the website of your graphics card manufacturers like NVIDIA, Intel, or AMD and go to the section called Drivers then check if there’s a new available update – if there is, download and install it.

Option 4 – Try to physically check the hardware of your computer

You might also want to check the physical status of the hardware in your computer. You can clean the dust off the hardware components like the Graphics Card of the computer. In doing so, you have to use a small blower or you could also use a soft cloth and run the components gently. Make sure that you don’t damage any parts with moisture or cause harm to any circuits while you carry out this task.

Option 5 – Try to power cycle your computer

You could also try to power cycle your computer to fix the error. To do that, you have to turn off your computer in a way that the power is completely cut off and all the fresh configurations of files are loaded when your computer is booted up. The first thing you have to do is to shut down your computer and if you are using a laptop with a removable battery, you must remove the battery for a couple of minutes before you plug it back in and boot your laptop. On the other hand, if you are using a desktop computer, press and hold the power button until the CPU goes off and take out the power cable for a minute or so and then plug it back in. Boot your computer and see if the error has been resolved.
Read More
Intel to reveal roadmap during July 26 webcast
intel graphicsIntel announced that Pat Gelsinger (CEO) and Dr. Ann Kelleher  (technology Department head) will discuss Intel’s process and packaging innovations on an upcoming webcast that will happen on July 26th. The spokesman will talk and provide a deeper look at the process and packaging roadmaps for Intel. As we know Intel is planning to expand its production capabilities, outsource some of its technologies and offer foundry services to other chip design companies. The strategy will also include a shift to a 7nm process and Intel’s effort to set itself again as leader of CPU performance by 2024. There is also a chance that we will hear exact plans for Intel in the next three or four years. Intel didn't reveal much else about what Gelsinger and Kelleher plan to discuss during the webcast. The event will be streamed on July 26 at 2 pm PT via the Intel Newsroom; it will also be available to watch on-demand after the stream ends.
Read More
1 2 3 171
Logo
Copyright © 2023, ErrorTools. All Rights Reserved
Trademark: Microsoft Windows logos are registered trademarks of Microsoft. Disclaimer: ErrorTools.com is not affiliated with Microsoft, nor claims direct affiliation.
The information on this page is provided for information purposes only.
DMCA.com Protection Status