1. Back up your computer. This is the most important step in the process because if something goes wrong during the virus removal process, it's critical to have a backup available. Otherwise you might render your computer inoperable or lose valuable data.2. Use the Windows File Search Tool to find the host.exe path. Go to 'Start,' then 'Search,' then select 'All Files or Folders.' Type in host.exe as the name of the file to search. Copy down the path of any host.exe files that are found during the search.3. Stop the host.exe processes using Windows Task Manager. Open the task manager by...
Browse » Home » All posts
Monday, October 7, 2013
How to Fix D3drm.Dll
1. Press the Windows key on the keyboard. Open the 'Computer' or 'My Computer' folder.2. Double-click the 'C' drive or the icon representing your hard drive. Open the 'Windows' folder.3. Double-click the 'System32' folder.4. Open your Internet browser. Visit the DLL Dump website (see Resources). Click 'Click Here to download d3drm.dll' to download the file. Save the d3drm.dll file to the desktop.5. Click the file and drag it to the open System32 folder. Confirm the replacement of the old d3drm.dll file.6. Press the Windows key, again. Type 'regsvr32 d3drm.dll' into the 'Start Search'...
Sunday, October 6, 2013
How to Register Ieframe Dll
1. Click on the 'Start' menu and type 'cmd' into the 'Search' box and press 'Enter.' The Windows Command Prompt opens.2. Type 'regsvr32 /u leframe.dll' (without the quotation marks) into the Command Prompt and press 'Enter.'3. Close the Command Prompt and restart your comput...
How to Fix a Resource DLL Problem
1. Write down the name of the DLL file in the error message that appears on your screen.2. Go to a DLL download site, such as DLL-Files, DLL Dump or WinDLL, and search for the file name that you wrote down earlier. Save the download and unzip it, if necessary, in C:\Windows\System32.3. Try rerunning the program that called the DLL earlier. The problem may already be fixed, but if it still occurs, you need to register the DLL. To do this, press 'Win-R' on your keyboard to open the Run dialog, and enter the command 'cmd.' This will open Command Prompt. Type 'regsvr32 filename.dll,' replacing...
How do I Fix SMC Checksum Errors?
1. Click the 'Start' button and then click on the 'All Programs' icon.2. Click the 'Accessories' button and then right-click on the 'Command Prompt' icon.3. Select the 'Run as Administrator' option from the menu, and then enter your administrator password into the field.4. Type 'sfc /scannow' into the command prompt and press the 'Enter' key.5. Wait for the scan to complete and then restart your computer to clear the erro...
Friday, October 4, 2013
How Do I Disable Firefox to Download Flash Player?
1. Type 'about:config' (without quotes) into the address bar at the top of the Firefox window and press 'Enter.'2. Click the 'I'll Be Careful, I Promise!' button on the warning page.3. Type 'plugins.hide' (without quotes) into the 'Filter' box at the top of the about:config page.4. Right-click the 'plugins.hide_infobar_for_missing_plugin' preference and click 'Toggl...
How to Convert an Excel File to PDF Through VB6
1. Create your connection to the Excel spreadsheet. This is done using a connection object that includes the Excel driver. The following code creates the Excel connection:Dim conn As ADODB.ConnectionDim connstring As Stringconnstring = 'Driver={Microsoft Excel Driver (*.xls)}; DriverId=790; Dbq=excelfile.xls;'conn.ConnectionString = connstring2. Retrieve the information from the Excel worksheet. In this example, all information from the Excel spreadsheet is taken to convert the entire file to the PDF. The following code copies all the Excel data:sql = 'SELECT * FROM sheet1'excel_records =...
Thursday, October 3, 2013
How to Fix MSIExec
1. Click 'Start' then click 'Run.'2. Type 'regedit' in the box and click 'OK.'3. Browse to the following path using the left side of the window: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSIServer.4. Double-click 'ImagePath' on the right side of the window and modify the value to 'C:\Windows\System32\msiexec.exe /V.' Replace 'C' with your system drive's letter.5. Exit the registry editor and restart your computer.6. Press F8 just before the Windows loading logo appears and select 'Safe Mode' from the list of start-up options.7. Repeat Step 1, type 'msiexec /regserver'...
Wednesday, October 2, 2013
How to Fix the I/O for a Laptop
1. Click 'Start' and then 'Run.'2. Enter 'sysdm.cpl' in the 'Open' text box.3. Go to the 'Hardware' tab and click 'Device Manager.'4. Find the Plug and Play device and 'right-click' on the device to be fixed.5. Select 'Properties' dialog box and then go to the 'General' tab.6. Click 'Enable' under 'Device usage' if the device is disabled and then click 'OK.' Otherwise proceed to Step 7.7. Follow steps 1 through 5 above, and then click 'Troubleshoot' under Device Status. Follow the suggested recommendations to resolve the problem with the installed I/O device and laptop connecti...
How to Get Rid of Error Safe
End Processes1. Press \"Ctrl\" + \"Alt\" + \"Delete.\"2. Click on the \"Task Manager\" and then click on the \"Processes\" tab.3. End the following processes. To end a process, right-click on it and select \"End Process.\"<br /><br />\"errorsafescannerinstall_de.exe\"<br />\"errorsafescannersetup2222.exe\"<br />\"df_kme.exe\"<br />\"ers.exe\"<br />\"sr.exe\"<br />\"install.exe\"<br />\"unins000.exe\"<br />\"unins001.exe\"Delete Registry Values4. Hold down the Windows key and press \"R.\" The Run box opens.5. Type \"regedit\" into...
Tuesday, October 1, 2013
How to Delete System32.DLL
1. Power down your computer, wait 30 seconds, then power it back on.2. As your computer is booting up, tap the F8 key on your keyboard until you are prompted to chose a boot-up option.3. Choose to boot up into 'Safe Mode' by pushing Enter on your keyboard while 'Safe Mode' is highlighted on your screen. Booting up into 'Safe Mode' will allow you the ability to delete the 'system32.DLL' file.4. Click the 'Start' menu located on your desktop and then click 'Search.'5. Choose to search 'All Files and Folders'.6. Type 'System32.DLL' into the search box and press 'Search.' This will cause...
How to Call a Javascript From Visual Basic
1. Open your Visual Basic application. When the application loads, double-click the web form that has the Javascript you want to run. After it opens, right-click the form and select 'Code View.' This displays the Visual Basic code.2. Enter the code below in your code-behind file:Page.ClientScript.RegisterStartupScript (Me.GetType(), 'alert', 'alertMe();')The 'Me.etType()' returns Javascript. The 'alert' entry is used to give your Javascript function an internal name for the application. Finally, the 'alertMe()' is the name of your Javascript function.3. Save the file and press the F5 key....
Update Error 80073712 in Internet Explorer
Run the System Updates Readiness Tool1. Go to Microsoft’s website and download the System Update Readiness Tool. Locate your computer’s operating system and click on the “Download” link next to it.2. Install System Update Readiness Tool by clicking “Open” (or “Run”) then clicking “OK” at each step to progress through the installation. Click “Close” when the dialogue box reads “Installation complete.”3. Restart your computer. Attempt to download any updates interrupted by error message 80073712. If you still receive this error message, try installing Windows Service Pack 1.Install Windows...
Saturday, September 28, 2013
How to Delete All OCX
Delete OCX Files1. Click on 'Start,' 'Search.'2. Type in the OCX file you wish to remove, such as 'flash.ocx' or 'swflash.ocx,' and press 'Enter.' Select to search 'All Files and Folders' if prompted.3. Right-click on the OCX file found and select 'Delete.'4. Restart the computer.Remove OCX from Internet Explorer5. Open up Internet Explorer.6. Click on 'Tools' and select 'Internet Options.'7. Click on the 'Programs' tab and select 'Manage Add-ons.' A new window will open.8. Click on the object or plugin you wish to remove. All installed plugins will display in alphabetical order.9....
How to Unload a DLL File
1. Back up your registry. Because you will be tampering with files, you run the risk of crashing your computer if something goes wrong. Backing up your registry will let you restore it to normal.2. Install the AlwaysUnloadDLL file (free download) into your registry by double clicking the file and confirming your desire to merge it into the registry. This way you won't have to go into the registry and potentially cause even more problems for yourself. You can download the AlwaysUnloadDLL file from GilsMethod.com.3. From the 'Start' menu, click 'Run,' then type in 'regedit' and hit 'Enter.'...
Subscribe to:
Posts (Atom)