Thursday, May 12, 2011

How to Replace Winsock in Windows XP


1. Open a command prompt by clicking on 'Start,' and then 'Run.' In the dialog that pops up, type in 'cmd,' and press 'Enter.'
2. Reset your Winsock entries to their defaults by typing in 'netsh winsock reset catalog' at the command prompt, and then press 'Enter.' Reset the TCP/IP (Transmission Control Protocol/Internet Protocol) stack by typing in 'netsh int ip reset reset.log,' and press 'Enter.'
3. Reboot your computer. If the Internet still does not work, the problem is not Winsock.
Read more ►

Tuesday, May 10, 2011

How to Get the Taskbar to Show on Web Pages With SP3


1. Right-click an empty space on the taskbar. Click 'Properties.'
2. Click the 'Taskbar' tab. Uncheck 'Auto-hide the taskbar.'
3. Click 'OK.' Your taskbar will now show up on Web pages.
Read more ►

How to Reinstall User32.dll


1. Go to the free DLL download website (see link in the Resources section) and click 'Download user32.dll.'
2. Click 'Save' in the confirmation pop-up, and then choose a location to save the file (unless you had already set up downloads to be saved at a specific location by default) and then click 'Save' to begin the download.
3. Right-click the saved 'user32.dll' file and select 'Copy.' Go to the 'Start' menu, click 'My Computer' or 'Computer,' double-click the 'C:' drive; double-click the 'Windows' folder and then the 'System32' folder. Right-click anywhere in a blank space and select 'Paste.' Click 'Yes' to overwrite the existing file (if your file is not corrupt but missing from the system, you will not be prompted.)
4. Go to the 'Start' menu, type 'run' in the 'Start Search' box and press 'Enter' on your keyboard. Type the following string in the search field and press 'Enter' to register the user32.dll:Regsvr32 'C:\Windows\System32\user32.dll'
5. Restart your computer.
Read more ►

Sunday, May 8, 2011

How to Get Rid of a Run.dll Error on Startup


1. Click the Windows 'Start' button and type 'msconfig' into the text box. Press 'Enter' to open the window. If you are using an older Windows version, click 'Start' and then select 'Run.' Enter 'msconfig' and press 'Enter.'
2. Click the 'Startup' button. This opens a list of applications that run each time you start your machine. The check boxes are used to enable and disable the startup applications.
3. Remove the check mark in the box labeled with 'Rundll.' Click 'OK' to save the changes. A popup appears with the option to reboot your computer. Click 'Restart' to reboot your computer. The next time it boots, the rundll error will not occur.
Read more ►

How to Repair MSVCP71.DLL


1. Download the msvcp71.dll file in a secure location (see Resource section).
2. Open your Windows Explorer browser via the Start menu.
3. Navigate to the path 'C/Windows/System 32.' Drag the msvcp71.dll file to the System 32 folder. Replace the existing file.
4. Open the command prompt by clicking 'Start' and typing 'cmd' in the 'Run' or 'Start Search' field. Type 'Regsvr32 msvcp71.dll' in prompt. and press 'Enter' to register the file.
5. Reinstall the software that displays the msvcp71.dll error. Reboot your system.
Read more ►

How to Backup Using Visual Basic


