Monday, October 22, 2012

How to Install ActiveX on a Remote Desktop Web Connection


1. Click the Windows 'Start' button and select 'All Programs.' Click 'Accessories' and then click 'Remote Desktop.' This opens a connection dialog box.
2. Type the name of the Remote Desktop computer and click 'Connect.' The Windows login screen prompts you for your username and password. Enter this information into the login screen and click 'OK.'
3. Click the remote computer's 'Start' button, then click 'Computer.' In the open list of drives, notice one drive is labeled with 'tsclient.' This is your local hard drive. Double-click this drive and navigate to the location of the OCX file you want to install. Right-click it, select 'Copy' and paste the file to the remote computer's desktop. This makes it available to install in the command line.
4. Click the remote computer's 'Start' button again and type 'cmd' into the search text box. Press 'Enter' to open the command line utility.
5. Type 'regsvr32 /s activex.ocx' and press 'Enter' where 'activex.ocx' is your own ActiveX control file. This installs and registers the file on the remote computer.
Read more ►

Sunday, October 21, 2012

How to Fix M.A.T Error I3


1. Go to the MAT official website and log in with your account credentials. Go to the "Downloads" section and scroll down to the "Manual Patch Files" section.
2. Click on each patch and download it to a folder on your hard disk drive -- "2.1.6.334 - 2.1.6.335" is the latest patch at the time of publication. The patch names suggest the order in which you must install them. All patches come as executable files so you can easily install them.
3. Go to the folder where you saved the patches and double-click the "MAT update318-319" executable file. This is the first patch you must apply. Click "Run" if "The publisher could not be verified" security warning appears. The "Welcome" screen should appear.
4. Click "Next" in the resulting window and type the path to the folder where you installed MAT in the "Destination Folder" text box. Click "Install" to start installing the first patch. Once the installation is complete, close the window.
5. Install all the patches in order. Start MAT and connect to a server. The "error I3" will no longer bother you.
Read more ►

How to Clean the Dll Cache


1. Click the 'Start' button, then click 'Programs' or 'All Programs,' then click 'Accessories'.
2. Click the command line icon (if running Windows XP) or right-click the command line icon. Select 'Run as Administrator.'
3. Type 'sfc /purgecache' on the command line and press the 'Enter' key. All files in the DLL cache have now been deleted.
Read more ►

How do I Access Hindi Language in an Oracle Database?


1. Open the Start menu and click 'All Programs.'
2. Expand 'Oracle Database 11g,' then 'Configuration.'
3. Click 'Language.'
4. Click the drop-down dialogue and then click 'Hindi.' Click 'Apply.'
5. Close and re-open Oracle. The application will load in the Hindi language.
Read more ►

Saturday, October 20, 2012

How to Find Shell32.Dll for IE6


Locating Your Version of Shell32.dll and Determining Its Version
1. Double click on the icon that says 'My Computer', or click on the Start button and select 'My Computer' from the menu. This will open a Windows Explorer window for navigating through the file system of your computer.
2. Double click on the icon labeled 'C:\'. Then double click on the folder that says WINDOWS. This will take you to the Windows directory.
3. Double click on the folder labeled System32 within the Windows Directory. This is where Windows installs Dynamic Link Library (DLL) files. (DLL files are shared components that many programs use; Windows stores them and loads them as needed.)
4. Click on the 'Tools' menu item at the top of the Windows Explorer panel. Select 'Folder Options'. From the dialog window that comes up, select the 'View' tab.
5. Click the check box for 'show hidden files and folders' if it is not checked already; this will make sure that Windows isn't hiding the DLL files from you.
6. Look for the file 'shell32.dll'. Put your mouse cursor over the file, and click with the right mouse button. A small menu (called a context sensitive menu) will pop up. Select 'Properties'. Look at the version number. The most recent version of shell32.dll for Windows XP (and IE6) is 6.0.2900.6018, which was updated in Windows XP Service Pack 3. For Windows Vista the most recent version begins with 6.0.1, and for Windows 7 it begins with 6.1.0.
Updating Your Version of Shell32.dll to the Most Recent Version.
7. Launch Internet Explorer. Microsoft Update will not run with other web browsers.
8. Navigate to Microsoft Support (see Resources).
9. Click on the link that says 'Windows Update.' Microsoft's website will ask for some information about your Windows installation to determine what Service Pack level you're at. It will then prompt you to save the service pack, and after it's downloaded, the installer will prompt you to reboot.
10. Repeat steps 1 through 3 of this section as often as necessary until you're up to the most recent service pack for your version of Windows. This will update shell32.dll to the most recent version for your operating system, as well as plugging many security holes in the operating system.
Read more ►

