Thursday, March 10, 2011

How to Replace Msvcr71.Dll


1. Go to a free DLL download website (see Resources) and click 'Download msvcr71.dll.' Click 'Save' in the confirmation pop-up to begin the download.
2. Double-click the saved ZIP file once the download is finished to launch WinZIP or WinRAR, which will automatically decompress the file.
3. Right-click the unzipped 'msvcr71.dll' file and select 'Copy.' Go to the 'Start' menu, click 'Computer,' double-click the 'C:' drive, double-click the 'Windows' folder and double-click the 'System32' folder. Right-click anywhere in a blank space and select 'Paste.' Click 'Yes' to overwrite any existing files in the confirmation pop-up (if any are found).
4. Go to the 'Start' menu, type 'run' (without quotes) in the 'Start' search box and hit 'Enter.' Type the following string in the search field of the 'Run' menu and hit 'Enter' to register the msvcr71.dll:Regsvr32 'C:\Windows\System32\example.dll'
5. Restart your computer.
Read more ►

Wednesday, March 9, 2011

How to Fix Mscorwks.dll


1. Download the mscorwks.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\mscorwks.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 ►

Tuesday, March 8, 2011

How to Stop DLL File Errors


1. Go to dll-files.com. This site contains an extremely large library of available .dll files and will most likely contain the file you need to correct the system. The files are organized by letter. Click the letter of the file you need; then scroll down until you find it. Click the .dll file you're requesting, and you'll be taken to a new page.
2. Click 'Click here to go to the download of ...'; the name of your desired file will be included here. A small pop-up window will appear once you click this.
3. Click the 'download-desired file-' link. It will now be downloaded as a zip file.
4. Open up the zip file, which will launch the computer's zip software. If you do not have zip software installed, you can follow the link in 'Resources,' and there, you will find a free trial download of WinZip. Download and install the software. Once the program has been installed, you can launch it and open the zip file.
5. Change the 'extract' location of the .dll file to C:\windows\system32\. This will place the missing .dll file into the computer's directory. This is normally where the files are kept
6. Click 'Extract.' The file will be sent to the desired location in the directory. Now try to open the file or program that was bringing up all the .dll file errors. These should no longer be appearing now that the new replacement .dll has been installed.
Read more ►

How to Fix the File System on a USB Drive in Vista


1. Plug your USB drive into one of the USB ports on your computer.
2. Click 'Start,' then 'Computer.'
3. Right-click on the icon for your USB drive. Click 'Format.'
4. Select 'NTFS' from the 'File System' drop-down menu.
5. Click 'Start.' This will format your hard drive in the NTFS file system, which is the one used by Windows Vista. When the formatting is complete, your USB drive will be fixed and ready for use.
Read more ►

Monday, March 7, 2011

How to View OCX Files


1. Right-click on the OCX file.
2. Click on 'Open with.'
3. Select the 'Choose Default Program' option.
4. Click on the icon of Microsoft Visual Studio 2010.
5. Click on 'Browse' only if Windows does not display Microsoft Visual Studio 2010. Search for it and click on 'Open.'
6. Click on 'OK.' Your OCX file will open and you will be able to view it.
Read more ►

How to Disassemble DLL on Linux


1. Log in to the Linux computer as a user with read privileges for the DLL file. Start a command shell by logging in in text mode.
2. Navigate to the directory where the DLL file is, by typing the following command into the shell:cd /home/anitra/dllsReplace '/home/anitra/dlls' by the absolute path to the DLL's directory. Press 'Enter.'
3. Disassemble the code in the DLL by typing the following command into the shell:objdump -C --disassemble library.dllReplace 'library.dll' with the name of the DLL file. Press 'Enter.' The '-C' option to 'objdump' decodes low-level symbols into human-readable, user-level names. The output of 'objdump' will be a complete disassemble of the code contents of the DLL file.
Read more ►

How to Register OCX Files in Windows


