Sunday, March 17, 2013

How to Restore XP Rpcrt4.Dll


1. Download Rpcrt4.dll from a free DLL download website (see links in the Resources).
2. Right-click the downloaded DLL and click 'Copy.' Go to the 'Start' menu, click 'My Computer,' and open the 'C:' drive. Open the 'Windows' folder and double-click the 'System32' folder. Right-click anywhere in a blank space and select 'Paste.'
3. Click the 'Start' menu and select 'Run.' Type 'Regsvr32 'C:\Windows\System32\rpcrt4.dll' in the 'Run' window and press 'Enter' to register the DLL. Click 'Yes' in the pop-up to confirm the registration.
4. Restart your computer.
Read more ►

How to Use Winsock.dll in Visual Basic


1. Open the Visual Basic project you'd like to add winsock.dll support to.
2. Create an empty Visual Basic source code file and add an empty static class to it. It should look something like this:Public Static Class WinsockEnd Class
3. Add each winsock.dll function you'd like to use to your class. For example, to use the function "bind," add the following code:Declare Function bind Lib "winsock.dll" ( _
socketHandle As IntPtr, _
ByRef socketAddress As sockaddr_in, _
addressLength as Integer) As IntegerFor some functions, including "bind," you will need to declare datastructures based on the API. In the case of "bind," you will need to make sure you have declared "sockaddr_in." It can be declared as follows:<StructLayout(LayoutKind.Sequential)> _
Public Structure sockaddr_in
Public sin_family As Short
Public sin_port As Short
Public sin_addr As Integer
Public sin_zero As Integer
End Structure
4. Use your new Winsock functions wherever you need to. To use the "bind" function, for example, write:Dim socketHandle as IntPtr
Dim socketAddress As Winsock.sockaddr_in
Dim addressLength as Integer
Winsock.bind(socketHandle, socketAddress, addressLength)
Read more ►

Saturday, March 16, 2013

How to Fix a Windows Svchost Problem


Check Windows Update Settings
1. Open the Start menu, click 'Run,' then type 'services.msc' without the quotation marks and press 'OK.'
2. Locate the Automatic Updates service icon and open the program.
3. Select the 'Log On' tab and verify that 'Local System Account' is selected and that the check box beside 'allow service to interact with desktop' is empty.
4. Confirm that the service under the 'Hardware Profile' section is enabled.
5. Select the 'General' tab and confirm that the 'Startup Type' is set to automatic.
6. Check the 'Services Status' to confirm that the service has been started.
7. Repeat the previous steps for the Background Intelligent Transfer Service (BITS).
Windows Update DLLs
8. Open the Start menu, click on 'Run' and type 'cmd' without quotes to open the command prompt window.
9. Type 'REGSVR32 WUAPI.DLL' without quotes and press Enter.
10. Click 'OK' when the dialogue box appears.
11. Repeat this process in the command prompt window for each of the following: REGSVR32 WUAUENG.DLL
REGSVR32 WUAUENG1.DLL
REGSVR32 ATL.DLL
12. Enter the following command lines one at a time. Press Enter after each one.
REGSVR32 WUCLTUI.DLL
REGSVR32 WUPS.DLL
REGSVR32 WUPS2.DLL
REGSVR32 WUWEB.DLL
Remove the Corrupte Files
13. Type the following command line in the command prompt window and hit Enter:
net stop WuAuServ
14. Type 'cd %windir%' without quotes and hit Enter.
15. Use the following code to rename the software distribution folder:
ren SoftwareDistribution SD_OLD.
16. Type 'net start WuAuServ' in the command prompt window without quotes to restart the Windows Update Service.
17. Type 'Exit' to close the command prompt window.
18. Restart windows from the Start menu 'Shutdown' options.
CPU Cycle Problems
19. Download and install the Update for Windows XP from Microsoft (see Resources).
20. Download and install Windows Update Agent (WUA) 3.0 from Microsoft (see Resources).
21. Follow the onscreen instructions to complete the updates.
22. Restart Windows from the Start menu 'Shutdown' options.
23. Confirm that the CPU usage is functioning at normal levels by comparing program speeds and Windows load time.
Read more ►

Friday, March 15, 2013

How to Fix Problems With the Kernel32 File