How to Install ActiveX on Windows XP Pro


1. Launch Internet Explorer. Hit the Start button and select 'All Programs.' Scroll up to find the menu command for 'Internet Explorer.' Click on it.
2. Log on to any website that uses ActiveX. Almost all major news, sports and social media websites require ActiveX.
3. Wait till Internet Explorer displays the following message on a yellow information bar: 'Pop-up blocked. To see this pop-up or additional options click here...'
4. Click on the information bar. Select 'Install ActiveX Control.' Follow the on-screen prompts to finish the installation.
5. Click on 'Tools' on the top menu and select 'Internet Options.'
6. Click on the 'Security' tab, and hit the 'Custom Level' button.
7. Scroll down the list to find the ''ActiveX controls and plug-ins' subheading. Enable the following controls: 'ActiveX controls and plug-ins', 'Allow previously unused ActiveX', 'Automatic prompting of ActiveX controls', 'Run ActiveX controls and plug-ins', 'Script ActiveX controls marked for scripting.'
8. Click on 'Apply' and hit 'OK.'
9. Relaunch Internet Explorer.
Read more ►

How to Fix DLL Errors on Whirlpool Cabrio Washing Machines


1. Lift the lid of the washer to its fully open position with the door extended perpendicular to the washer and resting back against the control panel.
2. Remove any clothes that are touching the lid or upper rim of the washer cavity due to an overstuffed load. Reposition any stray material that may be draped over or caught near the lid such as a stray sock or sleeve
3. Clear away any lint or detergent buildup that has accumulated around the lock hook recess on the top of the washer cabinet centered under the door latch. Use your fingers, a clean damp towel or cotton swabs to carefully remove any build-up.
4. Close the washer lid once more and press the "Start/Pause" key once to resume the programmed washing cycle.
Read more ►

Friday, October 19, 2012

How to Reinstall the Dynamic Link Library


1. Click the Windows 'Start' button and type 'cmd' into the Start Search text box. Press 'Enter' and the command line window opens.
2. Type 'regsvr32 /?' and press 'Enter' to view a list of options for the utility. To register and install a DLL file, you need only the 's' switch.
3. Type 'regsvr32 /s dllfile.dll' and press 'Enter.' Replace 'dllfile.dll' with your own DLL file name. For instance, if you want to register a DLL file named 'mydll.dll,' the following text installs the file:regsvr32 /s mydll.dll
Read more ►

Tuesday, October 16, 2012

How to Locate Msvcp60


1. Click 'Start.'
2. Click inside the 'Search' box. Type 'Msvcp60.dll.' This is the full file name and extension of the Msvcp60 file.
3. Right-click on the Msvcp60.dll file in the 'Search' results. Do not left-click on it. Doing this would open the program. Right-clicking on it brings up a new menu on screen.
4. Click 'Open File Location.' This will open the exact place where the file is located in a new Windows Explorer window. Look at the address bar at the top of the screen -- this will show you the exact location of Msvcp60.dll on the computer. If the file is located in 'C:/Program Files,' you likely have nothing to worry about. If the file is located in 'C:/Windows/System32,' the file may be malware and you should perform a virus scan on the computer.
Read more ►

Monday, October 15, 2012

How to Fix an Internet Explorer Malware Redirect


1. Download Avast! Home Edition Antivirus program from avast.com.
2. Install Avast! according to on-screen directions. Select 'Scan local drives' for Avast!, to scan all files and folders on the computer.
3. Click on 'Continue' if a virus or spyware alert pops-up. The infection will be quarantined so that you can deal with it once full scan is completed.
4. Select 'Options' menu once scan has stopped. Click on 'Virus chest' and then 'Infected Files.'
5. Repair infected .dll and operating files marked as 'system files' or kernels. Delete spyware marked as 'Trojan horse, malware, adware, cookies or spyware.'
Fixing Redirect in Internet Explorer
6. Open up Internet Explorer.
7. Click on 'Tools' and 'Internet Options.'
8. Click on 'Advanced' tab. Select 'Restore advanced settings.' Confirm changes by clicking on 'Apply.'
9. Click on 'General' tab.
10. Type in a default home page that will show every time you open a new browser window. Most likely this will be Google.com, Yahoo.com or other internet search engine you're familiar with. Confirm home page changes by clicking on 'Apply.'
Read more ►