1. Open Visual Basic (VB) and create a project using the “Standard EXE” template. From the top level VB menu, click on “File” and then “Save Project As.” Save both the form and project with the name “MyBackup”. Click “Project” from the top menu and select “Components.” Scroll down the list of components until you find “Microsoft Common Dialog Control 6.0.” Click on the check box next to it to add this control to the ToolBox.
2. Add the following controls to the form by double-clicking on them in the ToolBox on the left of the screen:<br /><br />Two Labels (icon is a large letter A)<br />Two CommandButtons (icon is a small rectangle)<br />One Frame (small square with tiny letters “xy”)<br />One each DriveListBox (small rectangle with dotted line), DirListBox (folder image) and FileListBox (tiny page with corner turned down and horizontal lines)<br />One CommonDialog control (small rectangle with what looks like a floppy disk)<br /><br />Drag these around on the form so first label is at the top, the three list boxes are below this, lined up horizontally and within the Frame, the two CommandButtons are below the Frame and aligned horizontally, and the final label is below everything else. The CommonDialog control can be in any open space on the form since it does not display at run time.
3. Click on each item in turn to open its properties in the right hand panel. Change the Caption properties to read as follows:<br /><br />Label1: Navigate to your original file below and highlight it, then click on Backup.<br />Command1: Backup<br />Command2: Exit<br />Frame1: Drive/Folder Contents<br />Label2: blank, that is, delete the Caption
4. Click on “View” and then “Code” in the top level VB Menu. Type the following lines of code exactly as they appear below:<br /><br />Option Explicit<br />Private Sub Command2_Click()<br />End<br />End Sub<br />Private Sub Form_Load()<br /> MyBackup.Show<br />End Sub<br />Private Sub Dir1_Change()<br /> File1.Path = Dir1.Path<br />End Sub<br />Private Sub Command1_Click()<br />Dim strSourceFile, strDestinationFile, strFolder1, strFolder2 As String<br />CommonDialog1.Filter = \"Office Files |*.doc|*.docx| *.xls| *.xlsx|*.txt|\"<br /> strFolder1 = Dir1.Path<br /> strSourceFile = File1.FileName<br /> strSourceFile = strFolder1 & \"\\\" & strSourceFile<br /> strFolder2 = Dir1.Path<br /> strDestinationFile = InputBox(\"Enter file name for the backup\")<br /> strDestinationFile = strFolder2 & \"\\\" & strDestinationFile & \".bak\"<br /> FileCopy strSourceFile, strDestinationFile<br /> lblBackup.Visible = True<br />lblBackup.Caption = \"Your file has been backed up with the name \" & strDestinationFile <br />End Sub<br />Private Sub btnCancel_Click()<br /> Unload Me<br />End Sub<br />Private Sub Drive1_Change()<br />Dir1.Path = Drive1.Drive<br />End Sub<br />Private Sub File1_Change()<br /> File1.SetFocus<br />End Sub
5. Click “Project” in the top level VB menu and then “MyBackup Properties.” In the box next to “Standard EXE” with the heading “Startup Object,” use the pull-down menu to select “MyBackup.” Click “OK” and then press “F5” to run and test the program. If it works, then click “File” and “Make MyBackup.exe” to compile it into a full application. If there are problems, press “F8” to step through the lines one at a time to identify the line in error and correct it as above.
Read more ►

Saturday, May 7, 2011

How to Remove a Windows File Protection Error


1. Start your computer in Safe Mode. Do this by hitting the F8 key repeatedly as you turn it on.
2. Run an antivirus program. Windows comes with a tool known as the Malicious Software Removal Tool, which you can find by going to Start -> Run and typing 'MRT.' Third-party antivirus software like Norton or McAfee will work as well.
3. Restart your computer normally. Go to the Run dialogue in the Start menu. Type 'regsvr32 initpki.dll' (no quotes) and hit 'OK.' This will reset the registry file(s) affected by the bug. Restart your computer again.
Read more ►

How to Install D3dx9


1. Open your Web browser and navigate to the download location for a working version of d3dx9_32.dll. You can find a link to this page in the Resources section.
2. Click the download link and follow the on-screen prompts to save the file to your computer. It will save as a .zip file. Wait until the file downloads completely.
3. Double-click the file to open it in Winzip or your computer's default program for opening .zip files. Click 'Extract' or 'Unzip' and, when prompted, select the desktop as the destination directory for the .zip file's contents. This will extract d3dx9_32.dll to your desktop.
4. Right-click the 'Start' button and select 'Explore.' This will open up Windows Explorer. Browse through the left panel of Explorer for the Windows system file. To find this file in 32-bit versions of Windows XP or Vista, navigate to 'C:\Windows\System32.' If you are using the newer 64-bit versions of these operating systems, look for 'C:\Windows\SysWOW64.' If you use an older version of Windows, look for 'C:\WINNT\System32' in Windows NT and 2000 and navigate to 'C:\Windows\System' in Windows ME, 95 and 98. When you find the system file for your version of Windows, left-click it once to reveal the contents of the folder in the right panel of Windows Explorer.
5. Click and drag the d3dx9_32.dll file from your desktop into the right panel of Windows Explorer. If Windows asks you if you want to replace the file, select 'Yes.'
6. Restart Windows.
Read more ►

