Friday, April 6, 2012

How to Delete Active Dll


Use the System Configuration Editor
1. Log on using an administrative account user name and password. Start the System Configuration Editor by holding down the Start button and 'R' keys simultaneously to produce the 'Run' dialog box. Type 'msconfig' in the 'Open' field and click 'OK.'
2. Click the 'Selective startup' option in the 'General' tab. Click the 'Services' tab and check the 'Hide all Microsoft services' option. Click 'Disable All' and 'Apply' to disable third-party applications that normally start with Windows automatically. To disable applications called through the Windows registry, click the 'Startup' tab followed by 'Disable All.' Then click 'Apply,' 'OK' and 'Restart.'
3. Log on using an administrative account user name and password. Open a command prompt by clicking the Start button. Select 'All Programs' followed by 'Accessories.' Click 'Command Prompt' if you use Windows XP; Windows Vista and 7 users must right-click 'Command Prompt' and select 'Run as administrator.' You should see a window with 'cmd.exe' in the title bar and a blinking cursor with something like 'c:\users\johndoe>' or 'c:\documents and settings\janedoe> to its left. This prompt identifies the drive and folder that your commands will affect.
4. Compare the location in the prompt with the location of the DLL you're replacing. Look at the drive letter (the 'c:' in our example). If it's incorrect, type the correct drive letter and a colon where you see the blinking cursor, then press the Enter key. So if your prompt says 'd:' but your DLL is somewhere in drive 'c:,' type 'c:' and press Enter. Your new prompt should begin with 'c:.'
5. Change the target folder with the 'cd' command. If your target DLL is in the \windows\system32 folder, use the command 'cd \windows\system32' followed by Enter.
6.
Doing a backup now can save a lot of time later.
Back up the target DLL. To back up the 'browser.dll' file in the \windows\system32 folder, type 'copy browser.dll browser.doe' and press Enter. The extension of the file name can be a combination of letters and numbers that Windows doesn't associate with an application or data file. 'bak' or 'old' are frequently used. Avoid extensions like 'exe,' 'com,' 'doc,' 'xls,' 'ppt,' and 'pdf.' These are either associated with applications or with common data file types.
7. Use the 'regsvr32' command to 'de-register' the target DLL. This clears the way for its replacement. To de-register browser.dll from the c:\windows\system32> command prompt, type 'regsvr32 /u browser.dll' and press Enter. A message box reports the results; click 'OK' to clear it.
8. Replace the DLL using the 'copy' command. If your replacement browser.dll file is in the \users\johndoe\downloads folder on your C: drive and your command prompt still reads 'c:\windows\system32>' type 'copy \users\johndoe\downloads\browser.dll' and press Enter. Type 'Y' to confirm the file overwrite if asked.
9. If the copy worked, use the 'regsvr32' command to re-activate the DLL. In this example, type 'regsvr32 browser.dll' and press Enter. Regardless of copy results, restore the normal boot sequence by re-opening the System Configuration Editor. Select 'Normal startup' in the 'General' tab and click 'OK' followed by 'Restart.' If you boot normally, the excluded services and startup options are restored. If the copy failed, follow the boot instructions in 'Use Safe Mode.'
Use Safe Mode
10. Boot your system into Safe Mode. To do so, press the 'F8' key immediately after the memory test completes, or when you see options such as 'Press F2 to enter Setup.' If Windows starts, you were not quick enough; restart the computer and try again. You should get a menu with 'Safe Mode' at or near the top. Select 'Safe Mode' and press Enter. At the 'OS Choices' menu, select the operating system that uses the target DLL and press 'Enter.' When the logon screen appears, use an administrative account user name and password. After the Desktop appears, click 'Yes' to confirm Safe Mode operations. Note that the screen resolution will probably be different; customized video drivers do not load.
11. Open a command prompt by clicking the 'Start' button. Select 'All Programs' followed by 'Accessories.' Click 'Command Prompt' if you use Windows XP; Windows Vista and 7 users must right-click 'Command Prompt' and select 'Run as administrator.' You should see a window with 'cmd.exe' in the title bar and a blinking cursor with something like 'c:\users\johndoe>' or 'c:\documents and settings\janedoe> to its left. The prompt identifies the drive and folder that your commands will affect.
12. Compare the location in the prompt with the location of the DLL you're replacing. Look at the drive letter (the 'c:' in our example). If it's incorrect, type the correct drive letter and a colon where you see the blinking cursor, then press the Enter key. So if your prompt says 'd:' but your DLL is somewhere in drive 'c:,' type 'c:' and press Enter. Your new prompt should begin with 'c:.'
13. Change the target folder with the 'cd' command. If your target DLL is in the \windows\system32 folder, use the command 'cd \windows\system32' followed by Enter.
14.
Back up your old DLL now if you haven't done so already.
Back up the target DLL, if you did not do so when using the System Configuration Editor. To back up the 'browser.dll' file in the \windows\system32 folder, type 'copy browser.dll browser.doe' and press Enter. The extension (last three letters) of the file name can be a combination of letters and numbers that Windows doesn't associate with an application or data file. 'bak' or 'old' are frequently used. Avoid extensions like 'exe,' 'com,' 'doc,' 'xls,' 'ppt,' and 'pdf.' These are either associated with applications or with common data file types.
15. Use the 'regsvr32' command to 'de-register' the target DLL. This clears the way for its replacement. To de-register browser.dll from the c:\windows\system32> command prompt, type 'regsvr32 /u browser.dll' and press Enter. A message box reports the results; click 'OK' to clear it.
16. Replace the DLL using the 'copy' command. If your replacement browser.dll file is in the \users\johndoe\downloads folder on your C: drive and your command prompt still reads 'c:\windows\system32>' type 'copy \users\johndoe\downloads\browser.dll' and press Enter. Type 'Y' to confirm the file overwrite if asked.
17. If the copy worked, use the 'regsvr32' command to re-activate the new DLL. In this example, type 'regsvr32 browser.dll' and press Enter. Regardless of copy results, restarting the computer normally will end Safe Mode. If the copy failed, follow the instructions in 'Use A Bootable CD.'
Use a Bootable CD
18. Obtain a product such as the Ultimate Boot CD for Windows that incorporates a completely configured operating system and utilities in one bootable CD or DVD. If you want a product that burns directly to disc without preparation, download a Linux distribution such as Ubuntu that you can download then write directly to disc with a program such as ImgBurn.
19. Use the CD to start your computer. If asked for account information, supply an administrative account user name and password. Because the operating system in use is on the CD and not your computer, the Windows files on your hard drive are inactive.
20. Open a file management program from the CD. It may or may not be Windows Explorer, but should be similar in appearance and function. The OS in use is typically shown as residing on drive 'X:.' Your operating system drive should retain its usual letter. You can use this application to back up the target DLL, then replace it as if it were a standard data file. When done, shut down, remove the CD and reboot. Your change is complete.
Read more ►

