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 ...
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,...
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 ...
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....
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 comput...
Read more ►

How to Fix Svchost

Identifying the Process1. 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\\Service2. 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...
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....
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//System324. 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...
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...
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...
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 'Ente...
Read more ►

Monday, February 28, 2011

How to Disable Unknown Publisher in Internet Explorer 8

1. Open the registry editor by clicking 'Start,' typing 'Regedit' into the search box in the start menu and pressing 'Enter.' On Windows XP, click 'Start' and 'Run' before typing 'Regedit.'2. Navigate to the 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies' key in the registry editor by clicking the plus sign to the left of each key.3. Right-click the 'Policies' key, click 'New,' click 'Key,' type 'Associations' and press 'Enter.'4. Right-click the 'Associations' key, click 'New,' click 'String Value,' press 'Enter,' type 'LowRiskFileTypes' and press 'Enter.'5. Double-click...
Read more ►

Sunday, February 27, 2011

How to Fix Corrupted Flash Cards

1. Insert your flash card into your computer's USB drive.2. Open 'My Computer' and locate the flash card under 'Removable Storage Devices.'3. Right-click on the flash card to open up a list of options. Locate 'Format' from this list and double-click it to open the formatting tool.4. Highlight the square next to 'Quick Format' and ensure that a checkmark appears inside the square.5. Select a file structure by using the drop-down menu. If you are unsure of the best file structure to use, select 'NTFS' to ensure the greatest compatibility across operating systems and software.6. Click...
Read more ►

Friday, February 25, 2011

How to Update Flash OCX

1. Follow the link provided in the Resources section to the Adobe Flash Player download page.2. Click 'Agree and Install Now,' then 'Save File' when asked if you would like to save the file.3. Double click the downloaded file. It will appear in either a 'Downloads' pop-up window or as an icon on the desktop. Click 'OK' and then 'Run' when asked if you would like to run the program.4. Close out all programs using the Internet. This includes the Web browser, Microsoft Outlook, instant messengers and iTunes. Some of these programs will be updated when the new version of Flash is installed,...
Read more ►

Thursday, February 24, 2011

How to Fix Errors for Free

1. Run the Disk Cleanup utility on your machine. This can be found by clicking the 'Start' menu, clicking on 'Programs' and then clicking 'System Tools.' Launch 'Disk Cleanup.' It will automatically calculate how much space it can free up on your system by deleting or repositioning files and programs on your system. This process could also alleviate problems which cause errors.2. Launch the 'Disk Defragmenter.' Like the Disk Cleanup utility it can be found by navigating to the 'System Tools' folder and clicking on 'Disk Defragmenter.' This program effectively looks for files and processes...
Read more ►