Friday, May 6, 2011

How to Allow ActiveX Controls to Run


1. Open an Internet Explorer browser window to make changes to your current ActiveX controls. Click the “Tools” link located at the top of the menu bar. A drop down window will appear with several more options to choose from. Each option will let you change some of the default settings already programmed into Internet Explorer.
2. Click the “Internet Options” link located at the end of the list. When the pop-up window appears, select the “Security” tab to access the ActiveX controls. There are several zones with multiple security settings. Each zone has preset settings built into it. You can change the settings to fit your current needs. If for some reason you’re not satisfied with these changes, click the “Reset All Zones to Default Level” to change them back. To allow ActiveX controls to run, click the “Internet” zone. The icon that identifies this zone looks like Earth.
3. Change the security level for the “Internet” zone from the default “Medium-high” zone to “Medium.' Slide the bar up and down between the different security zones. The “Medium” Internet zone will allow a lower security environment for your web browsing. To go even further with enabling the ActiveX controls, click the “Custom Level” button. Under the “Settings” menu, look for the “ActiveX Controls and Plug-ins” options. Normally, these settings are disabled to prevent a security risk to your computer system.
4. Allow the ActiveX controls to automatically run by changing the settings from “Disable” to “Enable.” This can be done by clicking the “Enable” button next to “Allow Previously Unused ActiveX Controls to Run Without Prompt.” After making these changes to your Internet Explorer browser, you won’t be constantly prompted to enable the ActiveX controls. They’ll automatically be allowed without prompting you to manually do so. The changes made in these settings will not take full effect until you close and restart the Internet Explorer browser window.
Read more ►

How to Install Runtime Library


1. Double click the 'My Computer' icon. Browse to the hard drive, 'Windows,' and 'System32.' Drag each .DLL or .OCX file into the 'System32' folder.
2. Hit the Windows logo and 'R' keys on the keyboard simultaneously to bring up the 'Run' dialog box. Type 'cmd' without quotation marks into this box and hit 'Enter.' This will display the Command Prompt.
3. Type 'cd\windows\system32' into the Command Prompt and hit 'Enter.' This will move you to the 'System32' folder, where you copied the runtime library file(s).
4. Type 'regsvr32 (file)' and hit 'Enter,' where '(file)' is the full name of the runtime library, e.g., 'library.dll' or 'library.ocx.' You should receive a pop-up window stating that the file was successfully registered.
5. Repeat the previous step for each file. After all runtime libraries are installed, the program should run successfully.
Read more ►

How to Fix a Resource DLL


1. Click on the 'Start' menu.
2. Click on 'Run.'
3. Type 'cmd' (without the quotation marks) into the open box and click 'OK.' The Command Prompt window will open.
4. Type 'regsvr32 filename.dll' (without the quotation marks) into the Command Prompt window and press ENTER. Note that 'filename' should be replaced with the name of the broken resource DLL file. This will re-register the DLL and most likely fix the problem.
5. Restart your computer.
Read more ►

Thursday, May 5, 2011

How to Fix a DNS Error on a Cellphone


1. Type in the name of a different website other than the one you first attempted to access and click or tap "Enter." If another website loads correctly, you know the error has to do with the first website you tried to access.
2. Clear the cache -- a virtual directory where the phone's Web browser stores copies of Web pages -- in the browser's "Settings" menu. If a fleeting error occurs, the browser may store the error page in its cache as the sole record for the Web page, indicating an error has occurred when, in fact, no error is present. Clearing the cache eliminates this possibility.
3. Reset the wireless router or modem if you use Wi-Fi to connect the cellphone to the Internet. If the DNS for the Internet service provider has caused the DNS error in the Web browser, resetting the modem resolves this problem.
Read more ►