Thursday, April 5, 2012

Error 50 on the iPod


1. Unplug the connection cable from the Apple iPod and the computer, and close Apple iTunes.
2. Highlight and copy the following command lines by pressing the 'Ctrl' and 'C' keys on your computer keyboard:regsvr32 /s softpub.dllregsvr32 /s wintrust.dllregsvr32 /s dssenh.dllregsvr32 /s rsaenh.dllregsvr32 /s gpkcsp.dllregsvr32 /s sccbase.dllregsvr32 /s slbcsp.dllregsvr32 /s mssip32.dllregsvr32 /s cryptdlg.dllregsvr32 /s initpki.dll
3. Click 'Start' on the desktop taskbar. Choose 'All Programs' followed by 'Accessories.' Click 'Notepad' to launch this program.
4. Click 'Edit' in the main menu, then select 'Paste' to paste the command lines you copied earlier.
5. Choose 'File' in the main menu, then select 'Save as' from the drop-down menu. Type 'appleipod.bat' into the 'File Name' input box. Set your computer desktop as the file save location. Click the 'Save' button.
6. Go to your computer desktop. Double-click the 'appleipod' file with 'gears' icon. This launches a command window on the computer desktop. After about one minute, the window will close automatically.
7. Launch Apple iTunes and connect the iPod to your computer with the supplied connection cable. Apple iTunes will prompt you to restore the device. Click the 'Restore' button to launch the process. If prompted, select 'Restore and Update' or 'Use Newest Version' in the restore options dialog window.
Read more ►

