Logo

Deleting a User Account in Windows

There are instances when there are multiple accounts which is the result when there are a lot of users who use the computer. Some may use it more often, while others may seldom use it. Having multiple accounts can be quite confusing and inconvenient especially if it takes a lot of space. Thus, in this post, you will be guided on how you can delete a User Account on your Windows 10 computer, as well as how you can create a backup of the existing profile data and files.

All the data of user accounts can be found at C:/Users, where its folder name will be exactly the same as the name of the user. You can check the exact user’s name by simply using the “net user” command either via Command Prompt or Windows PowerShell. Once you delete a user account, its folder, along with its files, will also be deleted. You can also create a backup for user files and the best way to do that is by copying the folder to other partitions or to an external drive.

Here are two methods you can check out to delete a user account in Windows 10 – you can do it via Windows Account settings or via the command line. For more details, follow each one of the options provided below.

Option 1 – Delete the user account using Windows Account settings

  • First, go to Settings > Accounts > Family & other users.
  • Next, select the account you want to delete and click on the Remove button. This will open a confirmation window along with a warning message and two buttons that say, “Delete account & data” and “Cancel”.
  • Click on the Delete account & data button to delete the user account.

Note: Once you remove a user account, it will also remove all its corresponding data such as items like Documents, Photos, Music, Desktop, and other related folders. Thus, if you have not created a backup, then you won’t be able to recover those files.

Option 2 – Delete the user account using the command line

If you want to delete several user accounts, then doing it via Command Prompt or Windows PowerShell is a lot quicker. To get started, follow these steps:

  • In the Start Search, type “command prompt” and from the search results that appear, right-click on Command Prompt and select the “Run as administrator” option.
  • Next, type the “net user” command and hit Enter to execute it. This will show you the exact usernames on the computer.
  • After that, type the “net user <username> /delete” command and hit Enter to execute it. This will delete the account and all of its data without any warning. You have to replace “<username>” with the name of the user account.

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

Fix Windows Update Error 0x80070652
If you encounter a Windows Update error with an error code 0x80070652 and an error message saying, “ERROR_INSTALL_ALREADY_RUNNING”, then it indicates that there was a previous Windows Update that was not installed successfully. This kind of Windows Update error typically happens when it gets stuck and so to resolve it, here are some suggestions that might help.

Option 1 – Restart your computer and try installing the Updates again

You can restart your computer and then try installing the updates once again. There are instances when a simple restart resolves Windows Update errors. Thus, after you restart your computer, check for updates once again and see if you’re still getting the error or not.

Option 2 – Try running the Windows Update troubleshooter

You might also want to run the Windows Update Troubleshooter as it could also help in fixing Windows Update error code 0x80070652. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 3 – Try downloading the Windows Update that failed

If the Windows Update that has failed is not a feature update and only a cumulative update, you can download the Windows Update and install it manually. But first, you need to find out which update has failed, and to do so, refer to the following steps:
  • Go to Settings and from there go to Update and Security > View Update History.
  • Next, check which particular update has failed. Note that Updates that have failed to install will be displayed under the Status column which has a label of “Failed”.
  • After that, go to the Microsoft Download Center and look for that update using its KB number and once you find it, download and then install it manually.
Note: You can also use the Microsoft Update Catalog, a service from Microsoft that provides a list of software updates that can be distributed over a corporate network. With the help of this service, it can be easier for you to find Microsoft software updates, drivers as well as fixes.

Option 4 – Try to restart the Background Intelligent Transfer Service

The Background Intelligent Transfer Service or BITS is a part of the Windows Update service and is the one that manages the background download of Windows Update, as well as scans for new updates and so on. And if Windows Update is experiencing some problems, you can try restarting BITS but make sure that you have admin privileges to do so.
  • Tap the Win + R keys to open the Run dialog box.
  • Next, type “services.msc” in the field and hit Enter to open Windows Services.
  • From the list of Services, look for the Background Intelligent Transfer Service and double-click on it to open Properties.
  • After that, you need to set the Startup type to “Automatic (Delayed Start) and click on Apply.
  • Now click the Stop button to stop BITS and then click the Start button to restart the service.
  • Click OK to save the changes made and then restart your PC.