Wednesday, May 4, 2011

How to Change Windows Hal VMware


1. Load the virtual machine and allow Windows to boot. Log in using an account that has Administrative privileges.
2. Press the Windows logo and 'R' keys simultaneously to display the Windows 'Run' dialog box on the virtual machine. Type 'devmgmt.msc' without quotation marks in the dialog box and press 'Enter.'
3. Double click the 'Computer' heading in the Device Manager to expand the category. This reveals the HAL currently installed, e.g. 'ACPI Uniprocessor PC.'
4. Right click the HAL displayed and click 'Properties.'
5. Click the 'Driver' tab, then click the 'Update Driver' button.
6. Click 'Install from a list or specific location,' then click 'Next.'
7. Click 'Don't search, I will choose the driver to install,' then click 'Next.'
8. Select the HAL that you want to use (e.g. 'ACPI Multiprocessor PC') and click 'Next.' The drivers are installed.
9. Close every window, then click 'Yes' when prompted to restart the operating system on the virtual machine. Windows restarts with the correct HAL for a multiprocessor computer.
Read more ►

Tuesday, May 3, 2011

Word Documents: How to Fix Reference Source Not Found


1. Click 'Edit' and select 'Undo.' Alternatively, you can hold down 'Ctrl' and press 'Z' on your keyboard or click the curved error pointing to the left on your toolbar at the top of the screen. This engages Word's 'Undo' procedure. If you have not done anything else since deleting the field, the deleted field will come back. You can repeat the 'Undo' procedure for up to 10 edits in a document.
2. Print the document and look it over. If there is a section that looks strange on the printed page, displaying numbers and symbols rather than the text you typed, that field is causing the error. Right-click the field in the document and select 'Refresh Field.' Print the document again. If the document is correct, you will not see the error again.
3. Place the cursor inside the field and press the 'Space bar' to place a space in the field. This will make the program think that the field is completed and the error will not appear.
4. Right-click the field and select 'Properties.' In the dialog box that pops up, set the field default as:{Ask Answer 'Question' \d ' '}This will allow you to proceed with a blank field and not receive the error.
Read more ►

How to Fix a Dll Problem


Check for Common Problems
1. Update any installed anti-virus or anti-spyware programs, and run complete system scans. Install different infection removal products to ensure your system is clean. Remove any infections the security scans find.
2. Click on the 'Start' button, then choose 'Run.' Type 'sfc /scannow' to run the Windows System File Checker. Insert the original Windows CD if the scanner asks for it.
3. Return to the Run utility and type 'chkdsk /R' to check for hard drive corruption or potential failure. Read the output from the utility to look for any errors or unsuccessful repair attempts made by the tool.
Repair DLL Problems
4. Click the 'Start' button, then open the 'Control Panel.' Click the 'Add/Remove Programs' utility, and remove the program that is generating the DLL errors. Reboot the computer. Log back in if necessary, and reinstall the program. Open the program to ensure that it functions properly.
5. Read any error messages that name the corrupt DLL file. Write down the name and find the location of the file on the C: drive. Locate another computer running the same version of Windows, and find the DLL file on the good computer's C: drive. Copy the DLL file to a USB thumb drive. Rename the DLL file by adding a '1' to the beginning of the file name. Connect the thumb drive to the first computer, and copy the DLL file to the same directory as the corrupt version. Rename the old file by adding a '2' to the beginning of the file name. Rename the new version by removing the '1' from the beginning of the file name so that it becomes the correct DLL file. Reboot the computer and try the program that generated the errors again.
6. Perform a Repair Installation of Windows as a last resort. Insert the original Windows installation CD and reboot the computer. Access the computer's boot order by pressing the 'F12' key or the manufacturer's designated function key. Boot from the Windows CD, and choose the 'Repair' option. Follow the Repair instructions for the Windows version you are running.
Read more ►