Monday, December 23, 2013

How to Fix Mozilla Firefox


1. Print or write these directions down before proceeding. Close down Firefox and click the Windows Start menu on the desktop.
2. Select "All Programs" and navigate to the "Mozilla Firefox" folder. Click "Mozilla Firefox (Safe Mode)" in the folder. This launches Mozilla Firefox Safe Mode. In Safe Mode, you can repair Firefox issues.
3. Select the areas you want to repair on the "Safe Mode" window. For example, select "Reset toolbars and controls" if you want to remove third-party toolbars. Select "Disable add-ons" if you want to disable plug-ins such as download managers.
4. Click the "Make Changes and Restart" button to repair the web browser. Restart your web browser normally after you complete the repair process.
5. Uninstall and reinstall Firefox if you are still having problems with it. To do so, go to the Mozilla Firefox download page and click "Free Download" (see Resources). When prompted, click "Save" and save the browser installation file on your desktop.
6. Click the Windows Start menu and click "Control Panel." Double-click "Add or Remove Programs" to launch the programs list if you are using Windows XP. For Windows Vista and 7 users, launch the programs list by clicking "Programs" and clicking "Programs and Features." Click "Firefox" and click "Remove/Uninstall" to remove the web browser from your computer.
7. Double-click the Firefox installation file you downloaded in Step 5 and click "Run" to reinstall the web browser on your computer.
Read more ►

Sunday, December 22, 2013

How to Register Multiple DLL Files


1. Click on the 'Start' menu. Type in 'Run' in the search bar at the bottom of the menu. Select the 'Run' program.
2. Enter the DLL file you wish to register into the 'Run' field. Type in 'regsvr32' (without quotation marks) followed by the location of the DLL file on your computer, in quotation marks. For example, it should appear as: regsvr32 '\FileNamePath.example.dll' then select 'OK.'
3. Select 'OK' on the confirmation box that will appear. This will verify that the DLL file was registered successfully.
4. Repeat the process for any additional DLL files you wish to enter into your computer.
Read more ►

How to Use a Text Box for File Name VB6


1. Create a new dialog box object. Any object you use in the VB language first needs a definition and assignment to a variable. The following code creates your VB object:Dim dialog As CommonDialog
2. Set the dialog window properties. The first property sets the text seen at the top of the dialog window. The second filters the types of file extensions allowed. For instance, if your application only allows users to save as a text file, the filter only allows '*.txt' in the 'Save as type' drop down box. The following code sets your VB 'Save' properties:dialog.DialogTitle = 'Save Your File'
dialog.Filter = 'Text File (*.txt)'
3. Show the dialog box to the user. The dialog box is set up, but it is not visible to the user until you manually display it. The following code displays the window to the user:dialog.ShowSaveThe dialog box opens using this code, and when the user clicks 'Save,' the file is saved to the hard drive.
4. Show a message box if there was an error or the user cancels the save. The following code displays an alert if the save function fails:If Err Then
Msgbox 'There was an error saving your file'
End If
Read more ►

How to View Registered DLL Files


1. Click 'Start,' then 'All Programs' and open your 'Accessories' folder.
2. Right-click 'Command Prompt' and select 'Run as administrator.' This opens an elevated Command Prompt.
3. Type 'Tasklist /m' and press 'Enter.' This displays all of the currently running processes and the associated DLL files are listed to the right.
Read more ►

Saturday, December 21, 2013

How do I Fix a Remote Desktop ActiveX Control?


1. Open Microsoft Internet Explorer and go to the 'Tools' menu. Click on 'Manage Add-Ons' and go to 'Enable or Disable Add-Ons.' Search for 'Microsoft Terminal Services Client Control.' If you find it, click on it and click 'Enable.' If you don't find this control, you must access the registry.
2. Close Internet Explorer and press 'Win + R' on your keyboard ('Win' is the key next to 'Alt' with a Windows icon).
3. Type 'regedit' in the box and click 'OK.'
4. Navigate to 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Ext\Settings' using the left side of the window and delete the key named '{7584c670-2274-4efb-b00b-d6aaba6d3850}.' Restart the computer.
Read more ►

How to Modify DLL Files