Option 5 – Try to update Windows after a couple of minutes or an hour

There are times when the issue is from Microsoft’s end. It could be that there’s some issue with Microsoft’s server so it would be better if you give it a couple of minutes or an hour or so before trying to run Windows Update again.
Read More
Fix Windows Update Install Error 0x80070005
If you are checking for an update on your Windows 10 PC and you got the error 0x80070005 due to some ACCESS DENIED permissions issue, then read on as this post will show you what you can do to fix the problem. For some reason, the Windows Update does not have enough rights or permissions to continue further which is why you’re getting an error instead. Thus, the first thing you can do before you troubleshoot further is to make sure that you’re logged in as admin. However, if you’re already logged in as one, then here are some suggestions that might help you fix the Windows Update Install Error 0x80070005.

Option 1 – Restart your computer and try installing the Updates again

You can restart your computer and then try installing the updates once again. There are instances when a simple restart resolves Windows Update errors. Thus, after you restart your computer, check for updates once again and see if you’re still getting the error or not.

Option 2 – Delete the contents in the Software Distribution folder and Catroot2 folder

  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer, and then try to run Windows Update once more.

Option 3 – Try running the Windows Update Troubleshooter

Running the built-in Windows Update troubleshooter is one of the things you can first check out as it is known to automatically resolve any Windows Update errors like error 0x80070005. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 4 – Take control of the User App Data

There are times when permission to access the files is not configured correctly. As a result, it blocks the downloading of the updates. Thus, you have to take full control of the User App Data which is placed at C:/Users/USERNAME/AppData.
  • First, go to C:/Users/USERNAME/AppData and right-click on it then select Properties.
  • Next, click on the Edit button in the Properties window and click OK to confirm if you got a User Account Control elevation request.
  • After that, select user/group from the permission windows or click on the Add button to add another user or group. It would be best if you add “Everyone” to give permission.
  • Then check “Full Control” under the “Allow” column to assign full access rights control permissions.
  • Now edit the permission to Full Control for “Everyone”.
  • Click OK to save the changes made and then exit.

Option 5 – Try to update Windows after a couple of minutes or an hour

There are times when the issue is from Microsoft’s end. It could be that there’s some issue with Microsoft’s server so it would be better if you give it a couple of minutes or an hour or so before trying to run Windows Update again.
Read More
Disabling the Recently Opened Files in Windows
The Windows 10 operating system comes with a user-friendly interface as well as better security features compared to its previous versions. One of these new features is the “Recently Opened Files” feature which displays all the files you’ve opened recently in File Explorer. Although it might seem useful, some users see this as a privacy concern especially if there are other users that use the same computer. If you are one of these users, read on as this post will guide you on how you can disable the “Recently Opened Files” feature in Windows 10. There are three ways you can disable the “Recently Opened Files” feature. You can manually clear the recent files, or disable the feature via Control Panel. You can also do it using the Group Policy Editor.

Option 1 – Manually clear the recent files

The first thing you can do is to clear the recent files manually. Since the information about the recently opened files is stored in the form of cached data, you can locate this data and delete it manually, from time to time. To do that, follow these steps:
  • Tap the Win + R keys to open the Run utility and copy this address in the field: %AppData%MicrosoftWindowsRecent
  • Next, tap the Ctrl + A keys to select all the items and then tap the Shift + Delete keys simultaneously.
  • After that, a prompt will appear where you have to click on Yes. This will delete all the recently opened files in the File Explorer the next time you open it.

Option 2 – Disable the feature via Control Panel

The next option you can try to disable the feature is via Control Panel. Refer to these steps to do so:
  • First, click on the Start Menu button and select the Settings icon.
  • After that, click on Personalization and then on Start located on the left pane.
  • Next, scroll down until you see the “Show recently opened items” in Jump Lists on the Start or the Taskbar and click on it and then toggle it off.

Option 3 – Disable the feature using the Group Policy Editor