How to Delete Acropdf Dll


1. Click the 'Start' button then select either 'Computer' or 'My Computer,' depending on the operating system running on the computer (if using Windows Vista or 7 you are able to click the 'Search' option on the 'Start' menu, then type in 'acropdf.dll' to be taken directly to the file location).
2. Double-click the 'C:' drive icon, then choose 'Windows.'
3. Select 'System32' and a window appears with hundreds of different files on the computer.
4. Scroll through the list until you find 'acropdf.dll.'
5. Right-click the file, then choose 'Delete.' A prompt appears, asking if you are sure you want to delete the program from the computer. Click 'Yes' and the file is deleted from the computer system.
Read more ►

Wednesday, April 4, 2012

How to Install Binkw32.Dll


1. Launch your default Web browser and navigate to the download location for binkw32.dll. A link to this location can be found in the Resources section below.
2. Click the download link and click the 'Save File' button when prompted. Wait for the file to fully download.
3. Double-click the downloaded .zip file to open it in Winzip or your default unzipping utility. Click the 'Extract' button and select the desktop as the location to which the file should be extracted.
4. Right-click the 'Start' button in Windows and select 'Explore' to open Windows Explorer. In the left panel of Explorer, navigate to the system folder. The exact location of this folder varies depending on your Windows version. If you're using a 32-bit version of Windows XP or Vista, it's 'C:\Windows\System32.' If you're using 64-bit Windows XP or Vista, it's 'C:\WindowsSysWOW64.' In Windows 2000 and NT, it's 'C:\WINNT\System32.' In Windows 95 and 98, it's 'C:\Windows\System.'
5. Left-click on the system folder in the left panel to reveal all of its contents in the right panel, then click and drag the binkw32.dll file from the desktop into the right panel of Explorer. If Windows alerts you that the folder already contains a file by this name, replace the existing file with the new one.
6. Reboot your computer.
Read more ►

Tuesday, April 3, 2012

How to Register Windows Update Files After Service Pack 3


1. Click 'Start' and select 'Run.'
2. Type 'cmd' in the 'Run' box. Click 'OK' or press 'Enter' on your keyboard to open the Command Prompt.
3. Type the following line in the Windows Command Prompt box:net stop wuauservPress 'Enter.' Typing this command and pressing 'Enter' stops the Automatic Updates service so that the file can be reregistered.
4. Type the following line in the Windows Command Prompt:regsvr32 %windir%\system32\wups2.dllPress 'Enter.' Pressing 'Enter' after typing this command reregisters the 'Wups2.dll' file. Click 'OK' if a verification message box appears.
5. Type the following line in the Command Prompt box:net start wuauservPress 'Enter' to restart the Windows Automatic Updates service.
6. Type the word 'exit' in the Command Prompt box. Press 'Enter' to close the Command Prompt window.
Read more ►

How to Fix Internet Explorer Exceptions


1. Identify the Internet Explorer add-on that is generating the Exception error. Write down the name of the add-on that is indicated in the error message. Ignore this step if you do not see the name of the add-on.
2. Launch Internet Explorer. Click the 'Tools' button and select 'Manage Add-ons.' Click 'All add-ons' under 'Show.' Click the add-on that you identified in the last step and click 'Disable.' If you did not identify any add-on, click each one of the installed add-ons (one by one) and click 'Disable.' Click 'Close.'
3. Close Internet Explorer and relaunch it from the Start menu or desktop shortcut. Follow the remaining steps if you still experience the Exception error message.
4. Click the 'Tools' button and select 'Internet options.' Click the 'Advanced tab.' Click the 'Reset' button. Check 'Delete personal settings.' Click 'Reset.' Close the dialog box and click 'OK.' Relaunch Internet Explorer to make sure the changes take effect.
Read more ►

