Sunday, September 15, 2013

How to Fix Wzmss.dll Errors


1. Download and install the trial version of PC Tools' Registry Mechanic (see Resources). Run the Registry Mechanic setup and follow the instructions to finish the installation. Open the registry tool and click 'Clean Your Registry' to fix the wzmss.DLL errors and any other DLL issues. Reboot your PC once the process is complete.
2. Download and install the trial version of Registry Repair v5.0 (see Resources). Run the Registry Repair setup and complete the installation. Open the tool and click 'Scan' to detect the wzmss.DLL errors on your computer. Click the cleanup option once the scan is complete the fix the errors and restart your PC.
3. Download and install the trial version of Registry Trash Keys Finder version 3.8.1.3 (see Resources). Run the setup to complete the installation. Open Registry Trash Keys Finder and scan your system for the wzmss.DLL errors. Select the repair option to fix the errors and reboot your system.
Read more ►

How to Reinstall Spbasic.Dll in Illustrator


1. Download spbasic.dll from one of the many dynamic link library online libraries. Be sure to save the file to the 'C:\Windows\System32' folder. Alternatively, you can save the file to the desktop and drag it into the 'C:\Windows\System32' folder.
2. Click 'Start,' type 'cmd' into the search field and press 'Enter.' Type your administrator password if prompted. A command prompt opens.
3. Type the following command into the command prompt and press 'Enter.'regsvr32 spbasic.dll
4. Type 'exit' and press 'Enter' to close the command prompt.
Read more ►

Friday, September 13, 2013

How to Run a DLL as an App at Start


1. Right-click on the Desktop and select 'New Shortcut.'
2. Give your shortcut an appropriate name.
3. Enter some variant of the following in the shortcut's code:RUNDLL32.EXE <dllname>,<entrypoint> <optional arguments>where <dllname> is the path and filename of your DLL (the path is not required if a DLL is in the WINDOWS/SYSTEM32 directory), <entrypoint> is the name of the DLL section you want to run, and <optional arguments> vary depending on what exactly you're doing. For example:RUNDLL32.EXE shell32.dll,Control_RunDLLruns 'shell32.dll' at the 'Control_RunDLL' section, which opens the Windows Control Panel.
4. Set the shortcut to run at start-up: move it to the following directory:C:\Documents and Settings\<user>\Start Menu\Programs\Startupwhere <user> is either the name of the user you want this to take effect for or simply 'All Users.'
In Windows Vista and 7
5. Click 'Start,' then type 'Task Scheduler' into the 'Search' box and click the 'Task Scheduler' shortcut.
6. Click 'Create Task.'
7. Give your task an appropriate name and description and check the 'Run with highest privileges' box.
8. Click the 'Triggers' tab and select 'At log on' from the 'Begin the task' drop-down box. Select an affected user or group with the 'Change user or group' button.
9. Click the 'Actions' tab, then the 'New' button. Select 'Start a program' from the 'Action' drop-down box, then enter 'C:\Windows\System32\rundll32.exe' into the 'Program/script' box, and the arguments (as described in the XP section) into the 'Add Arguments' box. Press 'OK' twice to complete the task creation.
Read more ►

Thursday, September 12, 2013

How to Decompile Dll Files


W32DASM
1. Download and install the W32DASM software (see Resources).
2. Launch W32DASM.
3. Click 'Disassembler.' Click 'Open File to Disassemble.' Select the .dll you wish to decompile and click 'Open.'
Spices.Net
4. Download and install the Spices.Net software (see Resources).
5. Launch the Spices.Net software.
6. Click 'File.' Click 'New.' Select the .dll file you wish to decompile. Click 'Open.' Click 'Decompile.'
Reflector
7. Download and install the Reflector software (see Resources).
8. Launch Reflector.
9. Click '.NET Reflector.' Click 'Choose Assemblies to Debug.' Select the .dll you wish to decompile. Click 'Open.'
10. Select your preferred decompilation language. Click 'OK.'
Read more ►

How to Fix an Aacenter.exe Error


1. Click the Windows 'Start' button and click 'All Programs.' Scroll up and select 'Accessories.' Click 'System Tools' and click 'Task Scheduler.'
2. Open the 'Asus' folder and right-click 'ASUS ACPI Service Provider.' Click 'Disable.' Right-click 'ASUS RegRun Loader' and click 'Disable.' This prevents this program from running at start-up. Move to the next step as an alternative to disabling this program.
3. Click the Windows 'Start' button and click 'Run' or 'Start Search' (in Windows Vista). Type %programfiles% and press 'Enter' to open the Program Files window.
4. Double-click 'ASUS' and double-click 'AASP.' Double-click the '1.00.32' folder and locate Aacenter.exe.
5. Right-click 'Aacenter.exe' and click 'Rename.' Rename it 'Aacenter.xxx' (without quotes). This will disable it and fix the error.
Read more ►

