Monday, May 20, 2013

How to Restore DLL Files in Windows 98


1. Insert the Windows 98 Startup disk that came with your PC. Reboot your computer.
2. Use the arrow keys to select 'Start Computer With CD-ROM Support' during startup.
3. Type the following command without the quotes '<CDDRIVE>: cd tools\sysrec pcrestor' and press 'Enter.' Replace '<CDDRIVE>' with the drive letter of your CD-ROM drive.
4. Remove the Startup disk when you see the Windows 98 Setup menu.
5. Select the 'Next' button when you see 'System Recovery' wizard. Enter your name and the name of your organization and select 'Next.'
6. Select 'Finish.' You will see a new wizard for Microsoft Backup.
7. Select 'Restore Backed Up Files' and hit 'OK.'
8. Follow the on-screen prompts to select the path where you saved your backup. Choose 'Select the most recent full system backup' when prompted for backup sets.
9. Select the system drive (typically the C drive) for what to restore. Choose the original location as the location where the DLL files along with other lost system files will be restored.
10. Click the option 'Always replace the file on my computer.' Click 'Start' to restore your lost DLL files.
Read more ►

Sunday, May 19, 2013

How to Fix Msvcrt.dll Errors


Windows XP
1. Insert your Windows XP installation disk. Restart the computer.
2. Click on the key prompted on-screen to 'Enter the BIOS setup.' The BIOS key varies according to the BIOS manufacturer and motherboard model. Consult your computer's documentation if you are unsure of how to access the BIOS.
3. Navigate to the 'Advanced Boot Options.' Select your CD/DVD drive as your primary boot disk, followed by the hard disk. 'Save and exit' the BIOS.
4. Press any key to boot from the Windows XP installation disk.
5. Press the 'R' button to access the 'Recovery Console.'
6. Highlight your Windows XP installation, then press the 'Enter' key.
7. Type your administrator password, then press the 'Enter' key. Leave this field blank and press the 'Enter' key if you do not have an administrator password.
8. Press the 'Enter' key after typing each command:
cd system32
ren msvcrt.dll msvcrt.old
d: or your CD/DVD drive letter
d: or your CD/DVD drive letter\i386
expand msvcrt.dl_ c:\windows\system32
exit
9. Remove the Windows XP installation disk.
Earlier Versions of Windows
10. Insert your Windows installation disk.
11. Exit any auto-run screens.
12. Click on 'Start,' then 'Find.' Click on 'Files or Folders.'
13. Type 'msvcrt.dll' in the 'Name' box, and select 'C:' in the 'Look in' box. Press the 'Enter' key.
14. Right-click on the 'Msvcrt.dll' file in the search results. Left-click 'Rename.' Delete 'dll' and type 'xxx.' Press the 'Enter' button.
15. Click on 'Start,' then 'Run.' Type 'sfc' and press 'Enter' on Windows 95 and 98 computers. Type 'msconfig' and press 'Enter' on Windows ME computers.
16. Click 'Extract one file from installation disk' in Windows 95 and 98. Select the 'General' tab, then click 'Extract File' in Windows ME.
17. Type 'c:\windows\i386\msvcrt.dll' in the 'Specify the system file you would like to restore' field.
18. Click 'Start,' then 'Browse.' Navigate to and double-click your installation disk's 'msvcrt.dll' file. (This file should be inside the 'Win9x' folder.)
19. Follow the on-screen prompts to complete the process.
Read more ►

How to Kill a Bootuery.Dll


Manual removal
1. Click 'Start' and then 'Computer.' Click 'Local Disk (C:).'
2. Click the 'Windows' folder, and click the 'System32' folder.
3. Search for Bootuery.dll and delete the file.
Antivirus Software
4. Check for updates to your antivirus software and install any you find.
5. Run the antivirus software, and scan all files on your hard drive.
6. Quarantine or delete Bootuery.dll and any other potential hazards found.
Windows Updates
7. Click 'Start,' 'Control Panel,' and then 'Systems' followed by 'Security' and 'Windows Update.'
8. Click 'Check for Updates.' Then click the 'Important Update' link.
9. Check 'Windows Malicious Software Removal Tool,' and then click 'OK.'
10. Click 'Install Updates.' Restart your computer after the update is installed.
Read more ►