If you are using the Windows 10 Pro version, then you have access to edit the functions in the Group Policy. The Group Policy function has the option that can disable all the default services of Windows 10. Note that in this step, you will permanently disable the “Recently Opened Files” feature. So before you proceed, make sure that you really want to disable this feature permanently and not in the meantime.
  • Tap the Win + R keys to open the Run dialog box and type “gpedit.msc” in the field and click OK or tap Enter to open the Group Policy Editor.
  • Next, on the left side pane, click on the “User Configuration” option and then click the “Administrative Templates” option.
  • After that, select the “Start Menu and Taskbar” option and select the “Don’t keep the history of recently opened documents” option in the right pane.
  • Now double click on this option and check the “Enabled” option and then click on Apply and OK buttons to save the changes made.
Read More
Windows 10 tips and tricks for easy work
Hello everyone and welcome to our new Windows 10 tips and tricks article. Today we will be focusing on small Windows tricks that could prove very useful in everyday workflow and hopefully make your life easier by implementing them in your daily routine. I am very excited to share this with you all and I hope that you will use them from now on. That being said let us begin.

Tip 1: Minimize all open windows except one.

Daily to the daily routine can involve many opened windows on a desktop and sometimes things can get messy, if you want to minimize all windows to the taskbar except one do this: Click on one window thus selecting him, click and hold the left mouse button on that windows title bar, now shake it up and down and all other windows will escape down to taskbar leaving only one you are shaking on the desktop.

Tip 2: Open the Secret Windows menu.

Through our tutorials on various errors and fixes, we have used this method already but here it is again since it is worth mentioning. If you want to open the command prompt easy and fast, or device manager, event viewer, shut down, etc. In order to open this secret menu all you need to do is press ⊞ WINDOWS + X.

Tip 3: Create an Event without opening the calendar application.

You can easily create an event without opening a calendar application, all you have to do is left-click on the clock in the taskbar, click once on a date for the event, and under calendar in event field type event description. The event will show in the calendar application like it was entered there.

Tip 4: Taking a screenshot.

This one is my favorite and it speeds up workflow very very much. Typically you take screenshots by pressing the PrntScr button on your keyboard. Now, the problem with this approach is that the screen is placed in computer memory, in the clipboard and you will need another picture processing application in order to save it. Now if you would press ⊞ WINDOWS + PrntScr, the picture would be automatically saved in your pictures/screenshots folder. And if that is not enough, you can press ⊞ WINDOWS + S + SHIFT to start Snip & Sketch tool and select the area which you would like to screen capture, this method will also place pictures in the clipboard.

Tip 5: Open pinned applications in your taskbar with your keyboard.

We have covered this one in our Windows keyboard shortcuts tips and tricks here, but if you missed that article here is the tip again. By pressing ⊞ WINDOWS + number 1,2,3...0 you will start the application from your taskbar counted from left to right.

Tip 6: Check how much Hard drive space installed applications are taking.

Applications and temporary files grow over time and can slow the system and cause some other unpleasant experiences. Go to Settings > System > Storage, click on the Hard drive on which you have installed applications, and see how much each one is taking, you can remove it from this screen also freeing some space.

Tip 7: Remove ads from the START menu.

Windows has so-called suggestions in the START menu, no matter how Microsoft is calling them, let's face it, they are ads and in my opinion, they do not belong in my START menu. To turn them off, go to Settings > Personalization > Start. Toggle the setting called Show suggestions occasionally in Start to the off position.

Tip 8: Shut down background applications.

Some applications are running in the back and are taking system resources and can send telemetry information, if you want to turn them all off go to Settings > Privacy > Background apps. To stop all apps from running in the background, toggle Let apps run in the background to off. You can choose which apps to run in the background individually by going down the list on the same page.

Tip 9: Use Background scrolling.

Did you know that you can scroll on inactive windows? To do this, just hover over the inactive background window and roll your mouse when the content of the window should be scrolling even if it's not one you are working on. If by any chance this is not happening, go to Settings > Devices > Mouse, and toggle Scroll inactive windows when I hover over them to On.

Tip 10: Show file extensions in File Explorer.