How to Reinstall Activeshield


1. Click the 'Start' button and select Control Panel. Double-click Add or Remove Programs. Find McAfee VirusScan and click 'Remove.'
2. Put a check mark next to all the options when the dialog box pops up, and click 'Remove.' Click 'Remove' a second time to completely remove the program. Restart your computer.
3. Download and run the McAfee removal tool (see link in Resources) to remove any remaining files that the program might have left behind. Restart your computer.
4. Insert your McAfee installation disc or run the installation file. When prompted, enter the email address and password that you used when you activated your McAfee subscription.
5. Select McAfee Total Protection (Reinstall) and click 'Next' when the dialog box pops up. Click 'Download' to continue the installation.
6. Choose the options you prefer from the McAfee installer screens, clicking 'Next' for each screen.
7. Click 'Finish' once the installation process is complete. Restart your computer and update your virus definition files. Run a virus scan to ensure that your computer does not have a virus.
Read more ►

Wednesday, September 11, 2013

How to Remove the Kernel Virus


End Infected Processes
1. Press 'Ctrl + Alt + Delete' simultaneously.
2. Click on the 'Task Manager.'
3. Click on the 'Processes' tab.
4. Right-click on 'kernel.exe' and select 'End Process.'
Delete Infected DLL Files
5. Click on the 'Start' menu.
6. Click 'Run.'
7. Type 'cmd' (without the quotation marks) into the open box and click 'OK.' This will open the Command Prompt window.
8. Type 'regsvr32 /u kernel.dll' (without the quotation marks) into the Command Prompt and press 'Enter.' If the DLL was unregistered successfully, a confirmation message will be displayed.
Read more ►

Tuesday, September 10, 2013

How to Register a 64


1. Press the Windows orb to open the "Start" menu. Click "All Programs" and then click "Accessories." Right-click on the "Command Prompt" icon and choose to "Run as Administrator."
2. Type the command "Regsvr32 <OCX>," where <OCX> is the full path and filename of the OCX file you want to register. Include a "/s" in the command to run in silent mode and keep the system from displaying any messages. Press "Enter."
3. Wait for a confirmation that the OCX was registered if you didn't choose to run Regsvr32 in silent mode. Restart the system once the process is complete.
Read more ►

How to Create a Visual Basic Project Using the Project Name


1. Open your developer environment.
2. Click on 'Project' next to 'Create' in the upper left hand corner of the middle panel.
3. Choose 'Windows Form Application' from the choices available. This will create a blank form so you can add text boxes, labels and other items you may need.
4. Type the name of your file in the 'Name' box. This will become the project name Visual Basic references throughout the creation of the project. Your project name cannot contain any characters like '?' '/' '.' and others. If you place any characters that are not allowed, you will get an error message that shows what you did wrong when you hit 'OK.' It is OK to include underscores such as '_' and any number in your project name. There are no restrictions on lower and uppercase letters. Hit 'OK' when finished.
5. Begin building your form by adding items from the 'Tool Box' as necessary. Save your work periodically by clicking on 'File' in the menu bar and then choosing 'Save All.' The first time you do this, a box will pop up asking you to confirm the location of the file. Visual Basic Express and Visual Studio.NET will choose a 'C://UserName/Documents/Projects' file path by default. You are free to click on 'Browse' and save your project to a different location. When you are satisfied, click 'Save.'
6. Double-click on any of the items you added to your form to access the code page. Add any necessary code in the proper locations to make your application function properly.
7. Press the 'F5' key on your keyboard to run your application to begin testing it. Correct any errors in your code. Continually save your work.
8. Close your developer environment when you are finished.
Read more ►

Monday, September 9, 2013

How to Repair Dsound.dll


1. Download the dsound.dll file onto your computer.
2. Right-click the file and choose 'UnZip' from the pull down window. The UnZip software appears on your screen. Set the extraction location to 'C:\\Windows\System32' and click 'UnZip.' A prompt window appears, stating there is already a file of the same name currently in this location (the damaged dsound.dll) and asks if you want to replace it. Click 'Yes' and the file extracts to the Windows folder.
3. Restart the computer. Upon restart the dsound.dll file is not functioning correctly as the newly installed file has replaced the damaged file.
Read more ►

Thursday, September 5, 2013

How to Fix an Access Violation Error