Saturday, May 18, 2013

How to Fix the Svchost.exe Application Error in Windows XP


Verify and Configure your Windows Update Service Settings
1. Click on the Start button at the bottom left-hand corner of your desktop. Once the Start menu opens, click Run and then type 'services.msc' in the text field. Click OK when you are done.
2. Navigate to the Automatic Updates service in the right-hand pane and then double-click on it. Select the Log On tab. Make sure that Local System Account is selected as the default logon account.
3. Uncheck the option 'Allow service to interact with desktop.' Now go to the Hardware Profile section, also found under the Log On tab. Enable this service.
4. Click on the General tab. Verify that the start-up type is set to Automatic. If not, use the drop-down menu to select this option.
5. Go to the Service Status section. Click on the Start button to enable this service. Do the same thing for the Background Intelligent Transfer Service (or BITS).
Reconfigure Your Windows Update DLLs
6. Click the Start button and then click Run. Type 'cmd' into the text field. Click OK.
7. In the Command Prompt, type in REGSVR32 WUAPI.DLL and hit Enter.
8. Wait until you receive a message reading 'DllRegisterServer in WUAPI.DLL succeeded.'
9. Repeat this process for each of the following commands; type in each command and hit Enter after each line:REGSVR32 WUAUENG.DLLREGSVR32 WUAUENG1.DLLREGSVR32 ATL.DLLREGSVR32 WUCLTUI.DLLREGSVR32 WUPS.DLLREGSVR32 WUPS2.DLLREGSVR32 WUWEB.DLL
Delete the Corrupted Windows Update Files
10. Type the following command into the command prompt and press Enter: net stop WuAuServ. Type in: cd %windir% and hit Enter.
11. Now type in: ren SoftwareDistribution SD_OLD. This will rename the SoftwareDistribution folder.
12. Restart the Windows Update service by inputting the following command: net start WuAuServ.
13. Type in: Exit and then hit Enter to close the Windows Command Prompt.
14. Reboot your PC. When you restart Windows, you shouldn't receive this error message anymore. If you do, download the two Windows Updates listed below.
Read more ►

How to Use a DLL Internet Explorer Script


1. Check where it came from and if you do not remember downloading it you should delete it as it could be a virus.
2. Use a search engine and search for the full file name of the DLL file. Some viruses and malware are distributed in DLL files. An Internet search should be able to tell you any additional information about the file.
3. Check an Internet search result for the DLL to tell you where that file belongs. DLL files are typically stored in Windows system folders, but if you have downloaded one it will not be there by default. Find out where it should go and then move it to the new location.
4. Search your computer for the file name. If you are replacing an old DLL with a new one, you can search your computer for the old file and paste the new one in its place.
Read more ►

Friday, May 17, 2013

How to Enable ActiveX in Internet Explorer 8


1. Launch Internet Explorer 8, click the "Tools" menu and choose "Internet Options."
2. Click the "Security" tab and select "Internet" in the zone box. Click the "Custom Level" button to launch the Security Settings window.
3. Scroll down the Security Settings window to the "ActiveX Controls and plug-ins" section. Select "Enable" under each of the options in the section. Click "OK" to save the changes and close the Internet Options console.
Read more ►

Thursday, May 16, 2013

How Do I Get D3drm.Dll Fileboggle?


1. Press the 'Windows' button and then press the 'R' button to bring up your 'Run' box.
2. Type 'sfc /scannow' into the 'Run' box and then press 'Enter.'
3. Wait for the scan tool to scan your computer. The time it takes to complete will vary depending on the size of your hard drive.
4. Exit the software window when the tool has finished scanning.
5. Click the 'Restart' option when prompted.
Read more ►

Wednesday, May 15, 2013

How to Fix Error 678