Monday, April 2, 2012

How to Enable Remote Desktop in ActiveX


1. Open Internet Explorer and click 'Tools.'
2. Click the 'Manage Add-Ons' menu option.
3. Click 'Enable or Disable Add-Ons.'
4. Scroll down to 'Microsoft Terminal Services Client Control,' right-click it and click 'Enable.'
Read more ►

How to Fix the Runtime Error for Last Chaos


1. Shut down all your applications on your computer and open a Web browser. Go to the Aeria Games technical help page.
2. Click the the 'Update your OS with all current patches, here' link in the second section of the page. Follow the prompts to update all of your system's patches. The steps differ depending on the operating system of your computer.
3. Restart your computer. Click the 'Update your DirectX to the latest version, here' link in the second section of the page. Follow the prompts to update your system's DirectX version. The steps differ depending on the operating system in your computer.
4. Update your system's drivers. Click the Windows 'Start' menu and type 'Update' in the Search field. Click the 'Windows update' link that appears. Select 'Check for updates.' Click 'Install Updates' and follow any prompts that may appear. Restart your computer.
5. Click the 'Start' menu and select the 'Control Panel.' Choose 'Programs' and select 'Programs and Features.' Select 'Last Chaos' and click the 'Uninstall' button. Click 'Yes' to confirm. Wait for the software to uninstall and restart your computer.
6. Launch a Web browser and go to the Last Chaos game page. Click the 'Download' button. Click the 'Save file' button in the dialog box that appears. Launch the file that downloads onto your system. Follow the prompts to install the software and restart you computer.
Read more ►

Sunday, April 1, 2012

How to Replace a Missing DLL


1. Insert the disk that contains the missing .dll file. This disk will be the installation disk for the program that isn't responding because of the missing .dll file.
2. Click on 'Computer' or 'My Computer.'
3. Right click on the drive that contains the disk and click on 'Explore' to open it.
4. Locate the .dll file that's missing on the computer. When you find it, shrink the window.
5. Click on 'Computer' or 'My Computer' again and then click on the hard drive, which is usually the '(C:)' drive.
6. Click on 'Windows.'
7. Click on the 'Drivers' folder to open it.
8. Restore the window the .dll file. Drag the replacement .dll file over to the 'Drivers' folder to replace the missing .dll file.
Read more ►

Wednesday, March 28, 2012

How to Read OS X Files on Windows XP


1. Download or buy a copy of Mac OS X emulator software, such as SoftMac. Install the program and follow its instructions. PearPC is an open source Macintosh operating system Emulator that also allows a PC to run Mac software (see Resources).
2. Transfer the Macintosh files to your PC. This can be done via any file transfer medium or over a computer network, provided you have access to the files on the host PC.
3. Start the emulator software. Most emulators require the package to be 'wrapped' in a way that Windows can understand. You cannot read Macintosh system files directly from a PC, as they are in different formats. (Text files, word processing documents and other files are fairly standard and do not require the intervention of an emulator.)
4. Select the program you want to work with and 'wrap' the file. How this is done depends on the emulator software, consult the documentation that came with the program. When the file has been wrapped to run under the computer's native operating system, you should be able to start it.
5. Run the program by double-clicking its icon. If there are no compatibility problems, a program will run by an emulator will be slightly slower than it would run under its native operating system.
6. Exit the Mac program when you are done using it. Close the emulator software, as the emulator takes up a great deal of system resources. Remove the medium the contains the Macintosh OS X files from your PC.
Read more ►

How to Fix Runtime Error 70