By default extensions of files are hidden, so let's say that for example, you are in a folder with pictures, you have plenty of pictures there but you do not know are they JPG or JPEG for example, do not worry there is an easy fix to bring showing extensions back. Start File Explorer, click on view top menu item, click on options, Uncheck the box that says Hide extensions for known file types. Click Apply, and OK.

Tip 11: Use focus assist.

Set it up by going to Settings > System > Focus assist. Choose from three options: Off (get all notifications from your apps and contacts), Priority (see only selected notifications from a priority list that you customize, and send the rest to your action center), and Alarms only (hide all notifications, except for alarms). You can also choose to automatically turn this feature on during certain hours, or when you're playing a game.

Tip 12: Rotate your screen.

If you have multiple screens set up or you have the rotatable screen press and hold CTRL + ALT together, then use a directional arrow to flip the screen. The right and left arrows turn the screen 90 degrees, while the down arrow will flip it upside down. Use the up arrow to bring the screen back to its normal position.

Tip 13: Enable GOD mode.

Have you always felt limited with Windows settings? Don't be, Right-click on the desktop and select New > Folder. Re-name the new folder with this bit of code: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} To enter the "God Mode" window, double-click the folder.

Tip 14: Use Virtual Desktops.

Click on Task View (the icon next to the search box). This will separate all your open windows and apps into icons. You can then drag any of them over to where it says "New desktop," which creates a new virtual desktop. Once you click out of Task View, you can toggle between virtual desktops by pressing the ⊞ WINDOWS + CTRL + right/left arrows. To remove the virtual desktops, just go back into task view and delete the individual virtual desktops, this will not close out the apps contained within that desktop, but rather just send them to the next lower desktop.

Tip 15: Customize the command prompt.

Yes, you can customize the command prompt, in order to do so, open it and right-click on its title bar, choose properties and go wild. Special badge if you make it look like commodore 64 BASIC.

Tip 16: Dictate, not type.

If you have speech recognition ON, pressing ⊞ WINDOWS + H will bring up a voice recorder, just speak and see how you can easily "write" emails, etc.

Tip 17: Use sandbox.

In Windows you have a sandbox option, which will open another Windows instance inside Windows, what do you need this? Well once the sandbox is closed everything in it is closed and if you catch the virus or other dangerous software, closing the sandbox will destroy it not affecting your actual Windows. Use it for safety testing and enjoy an easy life. Enable Windows Sandbox inside the Control Panel.

Tip 18: Use a hidden game bar.

Press the ⊞ WINDOWS + G, you can pull up the new-and-improved Game Bar. This lets you switch your Windows PC into gaming mode, which pools system resources to the game, turns off notifications, and lets you record and broadcast your gaming, along with added panels for controlling your audio, monitoring FPS, and tracking achievements. And that's it, Our 18 tips and trick to make your Windows 10 life easier, more productive, and overall more enjoyable. I certainly hope you have enjoyed reading this article same as I was writing it. Until next time if I do not see you, good afternoon, good evening, and good night.
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
Samsung had Data Breach

After Plex, DoorDash, and LastPass, Samsung has also confirmed that they also have experienced a data breach and that some customer data has been stolen.

samsung HQ

On Friday, September 2nd Samsung announced that an unauthorized third party gained access to some of the company's U.S. systems in late July and that Samsung learned in August that some personal information was affected. It was also stated that affected information is: names, contact information, demographics, dates of birth, and product registration information. Also so far it was said that no Social Security numbers nor credit card number information have been compromised.

For now, Samsung is sending an email directly to anyone that has been affected by this data breach, however, they did not state what service or product has experienced this breach, we just know that it has happened at Samsung Electronics America which sells everything, from smartphones to debit cards. Also keep an eye on your inbox if you are a Samsung user since it took them a whole month in order to go public with this information and there is no justification for this, if it was reported on time people could change their information and take other steps.

Read More
Remove HowToSimplified PUP Removal Tutorial

HowToSimplified is a browser extension developed by MindSpark inc. This extension offers users easy access to DIY tutorials, guides, and websites just a few clicks away. There is also a top video selection with the most popular DIY videos at the moment.

