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 ►

Sunday, December 15, 2013

How to Decode an Email in MIME Format


1. Load the contents of the email message.
2. Check the "Content-Type" header. If the content type is multipart (i.e. "multipart/mixed", "multipart/alternative", etc) the message will have multiple sections to parse. If the content type is multipart, continue with below steps.
3. The Content-Type header should contain a unique string used by the code that generated the MIME message to designate MIME part boundaries. Example:Content-Type: multipart/mixed;
boundary="part_c7161025_fe8a_45f4_83ef_6befcfa5d021"The boundary string in this case is "part_c7161025_fe8a_45f4_83ef_6befcfa5d021".
4. Each MIME part will be separated by the boundary string preceeded by two dashes ("--") on a blank line. You will need to scan the message line by line looking for the part boundaries. All text in between the boundaries *except the final CR/LF* is part of that MIME part.Important: The last MIME part will end with the boundary string followed by two more dashes.Example:--part_c7161025_fe8a_45f4_83ef_6befcfa5d021
First MIME part.--part_c7161025_fe8a_45f4_83ef_6befcfa5d021
Second MIME part--part_c7161025_fe8a_45f4_83ef_6befcfa5d021
Last MIME part.--part_c7161025_fe8a_45f4_83ef_6befcfa5d021--
5. Each MIME part then needs to be parsed. The format of each MIME part is similar to the original RFC/822 formatted message. It will contain a series of headers, followed by a blank line, then the body data.
6. A MIME part can itself be multipart, with its own "Content-Type" header and boundary string. Your code must recursively parse MIME parts until it reaches the child nodes.
7. A MIME part can simply be a binary attachment. In this case a Filename header will usually be supplied, along with the transfer encoding. BASE64 is a popular encoding type. In this case the entire MIME part body must be BASE64 decoded. As an example here are the first few lines of an attached JPG image:------_=_NextPart_003_01C755EF.43F2628D
Content-Type: image/jpeg;
name="testimage.jpg"
Content-Transfer-Encoding: base64
Content-Description: testimage.jpg
Content-Disposition: attachment;
filename="testimage.jpg"/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a
HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy
MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAQABQQDASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
8. The HTML body of the message should be in a MIME section with ContentType: Text/Html, inside a ContentType: Multipart/Alternative MIME section.
9. The plaintext body of the message should be in a MIME section with ContentType: Text/plain, inside a ContentType: Multipart/Alternative MIME section.
Read more ►

Saturday, December 14, 2013

How to Fix Outlook Express DBX Files


1. Download and install the VB6 and Microsoft Visual Basic DLL files to the 'Windows/System' folder on your computer from the uniform resource locator provided in the resources of this article.
2. Download and install the DB Extract Express File Utility program listed in the resources of this article.
3. Launch the DB Extract Express program by double-clicking the icon on your computer's desktop.
4. Select the DBX file(s) to repair in the file chooser of the DB Extract program. When you have selected the DBX files to repair, choose the 'Extract' button on the program which will repair the DBX files that are corrupt and re-save them to your computer.
Read more ►

Friday, December 13, 2013

How to Delete a Protected DLL


1. Click 'Start,' and then 'All Programs,' and open the 'Accessories' folder.
2. Right-click 'Command Prompt' and select 'Run as administrator.' This opens an elevated Command Prompt.
3. Type 'regsvr32 /u C:\the\file\path\name.dll'Replace 'the file path' and 'name.dll' with the actual path and name of your DLL file. For example: 'regsvr32 /u C:\Program Files\Program\File.dll'
4. Type 'Exit' and press 'Enter' to close the Command Prompt and then delete the DLL.
Read more ►

Thursday, December 12, 2013

How to File a Copyright Application With the U.S. Copyright Office


Register online
1. Navigate to the electronic copyright office’s web page to file a copyright application online. Registering online has several advantages, including a lower filing fee and quicker processing. Create an account by filling in the registration form.
2. Read through the tutorial before you open the online application. Print out the tips and keep them handy to avoid making any errors.
3. Complete the online copyright registration form, form eCO.
4. Use a credit card to pay the filing fee. The copyright office accepts credit card payments only with form eCO.
5. Submit deposit copies of the work. A copyright owner seeking to register his or her copyright must send two copies of “the best edition [of the] work" to the copyright office within three months of publication, according to U.S. copyright law. (See reference 2.) While registering online, you can print a cover memo to send with the copies of the work. Send the deposit copies and memo to: Library of Congress, U.S. Copyright Office, 101 Independence Avenue SE, Washington, D.C. 20599-6222.
Register by mail
6. Navigate to the copyright office's forms online page if you prefer to submit a paper registration. Download the PDF file for form CO. Fill in the form online and print out the completed application.
7. Mail the completed registration form to: Library of Congress, U.S. Copyright Office, 101 Independence Avenue SE, Washington, D.C. 20599-6222. Pay the filing fee by including a check. The copyright office does not accept credit cards for mail-in applications.
8. Enclose the deposit copies or mail them to the same address within three months.
Register in person
9. Navigate to the copyright office's forms online page. Download the PDF file for form CO.
10. Fill in the form online and print out the completed form. You also may print out a blank form and fill it in by hand.
11. Go to the copyright office to submit the registration form, the filing fee and the deposit copies of the work in person. The copyright office is located at 101 Independence Avenue SE, Washington, D.C.
Read more ►