1. Disable script debugging in Internet Explorer (IE) if the problem only occurs on one or two websites. To do so, in Internet Explorer 6, select the “Tools” menu followed by “Internet Options,” the “Advanced” menu tab, and choose the option to “Disable script debugging” followed by the “OK” menu button. To disable script debugging in IE 7, choose the “Tools,” menu followed by “Internet Options,” and choose the “Advanced” tab and click the “Display a notification about every script error” box followed by the “OK” menu button.
2. View the web page that is causing the Runtime Error 70 on another computer using an alternative web browser, such as Mozilla Firefox. If there is a script error still on the alternative computer and web browser, the error may be on the server side of the website and not an issue with your computer.
3. Confirm that Active Scripting, Java, and ActiveX are enabled in Internet Explorer. If your security settings have disabled any of the three, you could get the Runtime Error 70 on your computer. To ensure they aren't blocked, choose “Internet Options” from the “Tools” menu. Then select the “Security” tab and choose the “Default Level” option followed by the “OK” menu button.
4. Remove temporary Internet files from your computer to ensure they are not interfering with the websites files. To remove temporary files in IE 6, choose the “Tools” menu followed by “Internet Options,” the “General” tab and select “Settings.” Then, choose “Delete Files,” followed by the “OK” button, “Delete Cookies” followed by “OK,” and under the “History” tab choose the “Clear History” menu option. To remove temporary Internet files when using IE 7 or newer, choose the “Tools” and “Internet Options” menu button. Then, pick the “General” menu tab and under “Browsing History” pick the “delete” menu button followed by answering “yes” on the subsequent dialogue prompt. You will then click “Delete Files” under “Temporary Internet Files” under the “Delete Browsing History.” Pick the “Delete Cookies” menu option under the “Cookies” label and “Delete History” under the history label to finish removing the temporary Internet files.
5. Install the newest Windows service pack and software updates for your version of Internet Explorer located at the URL in the resources below if you are still getting the Runtime Error 70.
Read more ►

Monday, March 26, 2012

How to Fix MSCOMCTL.OCX


1. Click 'Start,' type 'MSCOMCTL.OCX,' and then press 'Enter.' Copy the 'MSCOMCTL.OCX' file and place it in your 'C:\Windows\System32' folder.
2. Click 'Start' and type 'CMD' in the search box. This opens up your computer's command prompt.
3. Type 'Regsvr32 MSCOMCTL.OCX,' and press 'Enter.' This registers the MSCOMCTL.OCX file so that you no longer receive the error message.
Read more ►

Sunday, March 25, 2012

How to Fix a User32.dll Error


1. Click the 'Start' button and then 'Run.' This will open the 'Run' window.
2. Type in 'wupdmgr'. This will open Windows Update. It will now scan the computer to detect any necessary updates that are available from Microsoft.
3. Turn on automatic updates by clicking 'Start' again, followed by 'All Programs,' then 'Windows Update.'
4. Select 'Change Settings'; then select 'Include recommended updates when downloading, installing, or notifying me about updates.' Click 'OK' and everything will be set. Windows will download the necessary update and install it to correct the User32.dll errors
Read more ►

How to See What DLL Files are used by Programs


1. Begin by opening up a command line prompt. Click on the Start button, then click Run and Type CMD and click OK. You can also pull up the command line by going to Start->All Programs->Accessories->Command Prompt.
2. Inside the command prompt, we are going to type this command:tasklist /mType that into the black box and press enter. It will scroll down every program running and all the dll files that it has loaded.
3. To get a list of dll files loaded for a specific executable program, type this command:tasklist /m /fi "imagename eq [programname]"Replace [programname] with the name of the executable file you want to look up. For instance: tasklist /m /fi "imagename eq explorer.exe"
Read more ►

Thursday, March 22, 2012

How to Replace Comdlg32


1. Go to the Resources section of this artice and click on the Comdlg32.dll download link. This will lead you to a site that provides the replacement download for the file.
2. Click the underlined text 'Click here to go to the download of Comdlg32.dll.' A small window will now appear. In the middle of the page click 'Download comdlg32.dll.' The file will now begin to download
3. Open the downloaded file. This will initiate the computer's Zip extraction program. If your computer does not currently have a Zip program installed you can download a free trial of WinZip from http://www.winzip.com.
4. Chose an extraction location when the Zip program loads. Select the location 'C:\\Windows\System32.' This is where primarily all .dll files are stored. When you click 'Extract' you will be informed a file already exists and asked if you'd like to replace it. This is the old Comdlg32.dll file. Click 'Yes' and the new file will be extracted, replacing the old corrupted or damaged file.
Read more ►