1. Check your Internet connection to ensure that you are connected. Click 'Start' on the desktop, click 'Control Panel,' then click 'Network and Internet Connections.' Click 'Network Connections' to check you Internet Connection.
2. Ensure that your Internet adapter is enabled. Click the desktop's 'Start' button and click the 'Run' icon, then type 'ncpa.cpl' (without quotes) into the 'Run' text field box. Click 'OK' and then click the 'Internet Connections' option to ensure that it is enabled. If the adapter is not listed, restart the adapter.
3. Reset your Internet modem by unplugging it from the power source, leaving it unplugged for about five minutes. Plug it back into the power source.
4. Remove the modem, then reinstall the modem through the 'Device Manager.' Click the desktop's 'Start' button and right-click 'My Computer.' Select the 'Hardware' tab, then click the 'Device Manager' button. In the 'Device Manager' list, right-click your modem and select 'Uninstall.' Unplug the Internet modem from the computer and reboot. While the computer is running, plug the modem into the computer. Your computer will recognize the new hardware and will prompt you to install. Click this prompt and follow the installation steps. This should remove the 678 error.
Read more ►

How to Fix the Missing File Mshtml.dll


1. Download the Mshtml.dll file.
2. Right click the saved DLL file and click 'Copy.' Go to the 'Start' menu, click 'Computer,' double-click the 'C:' drive, double-click the 'Windows' folder and then the 'System32' folder. Right click anywhere in a blank space and click 'Paste.'
3. Go to the 'Start' menu, type 'Run' in the 'Start Search' box and press 'Enter.' Type Regsvr32 'C:\Windows\System32\mshtml.dll' in the search field and hit 'Enter' to register the DLL. Click 'Yes' in the pop-up window to confirm the registration.
4. Restart your computer.
Read more ►

Monday, May 13, 2013

How to Fix a Rundll.exe File


Through Service Management
1. To stop the error through the computer's 'Services Management,' identify the program causing the rundll error. Look at the last file name that ends in 'dll' when the error appears.
2. Click the 'Start' button and select 'Run' from the Start menu. Type 'services.msc' in the Run window.
3. Search for the program identified as the source of the 'dll' error in the 'Services Management' window that appears. Right-click the program and click 'Stop.'
Through Registry Editor
4. To fix the errors through the registry editor, click the Start button and select Run from the Start Window. Type 'regedit' to bring up the registry editor.
5. Navigate to 'HKEY_LOCAL_MACHINE> SOFTWARE> Microsoft> Windows> CurrentVersion> RUN.'
6. Find the corresponding registry key with the program causing the 'dll' error. Delete this and reboot the computer.
Read more ►

How to Set Your PDF Reader in Internet Explorer


1. Make sure that the required dynamic link libraries are present in your system by clicking the 'Start' button and then selecting 'Computer' or 'My computer.' In the window that opens, navigate to folder 'C:\Program Files\Common Files\Adobe\Acrobat\ActiveX.' Check that the following files are present: acropdf.dll, acroiehelper.dll and pdfshell.dll. If any of the files is missing, launch Reader and click 'Help' and then 'Detect and repair.'
2. Have Reader establish the missing connections between its plug-in and your installation of Internet Explorer by clicking the 'Start' button and then 'Add or remove programs.' Click 'Acrobat' in the list of programs, and then click 'Change.' Follow the prompts of the Adobe reconfiguration utility.
3. Reboot the computer. At that point, the Reader plug-in will be fully functional and will render any PDF Web page you navigate to within Internet Explorer.
Read more ►

Sunday, May 12, 2013

How to Fix an Access Violation


1. Click the 'Start' or 'Globe' button on the PC desktop of the Windows 7 computer then click the 'Search' box. Type 'cmd' in the 'Search' box then right click on the command line icon that appears and click 'Run as Administrator'. The command line window will appear.Type 'bcdedit.exe /set {current} nx AlwaysOn' at the command prompt and tap the 'Enter' key.
2. Type 'cd \path_to_file\' except replace the '\path_to_file\' with the exact path to the file causing the access violation and tap the 'Enter' key.
3. Type 'attrib -R file_name' except replace the 'file_name' with the exact name of the file being accessed at the time the access violation error occurs. Tap the 'Enter' key then test to confirm that the access violation condition has been resolved.
Read more ►