How to Troubleshoot a Windows 7 NSIS Error


How to Resolve NSIS Error
1. Check the software CD, DVD, or other media for any physical damage such as scratches, dirt or cracks. If the disk is dirty or contains scratches, clean it with professional disk cleaner. If it is cracked or damaged, purchase of a new CD, DVD or other media is required.
2. Confirm your CD drive is working properly by inserting another CD and running the program. If it is working properly, try once more to install the desired software.
3. Insert software CD/DVD and open the folder until you see the file with the '.exe' extension.
4. Click on the 'Start' icon in the lower left of the screen and select 'Run.'
5. Type in 'CMD' to open a 'Command Prompt' window. A blank window will appear with 'C:' in the left corner.
6. Click and drag the file with the '.exe' extension to the blank 'CMD' window.
7. Drop or release the left mouse button once the '.exe' file is inside of the blank 'CMD' window. The path of the '.exe' file will display after the 'C:\' prompt.
8. Hit the space bar once, type /NCRC, and press the enter key. The software will begin to install, bypassing the NSIS error.
Read more ►

Wednesday, December 11, 2013

How to Register Dll Files Using a Command Prompt


1. Hold down the Windows key and press 'R.' The Run box opens.
2. Type 'regsvr32 path\filename.dll' into the Run box. Note that 'path' should be replaced with the actual location where the DLL file is located and 'filename' should be replaced with the name of the DLL file you wish to register. For example, C:\Windows\System32\mydll.dll would register a DLL named 'mydll' that is located in the 'Windows\System32' folder.
3. Click 'OK.' You will see a confirmation pop up listing your newly registered DLL file.
Read more ►

Tuesday, December 10, 2013

How to Fix Jvm.dll


Re-register the File
1. Press the Windows key.
2. Type 'cmd' in the Start Search field and press 'Enter.' Wait for the Command Prompt to launch.
3. Type 'regsvr32 jvm.dll' at the prompt and press 'Enter.' This registers the file.
Remove Possible Infections
4. Press the Windows key. Click 'All Programs' and open 'Windows Defender.'
5. Click the arrow by the 'Scan' option. Choose 'Full Scan' Allow the tool to scan your entire hard drive.
6. Select the 'Remove All' button to get rid of possible infections.
Read more ►

How to Decode the Blue Screen of Death Errors


1. Reboot the computer, and disable the automatic restart during a BSOD error. Right-click 'My Computer,' then 'Properties' and then the 'Advanced' tab. Click 'Settings' under 'Startup and Recovery.' Uncheck the 'Automatically Restart' under the 'System Failure' section. The process applies to most versions of Windows, including XP and 7.
2. Recreate the issue. Open the programs you were using and attempt to generate the issue. A majority of the time, you will be unable to recreate the issue. The next BSOD error that occurs will not reboot your computer automatically, giving you time to write down the technical information.
3. Write down the first aspect of the error. The second section will have a sentence without spaces, such as 'PAGE_FAULT_IN_NONPAGED_AREA.' This is what caused the computer to crash. The page fault error implies a possibly damaged memory module. 'INACCESSIBLE_BOOT_DEVICE' indicates that the drivers for a storage device or hard drive were incorrectly installed. Most other common errors involve the word 'DRIVER' pointing at a faulty driver.
4. Copy down the impacted file name. The section under 'Technical Information' lists the exact error in coded message. The first section is programming language. The second section will list a file. The standard file listed will be a combination of letters and numbers followed by '.dll' which is a device driver data file. For example, 'ati3diag.dll' may be displayed.
5. Open the 'Search' engine for the computer. Click 'Start' and 'Search' for Windows XP. Click 'Start' for Windows 7. Type the file name into the search engine to locate the file folder that holds the file. Some files will be in a 'win32' folder which is a generic Windows folder. The majority will be housed in file folders specific to a program. The program will need to be uninstalled and reinstalled.
Read more ►

Monday, December 9, 2013

How to Reinstall NTVDM.exe


1. Insert your Windows installation CD in the appropriate drive.
2. Open the search feature by clicking 'Start' > 'Search.'
3. Specify the directory to search in by selecting your CD drive, which is 'D:' by default. Search for 'NTVDM.EX_,' 'NTVDMD.DL_' and 'EXPAND.EXE' on the disk.
4. Copy the three files to your hard drive. Click 'Start' and type 'cmd' into the 'Run' box. Click 'OK.'
5. Type 'expand ntvdm.ex_ ntvdm.exe' into the command prompt and press 'Enter.' Type 'expand ntvdmd.dl_ ntvdmd.dll' and press 'Enter.' Close the command prompt.
6. Copy the expanded files into the 'C:\Windows\System32' folder. If Windows prompts you to replace the current files, click 'Yes.'
Read more ►