1. Locate the file 'regsvr32.exe.' This is often found in C:\WINDOWS\SYSTEM32, but it may be elsewhere. If you can't find it in that folder, click 'Start,' then 'Find,' and run a search for it on the drive on which Windows is installed.
2. Right-click on the OCX file you want to register and select 'Open With.' When the application list appears, click 'Other.'
3. Navigate to and select 'regsvr32.exe' and click 'OK.' Opening the OCX file with this program will register it.
Read more ►

Sunday, March 6, 2011

How to Reinstall Jscript.Dll


1. Launch your computer's Web browser and navigate to DLL-files.com. Type 'Jscript.dll' into the 'Search' window at the top right. Click 'Search.' Click the 'Jscript.dll' download link toward the bottom of the screen.
2. Click 'Save' and select the hard drive location where you want to save the file.
3. Right-click the Jscript.dll file and click 'Copy.' Click 'Start,' 'Computer' and double-click the 'C:' drive.
4. Double-click the 'Windows' and then 'System32' folders. Right-click any blank area within the 'System32' folder and click 'Paste' to save the Jscript.dll file to that specific location.
5. Click 'Start' and type:Regsvr32 'C:\Windows\System32\jscript.dll'Press 'Enter.' This will register the Jscript.dll file. Click 'Yes' when asked to confirm the registration. Reboot your computer to completely reinstall the file.
Read more ►

How to Repair ActiveX Manually


1. Click 'Start.' Type 'cmd' in the search box and press 'Enter.' This opens the Command Prompt.
2. Type 'regsvr32 msxml3.dll' at the prompt and press 'Enter.' This will re-register ActiveX. Exit Command Prompt.
3. Restart your computer.
Read more ►

How to Fix Svchost


Identifying the Process
1. The Svchost.exe groups are located in the registry key:<br /><br />HKEY_LOCAL_MACHINE\\Software\\Microsoft\\WindowsNT\\CurrentVersion\\Svchost<br /><br />Each of the separate instances appearing as active process under this key contain ServiceDLL values under the key:<br /><br />HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Service
2. Svchost may be taking too much CPU time and this could be caused by a bug related to the Windows Update Service for automatically downloading Microsoft updates to your machine. Stop and disable the Windows Automatic Update service by clicking on \"My Computer,\" \"Manage,\" \"Services and Applications,\" \"Services,\" \"Automatic Updates\" and changing its startup type to \"Disabled.\"
3. Due to a virus, the Svchost.exe file may occasionally crash your computer. Replace the file by browsing on the Windows Installation CD to the i386 folder.
4. Locate the compressed SVCHOST.EXE file and expand it using the command: <br /><br />C: SVCHOST.EXE_ C: SVCHOST.EXE
5. Boot into Linux or from the rescue Windows CD and copy the file to the folder C: WINDOWS\\System32.
6. Patch Windows using FIX KB958644 from the Microsoft website (see Resources).
Using Windows Recovery Console
7. Insert the Windows CD to repair all corrupted system files.
8. Boot the system from the CD.
9. Select the \"Repair\" option and follow the wizard to completion.
Memory Leaks in Svchost.exe
10. Memory leaks are caused by inefficient memory use by the Remote Procedure Call Server Service (RPCSS), resulting in memory leaks in Svchost.exe.
11. Obtain the Microsoft COM+ Rollup HotFix 14 from Microsoft (see Resources).
12. Changed registry keys are caused by viruses, spyware, adware and trojans, and these can affect svchost, which is an integral application for these forms of malware. Download and scan the registry using a registry cleaner software to repair and clean invalid registry entries.
Read more ►

Saturday, March 5, 2011

How to Repair OLE32 DLL