How to Fix Svchost.Exe Application Error


Method to Verify Settings
1. Click the desktop's 'Start' button and click the 'Run' icon. Type 'services.msc' (without quotes) into the 'Run' text field and click the 'OK' button. Click 'Automatic Updates.'
2. Click the 'Log On' tab. Find the 'Local System Account' box and insert a check in it. Uncheck the 'Allow Service to Interact with Desktop' option.
3. Select 'Enable' for the service box under 'Hardware Profiles.'
4. Click the 'General' tab. Choose the 'Automatic' for 'Startup Type' option.
5. Click the 'Start' button for 'Service Status.' Select the 'Background Intelligent Transfer Services' option. For this option, click the settings you chose in the previous steps.
Fix DLL Issues
6. Click the desktop's 'Start' button and click the 'Run' icon. Type 'cmd' (without quotes) into the 'Run' text field and click the 'OK' button. The 'Command Prompt' will appear on-screen.
7. Type 'REGSVR32 WUAPI.DLL' (without quotes) into the 'Command Prompt' and press the 'Enter' key on the keyboard. Proceed after you see the 'success' notification.
8. Type the following entries into the 'Command Prompt' individually. Press the 'Enter' key after typing in each command entry:'REGSVR32 WUAUENG.DLL''REGSVR32 WUAUENG1.DLL''REGSVR32 ATL.DLL''REGSVR32 WUCLTUI.DLL''REGSVR32 WUPS.DLL''REGSVR32 WUPS2.DLL''REGSVR32 WUWEB.DLL'
File Deletion
9. Type the following entries into the 'Command Prompt' individually and press the 'Enter' key after typing in each command entry:'net stop WuAuServ''cd %windir%''ren SoftwareDistribution SD_OLD''net start WuAuServ'
10. Type 'Exit' into the 'Command Prompt' to close the prompt box.
11. Reboot the computer system.
Read more ►

Friday, May 10, 2013

How to Fix an Internet Explorer DNS Error


Using IE Settings
1. Open your Internet Explorer browser. It doesn't matter what page your browser opens to as long as it is open.
2. Click on the 'Tools' option at the top of your Internet Explorer screen. Next, click on 'Internet Options,' followed by 'Security Tab.' In the Security Tab, click on the 'Custom Level' tab located at the bottom of the screen.
3. Check the 'Medium' security level drop down box once on the 'Custom Level' screen. You will also need to browse through the options, find the setting 'Access Data Across Domains' and put a check in that box to enable the feature. Finally choose the 'Apply' option and the exist the program.
4. Close and reopen your Internet Explorer browser and try to navigate to a website. You should now be able to load pages. If it is still unable to load, try restarting your computer, as some changes don't always take effect immediately upon applying them.
Using MS DOS Prompt
5. Click on the Windows 'Start' button, followed by the 'Run' option. You should now see a Run box. In that box, type 'CMD' (without the quotation marks). MS DOS will be launched.
6. Type the following message into your MS DOS window, 'netsh winsock reset catalog' (without the quotation marks), and then press 'Enter.' Next, type in
'netsh int ip reset reset.log' (again, without quotes) and press 'Enter.' Finally, type 'Exit' and then hit 'Enter,' or simply close your MS DOS window.
7. Go to the 'Start' button and click on the 'Shut Down' option. Choose 'Restart' and allow your computer to restart. You should now be able to launch Internet Explorer and use it as you normally would.
Read more ►

How to Disable Flash in Internet Explorer 7


1. Click 'Tools' and select 'Internet Options.'
2. Select the 'Programs' tab and click 'Manage Add-Ons.'
3. Select 'Run Without Permission' from the drop-down menu.
4. Click 'Shockwave Flash Object' and click 'Disable.'
Read more ►