This extension, though it may look useful in the beginning, hijacks your browser's default search provider, it changes your default home page to HowToSimplified, powered by the MyWay search engine. During your browsing sessions, it will record your website visits, collect information, clicks, and sometimes even personal data. This information is later used to deliver ads that are injected into your browser search results. Aside from sponsored links, and additional unwanted ads that this extension displays, it also may from time to time display pop-up ads during your browsing sessions.

Multiple anti-virus scanners have detected HowToSimplified as a Browser Hijacker and are therefore not recommended to keep on your computer for security and privacy reasons.

About Browser Hijackers

Browser hijacking means that a malicious program code has control over and altered the settings of your internet browser, without your approval. Almost all browser hijackers are made for marketing or advertising purposes. In most cases, browser hijacking is used for earning ad revenue that comes from forced advert clicks and site visits. It could seem naive, but most of such sites aren’t legitimate and could pose a severe threat to your online safety. In a much worst case, your browser can be hijacked to download malware that can do a lot of damage to your computer system.

How you can recognize a browser hijack

There are many symptoms that indicate your browser has been highjacked: home page is changed; bookmark and the new tab are also changed; the default web engine is changed and your browser security settings have been cut down without your knowledge; find new toolbars that you simply didn’t add; unstoppable flurries of popup advertisements show up on your personal computer screen; your internet browser has become unstable or starts running sluggishly; you can’t navigate to certain internet pages, like computer security software related websites.

How they invade PCs

Browser hijackers infect computer systems through malicious email attachments, downloaded infected documents, or by visiting infected websites. They can also be deployed via the installation of a web browser toolbar, add-on, or extension. Other times you may have accidentally accepted a browser hijacker as part of an application bundle (generally freeware or shareware). An example of some notorious browser hijacker includes Babylon, Anyprotect, Conduit, DefaultTab, SweetPage, Delta Search, and RocketTab, but the names are regularly changing. Browser hijacking can lead to severe privacy issues and even identity theft, disrupt your browsing experience by taking command over outbound traffic, drastically slows down your personal computer by consuming a lot of resources, and cause system instability as well.

Browser Hijacker Malware – Removal

The one thing you can try to get rid of a browser hijacker is to find the malware inside the “Add or Remove Programs” list of the Windows Control Panel. It might or might not be there. When it is, uninstall it. However, many hijackers are harder to track down or remove since they might get themselves associated with some critical computer files that enable it to operate as a necessary operating-system process. Amateur computer users shouldn’t ever attempt the manual form of removal methods, since it requires detailed system knowledge to carry out repairs on the computer registry and HOSTS file.

How One Can Eliminate a Virus that is Blocking Websites or Preventing Downloads

Practically all malware is detrimental and the extent of the damage will vary greatly depending on the type of malware. Some malware is meant to hinder or block things that you want to do on your computer. It may well not let you download anything from the web or it will prevent you from accessing a few or all internet sites, especially the anti-malware websites. If you are reading this article right now, you may have perhaps realized that a malware infection is the cause of your blocked internet connectivity. So how to proceed if you need to install an anti-malware program like Safebytes? There are a few actions you can take to get around this problem.

Install the anti-malware in Safe Mode

The Windows operating system comes with a special mode referred to as “Safe Mode” where just the minimum required applications and services are loaded. If the malware is obstructing the internet connection and affecting your PC, starting it in Safe Mode allows you to download anti-malware and run a diagnostic scan while limiting potential damage. To enter into Safe Mode or Safe Mode with Networking, press the F8 key while the PC is starting up or run MSCONFIG and look for the “Safe Boot” options under the “Boot” tab. Once you’re in Safe Mode, you can attempt to install your anti-malware software application without the hindrance of the malicious software. At this point, you can actually run the antivirus scan to get rid of viruses and malware without interference from another malicious application.

Obtain the anti-malware program using an alternate web browser

Web-based viruses can be environment-specific, targeting a particular internet browser or attacking specific versions of the web browser. If you seem to have a trojan attached to Internet Explorer, then switch to a different browser with built-in security features, such as Firefox or Chrome, to download your favorite anti-malware program – Safebytes.