1. Replace the Kernel32.dll file if the error comes up as soon as Windows starts. Insert your Windows XP compact disc. Restart the computer. Select 'Start from CD.' Press 'R' to select the repair or recovery option. Enter the administrator password.
2. Type 'cd system32.' Press the 'Enter' key. Type 'ren kernel32.dll kernel32.bad.' Press 'Enter.' Type 'map,' and enter again.
3. Enter the command 'expand D:\i386\kernel32.dl_.' If your CD drive has a different letter than 'D,' replace 'D' with that letter. You will get a message that the kernel32.dll has been expanded. Type 'exit' and restart your computer.
4. Determine if the error displays when you run a certain program or peripheral device. Check the program manufacturer's website for updates and fixes. Go to 'Start,' 'Control Panel' and 'Add/Remove Programs.' Find the problem program and select 'Remove.' Restart your computer. Reinstall the program.
5. Write down all your saved Windows passwords. Click the 'Start' button and choose 'Search.' Choose 'All Files and Programs.' In the 'File Name' box, type '.pwl' and hit the 'Enter' key. Right-click any results that come up and select 'Delete.' Close the 'Search' window. Restart WIndows.
6. Check your video card manufacturer's website for driver updates. Follow the manufacturer's directions to download and install new drivers.
7. Clean your processor and power supply fans with canned air and a small paintbrush. Gently remove memory chips. Press them firmly back into place. Replace memory if the errors continue.
Read more ►

How to Reinstall Iertutil


1. Launch your preferred Web browser and navigate to the link provided for you in the 'Resources' section.
2. Click the 'Download' link and save the ZIP file containing the iertutil.dll file onto your hard drive.
3. Extract the DLL file and copy it into your C:\Windows\System32 directory. Choose 'Yes' when prompted to overwrite the existing file.
4. Open the Start menu and type 'Regsvr32 'C:\Windows\System32\iertutil.dll'' into the Windows Live search box. Press 'Enter' and select 'Yes' to register the iertutil.dll file.
5. Restart your computer to complete the process.
Read more ►

Thursday, March 14, 2013

How to Delete Flash9d.ocx


1. Open an Internet browser of your choice. Download the Adobe Flash Player Uninstall Utility from Macromedia.com (see Resources.) Save it to your desktop.
2. Exit all running applications by exiting all open programs on your Windows taskbar.
3. Double-click the uninstall utility to launch the Install Wizard. Click the 'Yes' button when you see the message: 'Do you want to allow the following program to make changes to this computer?' After clicking the 'Yes' button, the Install Wizard begins the uninstall process. The uninstallation usually takes between 30 seconds and one minute to complete.
4. Click the 'Finish' button when the Install Wizard tells you the process was successful. Restart your computer to finish the process. The 'About Adobe Flash Player' page pops up on-screen after restarting your computer.
Read more ►

Wednesday, March 13, 2013

How to Fix a Bad Attribute Position in a File Record


1. Click 'Start' and select 'Run.'
2. Type in 'cmd' and press 'Enter.'
3. Type in 'chkdsk x:,' replacing 'x' with the letter of the drive containing the bad attribute position. Press 'Enter.'
4. Type in 'chkdsk x: /f' and press 'Enter' to repair the bad attribute position on the file record.
Read more ►

How to Stop Rundll32.exe


1. Right-click the taskbar. Select 'Start Task Manager' from the menu to open Windows Task Manager.
2. Click 'Processes,' then click 'Image Name' to alphabetize the running applications.
3. Go to 'rundll32.exe.' Right-click the process, then click 'End Process' from the menu. Click 'End Process' again when the dialog box appears to stop rundll32.exe.
Read more ►

Monday, March 11, 2013

How to Fix a RUNDLL Error in Windows XP


1. Reboot your computer and run the program again, if the error was the result of using a specific program. Sometimes a restart can fix the problem.
2. Note the name and location of the DLL, if you still have the error after reboot. Search for the DLL in question on DLL-Files.com, and download it. Save the file in the location mentioned in the error message, and try again.
3. Download an anti-spyware program, if you don't already have one, and use it. RUNDLL errors are often caused by the dastardly tricks of malevolent software, and merely fixing the one at hand won't prevent future errors. If spyware is the cause of the error, anti-spyware software will take out the perpetrator.
Read more ►

How to Replace an MSI Dll


1. Download the Msi.dll file (see Resources).
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\msi.dll' in the search field and hit 'Enter' to register the DLL. Click 'Yes' in the pop-up to confirm the registration.
4. Restart your computer.
Read more ►

Sunday, March 10, 2013

How to Fix a Microsoft Java Script Run Time Error