1. Examine the reasons why you are modifying a .DLL file. Downloadable programs exist that can work with .DLL files that contain icons. The 'Reflector' program has an option under the 'Tools' menu that is used for extracting icons. You can load the .DLL file into this program and choose this option. If this is your goal, download some available programs (see Resource section).
2. Attain a .DLL decompiler. These programs modify the .DLL file. Decompiler software separates the .DLL file and creates several different parts out of the original file. Free, downloadable programs such as W32DASM and Reflector (see Resources) can do this job.
3. Open and run the decompiler program. Once the program is running and you have loaded the .DLL file, it will proceed to create smaller parts out of the original .DLL file. Manually do this by clicking 'Add File' under the 'File' menu and selecting the .DLL file that you want to modify. Afterward, click the 'Decompile' button in the program window. In this state, you can observe the code and make any modifications to the file in the program.
4. Recompile the .DLL file. Once your modifications are completed, you can have the decompiler program put the .DLL file back together. Click the 'Recompile' option in the 'File' menu to undergo this process and complete your .DLL file modification.
Read more ►

How to Remove the tazebama.dll Virus


1. Access the Task Manager by pressing the 'Ctrl,' 'Alt' and 'Delete keys at the same time.
2. Highlight 'tazebama.dll 'and press 'End Process.' Close the Task Manager.
3. Click the 'Start' button and open the 'Run' tool.
4. Type 'Regedit' into the 'Run' tool and click 'OK.'
5. Press 'Ctrl' and 'F' to open the search dialogue. Search the registry for 'tazebama.dll.'
6. Delete all registry entries containing 'tazebama.dll.'
7. Open the 'Start' menu and access the 'Search' tool.
8. Select 'All Files or Folders.'
9. Search for 'tazebama.dll' and delete all instances of it.
10. Select the 'Start' menu again and click 'Run.'
11. Type 'CMD' into the box and click 'OK.'
12. Identify the file or folder location, insert 'regsvr32 /u tazebama.dll' and press 'Enter.'
13. Search for 'tazebama.dll' again and delete all instances of it.
Read more ►

Friday, December 20, 2013

How to Check for Dll Files Missing in Microsoft Access


1. Click "Start," "All Programs," "Microsoft Office," then "Microsoft Office Tools." Select "Office Diagnostics" from the list of utility software.
2. Click "Continue," then click the "Run Diagnostics" button, located on the "Start Diagnostics" screen. The tool will search Microsoft Access, as well as any other Microsoft Office programs, for missing or corrupted files.
3. Wait for the program to finish scanning your software, then click "Detailed results" on the summary screen to find out if the scan detected any missing dll files.
4. Click "Close" to exit out of Office Diagnostics.
Read more ►

How to Copy Hal Dll


1. Open 'My Computer.' This can be achieved by double-clicking the desktop icon, or by selecting 'Start' and then 'My Computer.'
2. Choose the 'C:' drive. This will open a wide selection of different folders. Double-click on 'Windows.'
3. Scroll down until you reach 'System32.' Open the file, then search for hal.dll.
4. Copy hal.dll. There are two ways to do this. Either click and drag the file to the desired location you want to file to go, or right-click hal.dll and choose 'Copy' from the pull-down menu. You will now be able to navigate to the location where the copy should be placed. Right-click the location, and select 'Paste' from the selection menu.
Read more ►

Thursday, December 19, 2013

How to Remove MWSBAR.dll


1. Click the 'Start' button in the lower left corner of your computer screen, then click 'Control Panel.'
2. Double-click the 'Add or remove programs' icon (Windows XP) or click 'Uninstall a program' under 'Programs' (Windows Vista and 7).
3. Select 'My Web Search' from the list of currently installed programs and click 'Remove' (Windows XP) or 'Uninstall' (Windows Vista and 7.) Follow the step-by-step instructions of the installation wizard to uninstall the program from your computer. Repeat this process for all instances of 'My Web Search' in the list of currently installed programs.
4. Repeat Step 3 for 'My Way Speedbar' and 'Search Assistant - My Way.'
5. Go to the 'Start' menu, click 'My Computer' (Windows XP) or 'Computer' (Windows Vista and 7), double-click the 'C:' drive, double-click the 'Program Files' folder and then delete the following folders: 'FunWebProducts' and 'MyWebSearch.'
6. Restart your computer.
Read more ►

How to Install Uxtheme Dll


1. Log in to Windows using your administrator name and password.
2. Download 'uxtheme.dll' from one of the many online dynamic link libraries. Be sure to download the file into the Windows System32 folder. Alternatively, you can download the file onto your desktop and drag it into the Windows System32 folder.
3. Click 'Start,' type 'cmd' into the search field and press 'Enter' to open the Command Prompt.
4. Type the following command into the Command Prompt. Press 'Enter' after typing the command.regsvr32 uxtheme.dll
5. Type 'exit' and press 'Enter' to close the Command Prompt.
Read more ►