1. Go to the Microsoft Support download web page (see Resource section for page link) and select which download patch fix is appropriate for your Windows operating system.
2. Click the download link after selecting your Windows version.
3. Click the 'Save' button in the prompt and select a destination location for the downloaded file.
4. Locate the downloaded file and double-click it to run the executable. Follow the directions in the installation wizard to install the fix.
Read more ►

How to Install Msvcp71.dll


1. Download and save the 'msvcp71.dll' zip to your desktop (See Resources).
2. Right-click the file and click 'Extract files.'
3. Expand 'C:' and then 'Windows' and then click the 'System32' folder. Click 'OK.' Choose to replace the existing file if the window appears asking if you want to replace the old msvcp71.dll file.
4. Click 'Start.' Type 'regsvr32 msvcp71.dll' in the search box and press 'Enter.' This will register and install the file.
Read more ►

Problems Reinstalling Office 2007 in Windows Professional XP After SP3


1. Insert the Windows XP Professional installation CD into your CD/DVD-ROM drive. Click 'Cancel' to close any autorun messages that appear.
2. Click 'Start,' then 'My Computer.' Double-click the drive letter of your CD/DVD-ROM drive to open it and view its contents. Or right-click the drive letter and click 'Explore.'
3. Double-click the 'i386' folder to open it. Look for the 'Fp40ext.cab' file. Select the file, right-click it and select 'Copy.' Close Windows Explorer. Right-click anywhere on the desktop background and click 'Paste' to paste the copied 'cab' file.
4. Download and install a free file archive utility that can extract 'cab' files. Examples of programs you can install to do this include WinRAR, 7-Zip and WinZip.
5. Open the file archive utility. Extract the contents of the 'Fp40ext.cab' file to a folder on your computer.
6. Open the folder containing the extracted contents of the 'Fp40ext.cab' file. Look for 'fp4autl.dll' or 'fp4autl.dll' in this folder. Right-click this file and select 'Copy.'
7. Click 'Start,' then 'My Computer.' Double-click the 'C:' drive. Double-click 'Program Files' to expand it. Double-click 'Common Files,' then 'Microsoft Shared' and 'Web Server Extensions.' Double-click the '40' folder, then the 'bin' folder. Right-click an empty space in the 'bin' folder and click 'Paste' to paste the copied file. Close 'My Computer.'
8. Run the installation for Office 2007 as normal to install the programs on your computer.
Read more ►

Wednesday, September 4, 2013

How to Repair Missing DLL Files


1. Determine which .dll files are missing. Open programs that are returning error messages and write down the .dll files shown as missing.
2. Download the missing .dll files. Find websites that offer the missing files or use the link in the resources section for assistance.
3. Install the missing .dll files in the proper directory on the computer. If your computer runs the 64-bit version of Windows, copy the files to the 'C:\Windows\SysWOW64' directory. If your computer runs the 32-bit version of Microsoft Windows, copy the files to the 'C:\Windows\System32' directory.
4. Restart your computer by clicking on the 'Start' button and selecting 'Restart.'
5. Open all programs that previously had errors. Verify that each program works properly and doesn't produce errors.
Read more ►

How to Recover WAB


Restore WAB Files in Outlook Express
1. Open Outlook Express and select 'Import' from the File menu.
2. Choose 'Text File' and then click 'Import.'
3. Select 'Browse' and choose the 'Mail Backup' folder.
4. Select the 'AddressBookBackup.csv' file inside and click 'Open.'
5. Select 'Next' and 'Finish.' Click 'OK' and 'Close.'
Restore WAB Files With Third-Party Software
6. Restore WAB files with Address Book Recovery. This shareware program is intended to restore Window Address Book (WAB) files that have been accidentally deleted manually, or damaged or corrupted by a virus. The software will also allow you to view changes a virus may have caused to your contact information. You can download the program for a free trial or buy an unrestricted copy for $30 (as of 2010).
7. Recover WAB files with Actual Address Book Recovery. This software program restores contact information from both Microsoft Outlook and Outlook Express mail clients. It can recover contact information that has been accidentally deleted or that is currently trapped in a damaged WAB file. To use this software, click the restoration option and select the recovered contacts that you want restored. The cost for Actual Address Book Recovery is $29.95 (as of 2010).
8. Recover WAB contact information with Data Recovery Wizard. The Wizard will recover both Microsoft outlet PST and WAB files which have already been deleted from the Recycle Bin. The Wizard will also allow you to repair any damaged WAB files. In addition, the software will allow you to recover some web-based email messages such as those received in your Outlook Express mailbox from Yahoo or Hotmail. Data Recovery Wizard offers a free trial or costs $69.95 (as of 2010).
Read more ►