Install and run anti-malware from the USB drive

Another solution is to create a portable anti-malware program on your USB thumb drive. Try these simple measures to clear up your infected PC using portable anti-malware. 1) Download the anti-malware on a virus-free computer. 2) Plug the Thumb drive into the uninfected computer. 3) Double-click the Setup icon of the antivirus program to run the Installation Wizard. 4) Choose a thumb drive as the place when the wizard asks you where you want to install the application. Follow the on-screen instructions to complete the installation. 5) Transfer the USB drive from the uninfected PC to the infected PC. 6) Double-click the EXE file to run the Safebytes software right from the thumb drive. 7) Click on “Scan Now” to run a complete scan on the affected computer for viruses. If, after all of these methods, you are still having troubles with the possible infection, feel free to write to us with your question, through chat or email. If you are unsure which method to employ, simply call our toll-free number 1-844-377-4107 to speak to our technical support team. Our experts can walk you through the virus removal process on the phone and fix the computer remotely.

Protect Your Personal Computer From Viruses and Malware With SafeBytes Security Suite

Nowadays, an anti-malware tool can protect your laptop or computer from various kinds of internet threats. But exactly how to choose the best one amongst the many malware protection software that is available on the market? Perhaps you might be aware, there are several anti-malware companies and products for you to consider. A few of them are great but there are lots of scamware applications that pretend as authentic anti-malware software waiting to wreak havoc on the computer. You must be careful not to choose the wrong product, especially if you purchase a paid application. When thinking about trustworthy programs, Safebytes AntiMalware is certainly the highly recommended one. SafeBytes anti-malware is a powerful, highly effective protection tool designed to assist users of all levels of IT literacy in detecting and eliminating malicious threats from their PC. This tool can easily detect, eliminate, and protect your PC from the most advanced malware intrusions including spyware, adware, trojan horses, ransomware, parasites, worms, PUPs, as well as other possibly damaging software programs. SafeBytes has great features when compared to other anti-malware programs. A few of them are listed as below: Best AntiMalware Protection: Built on a highly acclaimed anti-virus engine, this malware removal application has the capacity to identify and remove various obstinate malware threats such as browser hijackers, potentially unwanted programs, and ransomware that other common anti-virus software will miss. Live Protection: SafeBytes provides real-time active monitoring service and protection against all known computer viruses and malware. It’ll constantly monitor your computer for hacker activity and also gives users superior firewall protection. Web Protection: Safebytes allots all websites a unique safety score that helps you to have an idea of whether the webpage you’re about to visit is safe to view or known to be a phishing site. “Fast Scan” Features: SafeBytes Anti-Malware possesses a multi-thread scan algorithm that works up to five times faster than any other protection software. Very Low CPU and RAM Usage: SafeBytes is a lightweight application. It uses up a really small amount of processing power as it works in the background therefore you won’t notice any computer performance difficulties. 24/7 Customer Support: You will get 24/7 technical support to quickly resolve any concern with your security tool.

Technical Details and Manual Removal (Advanced Users)

If you wish to manually remove HowToSimplified 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 HowToSimplified

Files: C:DOCUME1USER1LOCALS1Tempnsu1.tmp C:76681c9c0f70e45328483cc27310678c28751a66f9849aa13f34d2e7f8c650 C:DOCUME1USER1LOCALS1Tempnsf2.tmp C:DOCUME1USER1LOCALS1Tempnsf2.tmpnsDialogs.dll C:DOCUME1USER1LOCALS1Tempnsf2.tmpSystem.dll C:DOCUME1USER1LOCALS1Tempnsf2.tmpnsDialogs.dll C:DOCUME1USER1LOCALS1Tempnsf2.tmpSystem.dll C:Program FilesHowToSimplified_8e Registry: Key: HKCUSOFTWAREMicrosoftWindowsCurrentVersionExplorerBrowser Helper ObjectsValue: Verizon Broadband Toolbar Data: A057A204-BACC-4D26-8398-26FADCF27386 Key: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun Value: Hoolapp Android Data: C:usersuserappdataRoamingHOOLAP~1Hoolapp.exe Key: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun Value: ctfmon.exe Data: C:Program Files3rundll32.exe C:Program Files3lni28.dat,FG00
Read More
How to Fix Error 12031