Thursday, October 11, 2012

How to Copy Browseui.dll


1. Click the 'Start' button, and type 'Browseui.dll' into the search box.
2. Right-click the search result labeled 'Browseui.dll.'
3. Click 'Copy.'
4. Right-click a vacant area on the desktop.
5. Click 'Paste' to create a copy of the Browseui.dll file.
Read more ►

Tuesday, October 9, 2012

How to Remove F3scrctr.dll on a 64 Bit System


1. Click the 'Start' menu.
2. Click 'Run.'
3. Type 'cmd' (without the quotation marks) into the open box and click 'OK.'
4. Type 'regsvr32 /u F3scrctr.dll' (without the quotation marks) into the Command Prompt window and press 'Enter.'
5. Restart your computer. The F3scrctr.dll file is now removed from your 64-bit system.
Read more ►

Monday, October 8, 2012

How to Fix the Kernel32.dll


1. Go to any of the three different DLL download websites referenced in the Resources and click 'Download kernel32.dll.'
2. Click 'Save' in the confirmation pop-up, navigate to the location on your hard drive where you want to save the file and click 'Save' to begin the download.
3. Right-click the saved DLL file and select 'Copy.' Go to the 'Start' menu, click 'Computer' or 'My Computer,' double-click the 'C:' drive, double-click the 'Windows' folder and then the 'System32' folder. Right-click anywhere in a blank space and select 'Paste.'
4. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter.' Type the following command in the search field and hit 'Enter' to register the DLL:Regsvr32 'C:\Windows\System32\kernel32.dll'Click 'Yes' in the pop-up to confirm the registration.
5. Restart your computer.
Read more ►

How to Manually Remove the Tubby.dll Virus


1. Click the 'Start' button. In Windows Vista or 7, the 'Start' button is the Windows icon in the lower-left corner of the screen.
2. In XP and older versions of Windows, select 'Programs.' In Windows Vista or 7, type 'CMD' into the 'Run' box that appears after clicking the Windows icon, and then skip to Step 5.
3. Select 'Accessories.'
4. Click 'Command Prompt.' In older versions of Windows, click 'DOS Prompt.'
5. Type the following two lines into the prompt window:cd '%WinDir%\System'
regsvr32 /u filename.dllNow comes the hard work. Manually enter each of the following file names into the line, replacing the 'filename.dll' part of the prompt: 'tubby.dll,' 'NAS.dll,' 'DLL.dll,' 'ADV.dll,' 'TBC.dll,' 'MTC.dll,' 'VTLbar1.dll,' 'max6032.dll,' 'max8264.dll,' 'mtc2608.dll,' 'qwe0486.dll,' 'qwe1316.dll,' 'qwe2698.dll,' 'qwe4820.dll,' 'qwe7972.dll,' 'qwe8264.dll,' 'spm1316.dll,' 'spm4820.dll,' 'vld1306.dll,' 'wer1306.dll,' 'wer4820.dll,' 'yer5750.dll,' 'yer6032.dll' and 'wins32t.dll.'All of these associated files will now be removed.
6. Restart the computer.
7. Open your 'C:' drive, and then open the 'Windows' folder located inside.
8. Open the 'System' or 'System32' folder.
9. Delete any files with names listed in Step 5.
10. Open the 'Internet Options' menu from the Start menu. In Windows Vista or 7, type 'Internet Settings' into the 'Run' window that appears after clicking on the Windows icon, and then skip to Step 12.
11. Select 'Programs.'
12. Select 'Reset Web Settings' in the Internet Options/Settings menu. Internet Explorer will now return to normal.
Read more ►

Reinstall Iertutil.dll


1. Go to a free DLL download website (see Resources) and click "Download iertutil.dll."
2. Click "Save" in the confirmation pop-up, navigate to the location on your hard drive where you want to save the file and click "Save" to begin the download.
3. Right-click the saved file and select "Copy." Go to the "Start" menu, click "Computer" or "My Computer," double-click the "C:" drive, double-click the "Windows" folder and then the "System32" folder. Right-click anywhere in a blank space and select "Paste."
4. Go to the "Start" menu, type "run" in the "Start Search" box and hit "Enter." (Windows XP users: Go to the "Start" menu and click "Run.") Type the following command in the search field and hit "Enter" to register the DLL:Regsvr32 "C:\Windows\System32\example.dll"Click "Yes" in the pop-up to confirm the registration.
5. Restart your computer.
Read more ►