1. Verify that the problem is machine specific. Try to duplicate the error on another machine; use a spare computer, your friend's or a co-worker's. If the error occurs on different computers, fixing the registry will not resolve the problem. Step 2 is optional (increase performance).
2. Go to http://www.eusing.com/free_registry_cleaner/registry_cleaner.htm and select 'Download Option 1.' A dialog box will appear, asking you to save the file. Click 'Save File.'
3. After the filed is saved, run the install application. A dialog box will recommend that you shut down all applications. Follow the program recommendation and close your applications; then select 'Next.' Accept the default settings by clicking 'Next' until the installation process is complete.
4. Click 'Finish' with the 'Run Eusing Registry Cleaner' box checked. A dialog box will appear, asking you to register the product. Register or select the 'Skip' option.
5. Click 'Scan registry issue' from the top left menu under 'Tasks.' The program will scan your registry and look for problems. Typically hundreds of registry errors will be found.
6. Click 'Repair registry issue' from the top left menu under 'Tasks.' After the program repairs the registry, a dialog box will appear. Close dialog box and program.
7. Verify that the Java script error problem is resolved by trying to duplicate the initial error. If your computer still generates the same error, contact technical support department at the place where you purchased your computer, or the computer's manufacturer.
Read more ►

How to Repair Microsoft SQL


1. Click the 'Start' button, then click the 'Control Panel' link.
2. Click the 'Uninstall a program' option in the Programs section.
3. Click the 'Microsoft SQL' installed program icon, then click the 'Repair' option.
4. Click the 'Next' button when the installation wizard displays on screen, then follow the wizard's instructions.
5. Restart your computer before opening Microsoft SQL.
Read more ►

Saturday, March 9, 2013

How to Replace Uxtheme.dll


1. Open your Web browser and navigate to the download location for a replacement uxtheme.dll file. A link to this location can be found in the Resources section.
2. Click the link to download the file and save it to your hard drive. Make sure you know the location of the destination folder for the download.
3. Double-click the downloaded .zip file after the download is complete. When Winzip loads, click the 'Extract' button and choose your desktop as the destination directory.
4. Right-click on the 'Start' button in Windows and select 'Explore' from the pop-up menu to open Windows Explorer. In the left-side panel, navigate to the system directory for your version of Windows. In 32-bit versions of XP and Vista, this is 'C:\Windows\System32.' In 64-bit versions of XP and Vista, it's 'C:\Windows\SysWOW64.' In 2000 and NT, it's 'C:\Winnt\System32,' and in 95, 98 and ME, it's 'C:\Windows\System.'
5. Drag the uxtheme.dll file you extracted onto your desktop into the right-side panel of the Explorer window to drop it into the system file.
Read more ►

How to Fix Internet Explorer Crashing Due to a Flash Player Error


Removing Flash Player
1. Go to the Adobe Flash Player Support downloads page (see 'Adobe Flash Player Support Downloads' in Resources).
2. Click the 'Uninstallers' link.
3. Click the link that says 'uninstall_flash_player.exe'. On the folder browser, select a location where you want to save the file and click 'Save'.
4. Browse to the location where you downloaded the file and double-click the executable. It will ask you if you are sure that you want to uninstall Flash Player. Click 'Yes.' The uninstaller will remove everything, including evidence of Flash Player previously existing in your system, so you can reinstall it.
Reinstalling Flash Player
5. Go to the official Flash Player download page (see 'Official Flash Player Download' in Resources).
6. Click the link that says 'Get Flash Player xxxxx' where 'xxxxx' is the latest version of Flash Player available.
7. Click 'Agree and install now.'
8. Choose where to save the file and click 'Save.' After the download is finished, be sure to close all your browser windows and anything that potentially uses Flash before beginning the installation.
9. Browse to the location where you downloaded the installation file and double-click it. Let the installation run on its own and click 'Close' when it's finished.
Read more ►

Monday, March 4, 2013

How to Download Dll Files


How to Download DLL files from DLLDLL
1. Visit dlldll.com (see resource 1 below).
2. Click on the number or letter and the appropriate page for your DLL file.
3. Find your DLL and click it once. This action will take you to the first download page.
4. Click download again, type in the verification code in the box, and press :download.'
5. Wait for the download prompt window to display on your screen and press the 'save' option.
How to Download DLL files from DLLDump
6. Visit DLLDump.com.
7. Click on a letter or number at the top of the Web page.
8. Browse the list to find the desired DLL file.
9. Click on the DLL file you want to download. It should automatically download. If the download does not begin immediately, right-click your mouse, press 'Save Target As,' and save your DLL file.
How to Download DLL files fromAFreeDLL
10. Visit AFreeDLL.com.
11. Click on a letter or number at the top of the page to look for a DLL file.
12. Browse the list and click on the DLL file you wish to download. If you cannot find the DLL file on the page, click on one of the pages at the bottom of the screen. For example, if your DLL file starts with an A and it is on page A1, press A2 or another page.
13. Scroll down the page and click the 'download now' option.
14. Wait for the download prompt to appear on your screen and press the 'save file' option.
Read more ►