1. Visit a website that lets users download free copies of the Ole32.dll. Click on the link to download the file and save it to the desktop for easy access.
2. Go to 'Start' > 'Search' > 'All Files and Folders' and type in 'system32.' Hit 'OK' to search for the folder that holds the vital DLL files of the system.
3. Drag the Ole32.dll file from your desktop into the 'System32' folder. If it asks you if you want to replace the file, click 'Yes.' The new file will overwrite the damaged Ole32.dll.
4. Go to 'Start' > 'Run' and enter 'cmd' into the box. Hit 'OK' to load the Command Prompt.
5. Type 'regsvr32 ole32.dll' and press 'Enter.' The new Ole32.dll will install itself onto your computer.
6. Type 'exit' and hit 'Enter' to close the Command Prompt.
7. Reboot your PC.
Read more ►

How to Fix Msvcp71.Dll


1. Click the 'Windows' logo on your desktop.
2. Type 'start explorer' in the dialog box and press 'Enter.'
3. Navigate the following folder path:C://Windows//System32
4. Visit the DLLDump website (see Resources).
5. Click 'Click Here to Download msvcp71' and save the file to the desktop.
6. Double-click the file to unzip it. Click and drag the file to the System32 folder. Confirm the replacement of the old msvcp71.dll file.
7. Press 'R' + the 'Windows' key.
8. Type 'regsvr32 msvcp71.dll' in the dialog box and click 'OK.' This re-registers the file.
9. Press the 'Windows' key + 'R.'Type 'sfc /scannow' in the dialog box and click 'OK.' Reboot your system once the scan and repair are complete.
Read more ►

Thursday, March 3, 2011

How to Fix an XP Runtime Error


1. Close all running applications by opening the Windows Task Manager. To launch Task Manager, click 'Start,' 'Run,' type 'taskmgr' and press 'Enter.' You can also use the following shortcuts: 'Ctrl-Alt-Delete' or 'Ctrl-Shift-Esc.' Select the application that is giving you the runtime errors and click 'End Process.'
2. Check for bug fixes, patches and upgrades. You can also search on the web for the specific runtime error that occurred.
3. Perform the following steps If a debug option occurs along with the runtime error: In Internet Explorer, click 'Tools' from the top menu and then select 'Internet Options.' Click the 'Advanced' tab and select 'Disable Script debugging.' Close and then restart your browser.
4. Run an antivirus program. Viruses and spyware are one of the most common culprits of a malfunctioning computer. An antivirus will kill any detected virus or spyware and may fix runtime errors.
Read more ►

How to Install Advrcntr2.Dll


1. Open your Web browser and navigate to a page where you can download advrcntr2.dll for free. You can find a link to one such page in the Resources section below.
2. Click the download link, save the file to your computer and open the file. When the file opens in your default unzipping program, click the 'Extract' button and choose your desktop as the file destination. Wait for advrcntr2.dll to be extracted to your desktop before proceeding.
3. Right-click the 'Start' button in Windows and select 'Explore' to open the Windows Explorer window. Browse through the left panel for the Windows system folder. If you're using Windows 95, 98 or ME, you can find this at 'C:\Windows\System.' Windows 2000 and NT users can find the system folder at 'C:\WINNT\System32.' In the 32-bit versions of Windows XP and Vista, 'C:\Windows\System32' is the path for the system folder. In 64-bit versions of these operating systems, the path is 'C:\WindowsSysWOW64.' When you find the system folder, left-click it once to reveal its contents in the right panel of Explorer.
4. Drag-and-drop the advrcntr2.dll file from your desktop into the right panel of Explorer. If you're asked if you want to replace the existing file with the new file, click 'Yes.'
5. Reboot your computer for the changes to take effect.
Read more ►

Wednesday, March 2, 2011

How to Use Wininet.DLL


1. Log in to the Windows operating system using your administrator name and password.
2. Click 'Start > All Programs > Accessories > Command Prompt.' The Windows Command Prompt opens.
3. Type 'regsvr32 wininet.dll' (without quotes) into the Command Prompt and press 'Enter.'
4. Click 'Y' for yes to confirm the command.
5. Close the Command Prompt by clicking the 'X' in the top-right corner of the window or typing 'exit' (without quotes) and pressing 'Enter.'
Read more ►