How to Troubleshoot COM 1 in XP


1. Click "Start" and "Control Panel" and select "Performance and Maintenance" from the categories, then choose "System" from the menu.
2. Go the Hardware tab and click "Device Manager." Click the "+" next to Ports (COM & LPT), then double-click "Communications Port (COM1)."
3. Check the Device Status field for an error message. Look up the error code on Microsoft Support, if applicable, to fix the device.
4. Click "Troubleshoot" to open the Help and Support Center if no error code appears. Follow the onscreen prompts to pinpoint the root of the error and resolve the issue. Close Help and Support Center if the problem remains unresolved.
5. Click the "Resources" tab. Uncheck "Use Automatic Settings." Select "IRQ" if an error appears in the field below the conflicting device list.
6. Choose "Basic Configuration 0004" from the drop-down menu. If the error "Interrupt Request 04 Used By: <Device>" appears, double-click "IRQ" and change the value to 3. You must not have any devices connected to COM 2 or COM 4 for this to work.
7. Click "OK" to close each window. Exit from Device Manager. Click "OK" to close System Properties. If the COM 1 port still fails to respond, disconnect all peripheral devices from the computer except for the monitor, PS/2 mouse and keyboard.
8. Restart the computer. Connect the serial device to the PC after Windows XP has finished booting.
Read more ►

Wednesday, December 18, 2013

How to Repair Microsoft DLL


Update Windows
1. Click 'Start' and 'All Programs' and 'Windows Update.'
2. Click 'Check For Updates.' Windows will check to see if there are any available updates.
3. Click 'Install Updates.' Windows will automatically install any updates that are available. Often, Microsoft will detect common errors and supply updates to fix those errors. If installing the latest updates does not fix the Microsoft DLL errors, continue to the next section.
Reinstall DLL
4. Download the specific Microsoft DLL that is causing the error. The name of the DLL should appear in the error message. For example, explorer.dll.
5. Drag the DLL into the 'C:\Windows\System32' folder. If you are having trouble locating the DLL or the folder, type the name of the DLL or folder into the 'Search' box.
6. Click 'Start' and type 'Run' into the 'Search' box and press 'Enter.' The Run tool opens.
7. Type 'regsvr32 name.dll' (without the quotation marks) into the Run dialog box and click 'OK.' Note that 'name.dll' should be replaced with the name of the actual DLL that is causing the error. For example, regsvr32 explorer.dll.'
8. Restart your computer.
Read more ►

How to Fix Windows Installer Error 1601


Error 1601 Main Fix for Windows XP and 2000
1. Click the Start button in Windows XP and go to the 'Run' option.
2. Type the following code into the Run box: msiexec /unreg, and then press the 'OK' key.
3. Next, click on the 'Start' button again followed by 'Run' option, and this time, type 'msiexec /regserver' again with the quotation marks followed by the 'OK' key. Attempt to install your application again to see if the process has completed successfully.
Windows XP Error 1601 Secondary Fix For XP and 2000
4. Click on the Windows Start button and then click the 'Run' option. In the run field, type 'CMD,' and then click the 'OK' button. The MS DOS window should now appear with a blinking cursor.
5. Type in the following command: 'msiexec /unregister' and then click the 'Enter' key
6. Type the code: msiexec /regserver followed by 'Enter' one last time. Check if your install will now work at this point; the installer should now have unregistered and registered in a work manner.
Microsoft Windows Vista Error 1601 Fix
7. Click on the Windows Start button. In the Windows Start Search box, type the following code: %windir%\system32\msiexec /unregserver, and then press the 'Enter' key.
8. Next, go back to the Windows Start button and then to the Windows Start Search box and type: %windir%\system32\msiexec /regserver followed by the 'Enter' key again.
9. Enter your admin password if your system asks for the password (This may not occur). Finally, click on the 'Allow' option to finish the process. Attempt to install your application to test if the process worked.
Read more ►

Tuesday, December 17, 2013

How to Fix Error Message 5 Failed to Execute Target Process


1. Open the Windows File Explorer by depressing the 'Windows + E' keys simultaneously.
2. Locate the executable file that is generating Error Message 5. For most programs, the executable will be located in the 'Program Files/Program Name' subdirectory of your computer's local drive.
3. Right click the executable file that is generating the error.
4. Click the 'General' menu tab on the program's properties menu and choose the 'Security' section of the tab.
5. Click the 'Unblock' menu button that is located under the 'Advanced' menu tab, followed by the 'Apply' button. Error Message 5 will no longer be generated when trying to open or run the file.
Read more ►