Wednesday, September 18, 2013

How to Delete Aticfx32.dll


1. Open the Start menu by clicking the circular button on the left-side of the taskbar.
2. Type 'Uninstall a Program' into the search box on the Start menu.
3. Press the 'Enter' key.
4. Select the program labeled 'ATI Display Drivers.'
5. Click the 'Uninstall' button to remove the ATI Display Driver. Once you restart your computer, the Atifx32.dll file will be removed from your computer.
Read more ►

Tuesday, September 17, 2013

How to Repair Dll Files


1. Back up all critical data to an external hard drive before attempting to repair .dll files.
2. Insert the Windows XP installation CD into the disc drive of your PC.
3. Restart your computer and hit any key on the keyboard when prompted to boot to the CD.
4. Hit the 'Enter' key to begin the Windows setup process.
5. Press 'F8' to accept the Windows license agreement.
6. Use the up and down arrow keys to highlight the hard drive partition on which the operating system is currently installed.
7. Press the 'R' key to begin the repair installation. The program will now load fresh copies of all the necessary .dll files and replace the corrupted ones on your computer. When the process finishes, your computer will reboot automatically.
Read more ►

Monday, September 16, 2013

How to Repair RUNDLL Errors


Backup the Registry
1. Click 'Start' and then right-click on 'Computer' and select 'Properties.'
2. Click 'System Protection.'
3. Click the 'System Protection' tab and then click 'Create.' The 'Create A Restore Point' window opens.
4. Type 'registry backup' into the empty box and click 'Create.'
5. Click 'OK.' The registry is now backed up. This is important because in the next section you will delete a registry entry. Deleting the wrong registry entry can cause significant system-wide errors. Having the registry backed up will help avoid a serious problems if something goes wrong.
Repair Rundll Errors
6. Click 'Start' and type 'regedit' into the 'Search Programs and Files' box and press 'Enter.' The Registry Editor opens.
7. Locate the following registry entry in the left pane of the Registry Editor and click on it.HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Currentversion\Run\
8. Right-click 'Rundll32.exe' and select 'Delete.'
9. Close the Registry Editor.
Read more ►

How to Fix Winsock Errors


1. Open your Web browser and go to dll-download-system link. Search for 'Winsock.dll.' Download 'Winsock.dll.' Choose to save the file onto your Windows desktop.
2. Go to your Windows desktop and right-click on the 'Winsock.dll' file.
3. Go to 'Start,' and click 'Computer.' Navigate to the following folder path: 'C:\windows\system32.' Paste the Winsock.dll file within the 'System32' folder.
4. Select 'Yes' to replace the existing old file.
5. Go to 'Start' and type in the search box 'cmd' and press 'Enter.' This will open the command prompt.
6. Type at the command prompt 'Regsvr32 winsock.dll' and press 'Enter.'
7. Type 'Exit' to exit the command prompt. Restart your computer.
Read more ►

Sunday, September 15, 2013

How to Fix the Svc Host.Exe Application Error


1. Press the “Windows+R” keys on your keyboard. This will open the Run text box.
2. Type “services.msc” in the Run text box. Press the "Enter" key.
3. Double-click the “Automatic Updates” section on the right side of the pane.
4. Select the “Log-on” tab at the top of the Automatic Updates screen.
5. Look at the radio button next to “Local System Account.” If the button is not lit, click on it to enable this service.
6. Disable “Allow Service to Interact With Desktop” by clicking the box if it is checked.
7. Navigate to “Hardware Profile” in the center of the Log on screen. Click to enable this service if there is not check mark next to it. Click on “Profile 1” if it is disabled.
8. Move to the “General” tab at the top of the dialog box. Set the startup type to “Automatic” via the drop-down menu.
9. Click on the boxes to enable the services for both “Service Status” and "Background Intelligent Transfer Service.” Close the window.
10. Press “Windows+R” on your keyboard to open the Run text box. Type “CMD” in the text box to open the command screen.
11. Type in the following commands at the C: prompt. After you type each line, hit enter and wait for confirmation, such as “DllRegisterServer in WUAPI.DLL succeeded.”REGSVR32 WUAPI.DLL
REGSVR32 WUAUENG.DLL
REGSVR32 WUAUENG1.DLL
REGSVR32 ATL.DLL
REGSVR32 WUCLTUI.DLL
REGSVR32 WUPS.DLL
REGSVR32 WUPS2.DLL
REGSVR32 WUWEB.DLL
12. Type “cd %windir%” at the C: prompt. Press the "Enter" key.
13. Enter “ren SoftwareDistribution SD_OLD” at the C: prompt and press the "Enter" key.
14. Input “net start WuAuServ” at the C: prompt. Press the "Enter" key.
15. Close the command window and reboot your computer.
Read more ►

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 ►