Error 12031 - What is it?

Error 12031 indicates that the connection with the server has been reset or is not properly connected. In other words, it signifies that the File Transfer Protocol which is the standard network protocol that is used to transfer files from one host to another over the internet is either reset or not working properly. For example, if you are using a wireless adapter, then you may experience this error code when the adapter loses its association with the access point. The error code is often displayed in the following format:
  • "ERROR_INTERNET_CONNECTION_RESET"
  • "Cannot Connect to the FTP Server"

Solution

Restoro box imageError Causes

Though the error 12031 is largely caused by poor internet connection and failure to obtain files from the FTP server, however, sometimes the error may be caused by invalid registry entries and outdated drivers. Furthermore, it may also be a Firewall issue.

Further Information and Manual Repair

To resolve this issue on your system, we have listed down the best and easy DIY solutions. These solutions are simple to perform and do not require any kind of technical expertise or knowledge. Just follow the steps and you will be able to resolve it in a couple of minutes.

Solution 1: Disable Firewall

If you are unable to connect to the server and you encounter the error code 12031 on your system, then to resolve this issue, disable the Firewall on your PC.

Solution 2: Reset IE (Internet Explorer) Settings

This error is typically experienced by IE7 users.  If you can’t access some websites in Internet Explorer and you come across a 12031 error code, then try resetting your IE settings. To do this, open Internet Explorer, click on tools, and then click on Internet Options. Now go to the advanced tab and select Use Passive FTP. After checking the box, exit and then try accessing those sites that were not accessible before. If after modifying IE settings you are able to access the sites without any error message display, then this means the error is resolved. Nonetheless, if the error still persists, then the error could be generated due to invalid registry entries.

Solution3: Download and Run Restoro

To remove invalid registry entries from your system and resolve the 12031 error immediately, it is advisable to download and run Restoro. This is a new, cutting-edge, and multi-functional PC repair tool integrated with multiple utilities like a powerful registry cleaner, an antivirus, and a system optimizer. The registry cleaning utility scans your PC for all registry errors. It wipes out unnecessary files, bad and invalid registry entries, repairs damaged files, and restores the registry thereby resolving the 12031 error on your PC. This error tool has a user-friendly interface and simple navigations. It is easy to use and compatible with all Windows versions. In addition to this, you can also use it to scan for malicious software and remove malware. It also functions as a system optimizer and boosts your computer’s speed dramatically. Click here to download Restoro on your PC and resolve error 12031 right away!
Read More
Fix Windows Update error 0x80246008
Updating your Windows 10 computer does not always go smoothly as there are some errors you can encounter along the way. One of these Windows Update errors is the error code of 0x80246008. This kind of error can occur during different phases of an update that’s being downloaded or installed and even when an update is being initialized. If you narrow down the cause of this Windows Update error, you’ll most likely see that it is related to the deliverability of a file to a computer from the servers of Microsoft. In other words, the error might be due to conflicts from programs like Firewall as well as third party programs like Antivirus or it could also be due to corrupted disk image or system files or it could be that any of the supporting Windows Update components and services are not working properly. Whatever the cause may be, the potential fixes provided in this post can be applicable to Windows Updates as well as the Microsoft Store. Refer to the suggestions provided below to resolve the Windows Update Error 0x80246008 but before you proceed, make sure that you create a System Restore point first.

Option 1 – Apply some tweak in the Windows Registry from Command Prompt

  • Tap the Win + X keys and select Command Prompt (Admin) to open Command Prompt with admin privileges.
  • Next, navigate to the root location of the bootable device inside the Command Prompt command line.
  • Once you’re in the root location, type the following command and tap Enter to execute it:
reg add HKLMSYSTEMCurrentControlSetControlBackupRestoreFilesNotToBackup
  • After that, close the Command Prompt command line and then tap the Win + R keys to open Run utility.
  • In the field, type “services.msc” and click OK or tap Enter to open the Windows Services Manager.
  • From there, look for the following services:
    • Windows Update – Manual (Triggered)
    • Background Intelligent Transfer Service – Manual
  • Now open their Properties and make sure that their Startup type is as mentioned above and that they are running. If they are not running, just click on the Start button.

Option 2 – Run the System File Checker Scan

If the registry tweak didn’t work, you can run a System File Checker scan instead. It is a built-in command-line utility that replaces bad and corrupted system files to good system files that might be the cause why you’re getting the error when you try updating your computer. To run the SFC command, follow the steps given below.
  • Tap Win + R to launch Run.
  • Type in cmd in the field and tap Enter.
  • After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
  1. Windows Resource Protection did not find any integrity violations.
  2. Windows Resource Protection found corrupt files and successfully repaired them.
  3. Windows Resource Protection found corrupt files but was unable to fix some of them.
  • Restart your computer.

Option 3 – Run the Windows Update Troubleshooter

If the System File Checker wasn’t able to resolve the Windows Update error, you could also try running the Windows Update Troubleshooter as it could also help in fixing any issues related to Windows Update including this one. To run it, go to Settings and then select Troubleshoot from the options. From there, click on Windows Update and then click the “Run the troubleshooter” button. After that, follow the next on-screen instructions and you should be good to go.

Option 4 – Try to disable your antivirus program

Disabling the antivirus program or any security software installed in your computer is always a good idea you can try when the Windows Update process does not go smoothly. So before you try updating your computer again, make sure to disable the antivirus or security program and once the Windows Update is done, don’t forget to enable the antivirus program back again.

Option 5 – Try deleting the files from the SoftwareDistribution folder and resetting the Catroot2 folder

The downloaded Windows Updates are placed in a folder called “SoftwareDistribution”. The files downloaded in this folder are automatically deleted once the installation is completed. However, if the files are not clean up or if the installation is still pending, you can delete all the files in this folder after you pause the Windows Update service. For complete instructions, refer to the steps below.
  • Open the WinX Menu.
  • From there, open Command Prompt as admin.
  • Then type in the following command – don’t forget to hit Enter right after typing each one of them.
net stop wuauserv net start cryptSvc net start bits net start msiserver
  • After entering these commands, it will stop the Windows Update Service, Background Intelligent Transfer Service (BITS), Cryptographic, and the MSI Installer
  • Next, go to the C:/Windows/SoftwareDistribution folder and get rid of all the folders and files thereby tapping the Ctrl + A keys to select them all and then click on Delete. Note that if the files are in use, you won’t be able to delete them.
After resetting the SoftwareDistribution folder, you need to reset the Catroot2 folder to restart the services you just stopped. To do that, follow these steps:
  • Type each one of the following commands.
net start wuauserv net start cryptSvc net start bits net start msiserver
  • After that, exit Command Prompt and restart your computer.
Read More
How to turn off auto brightness

Windows 10 and Windows 11 have automatic dynamic screen brightness depending on the surrounding light inside the room. Please take note that this option is available only on devices with build-in screens like laptops, tablets, and all in one desktop PC. If you are connected with your PC via an external monitor you will not have these settings available and probably feature is not even working.

screen brightness

Some computers will also allow automatic brightness changes also on what is displayed on the screen. This option is meant to save battery life on devices. Microsoft calls this automatic brightness feature Content adaptive brightness control. In order to change this setting, we will go to settings inside Windows.

Disabling automatic brightness inside Windows

Open Settings inside Windows, in Windows 11 press WINDOWS + I to open settings, then click on the system in the sidebar and then go to Display. Click on the small arrow beside the Brightness slider in order to expand a small menu and then uncheck Help improve battery by optimizing the content show and brightness. If you see Change brightness automatically when lighting changes, uncheck that as well. Close the settings and you are good to go, now brightness will always be as set in settings.

Inside Windows 10, go to Settings and then go to System and then in Display under the Brightness and Color section look below and locate the box that says Automatically adjust contrast based on the displayed content to help improve battery and uncheck it, if the box below with text Change brightness automatically when lighting changes exists, uncheck it as well. Close settings and you are done.

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