1. Open a 'Command Prompt' with administrative privileges. Click the Windows logo to open the 'Start' menu, then pick 'All Programs' in Windows Vista or a newer version of Windows. Select 'Accessories' and right click on 'Command Prompt.' Choose 'Run as Administrator.' Click on 'Start' and then 'Run' in Windows XP or an older version of Windows. Type 'cmd' in the 'Open' dialog and press 'Enter.'2. Enter the command 'regsvr32 %SystemDirectory%/Flash9f.ocx' where %SystemDirectory% is the full path to the Windows system directory. (For example, on a typical Windows XP system this directory is...
Browse » Home » All posts
Monday, January 28, 2013
Sunday, January 27, 2013
How to Repair Outlook Express in Windows XP
Using the System File Checker Wizard1. Click 'Start,' click 'Run,' type 'sfc /scannow' and click 'OK.'2. The 'System File Checker Wizard' opens. Follow the directions.3. Restart your computer when complete.Using Internet Explorer4. Open Internet Explorer. Internet Explorer is closely related to Outlook Express, so problems with temporary Internet files stored under Internet Explorer can be affecting the operation of Outlook Express.5. Click 'Tools' and click 'Internet Options.'6. Click 'Delete' under 'Browsing history,' select the 'Temporary Internet Files' option and click 'OK.'Re-registering...
Saturday, January 26, 2013
How to Uninstall the SQLDumper Library amp; Then Reinstall It
1. Click on 'Control Panel' from your Start menu.2. Click 'Add or Remove Programs' or 'Programs and Features.'3. Select 'Microsoft SQL Server.'4. Click 'Remove' or 'Uninstall.' Then confirm your desire to remove the program.5. Restart your computer.6. Download a new copy of SQL Server from the Microsoft link in Resources.7. Double-click the downloaded file to install.8. Install the latest service pack from the Microsoft link. This fixes many issues, including ones involving SQLDump...
How to Remove Nv4
1. Right-click on the start button in Windows. When your options pop up, select explore to open Windows Explorer. In the left panel of Explorer, navigate to the system folder for your version of Windows. If you're using a 32-bit version of XP or Vista, this is C:\Windows\System32. In 64-bit versions of XP or Vista, it's C:\Windows\SysWOW64. In 2000 and NT, it's C:\WINNT\System32. In 95, 98 and ME, it's C:\Windows\System.2. Left-click on the system folder in the left panel to display all of its contents in the right panel. Browse through the right panel until you see nv4_disp.dll, then right-click...
Friday, January 25, 2013
How to Fix Errors on a Computer With Freeware
1. Download a registry cleaning program such as ErrorFix, RegCleaner, CCleaner, or any other piece of freeware dedicated to cleaning the computer's registry. Over time, this area of the computer will build up with unneeded files--purging these files with free software can fix errors on your machine, improving its performance.2. Install your chosen registry-cleaning program to your main hard drive.3. Defragment the drive by going to the 'Start' menu, to the 'All Programs' list, the 'Accessories' folder, then the 'System Tools' folder.4. Select your main hard drive (usually the 'C' drive)...
How to Fix a Checksum Error
1. Click 'Start' followed by 'Shut down' and select 'Restart' from the list. When your computer starts booting up, press and hold the 'F10' key. Your computer's system BIOS information will be displayed. Write down the information listed in the BIOS, such as the booting sequence for the computer's devices and the time and date. Click 'ESC' and then 'Y' to exit the BIOS screen when you finish recording the information. Your computer will finish booting up and load your operating system.2. Turn off your computer. Click 'Start' and then 'Shut down' or 'Turn off computer.'3. Unplug the power...
Thursday, January 24, 2013
How to Remove a Regcure License
1. Download the Unregister tool from Paretologic's website (see 'Resources').2. Right-click on the Unregister tool. Select 'Run As Admin' from the pop-up menu. The Unregister tool will launch.3. Choose 'Regcure' from the list of programs provided. Select 'Unregister.'4. Reboot your ...
How to Remove Scansoft Addins
Unregister and Delete Addins1. Click on 'Start' and then click on 'Run.' Windows Vista and 7 do not have a 'Run' icon, so you will need to click on the 'Start Search' field.2. Type 'CMD' into 'Search' or 'Run,' and press the 'Enter' key. This will open a 'Command Prompt' window.3. Type 'C:\Program Files\ScanSoft' into the command line window. Hit 'Enter.'4. Type in your ScanSoft PDF version, such as 'PDF Converter Professional 6.' Hit 'Enter' to navigate to that folder. You can type in ''C:\Program Files\ScanSoft\PDF Converter Professional 6' as one command if you are familiar with your...
Tuesday, January 22, 2013
How to Create a Graph in VB
1. Use the VB view menu and open the code window. Select the form from drop-down combo box situated in the top left corner. You will need to place the MSChart control on the form in VB.2. Select the graph type like line, 3D or column. For plotting line graph, set chart type to 'VtChChartType2dLine' and proceed.3. Take an array which is two dimensional and store the X axis and Y axis values. Assign the array to the chart data property. The first two lines will help set subsets and points. This is for the amount of data that is required while plotting the graph.4. Use a for-next loop to...
Monday, January 21, 2013
How to Install Shell.Dll
1. Download Shell32.DLL from Windows official website.2. Click the "My Documents" icon on your desktop, then click on "Downloads."3. Click the "My Computer" icon on your desktop and click on "Local Disk."4. Drag Shell32.DLL from "Downloads" to "Local Disk."5. Open the "Start" menu and click on "Run."6. Type "REGSVR32 Shell32.DLL" into the box and press enter to finalize the installati...
Saturday, January 19, 2013
How to Fix PC Dll for Windows 98
1. Download a replacement DLL file from a website and replace the affected DLL file with the downloaded one (see Resources).2. Reinstall the program that the DLL works with. This will provide you with a brand new DLL in the process. Alternatively, you may be able to find the DLL on the CD or file that the program came with. You can also contact the program's technical support to see if you can secure a copy of the DLL file from them.3. Find a replacement DLL file on another person's computer running Windows 98. You can then email the file to yourself or copy the DLL to a flash drive to replace...
Friday, January 18, 2013
How to Create a PDF File in VB.Net
1. Download and install Bytescout.PDF library for .NET from the ByteScout website. You do have to pay to use this software. The price was $245.00 as of 2009.2. Launch Microsoft Visual Studio .NET on your computer. Click 'File' then 'New' then 'Project' to open the new project wizard.3. Select 'Windows Application' under the 'Visual Basic Projects' section. Click 'OK' to create the new project.4. Click 'Project' from the main menu. Select 'Add Reference...' to use Bytescout.PDF. Switch to your 'Browse' tab to find the Bytescout.PDF.dll file. If you are using the free trial you will be looking...
Thursday, January 17, 2013
How to Reinstall Wintrust.dll
1. Open your Internet browser and navigate to the wintrust.dll download page. Click the download link and wait for the free file to completely download to your computer.2. Right-click the file, then choose 'Extract.' This loads the Windows unzip application. The file downloads in a compressed format, so you need to extract the data before installing it. Follow the prompts of the wizard to completely unzip the downloaded file.3. Click 'Start' then choose 'Computer.' Double-click the 'C:' drive and choose 'Windows,' then 'System 32.'4. Click-and-drag the extracted wintrust.dll file into...
Wednesday, January 16, 2013
How to Fix a quot;Could Not Find the Media Device for This Driverquot; Error
1. Connect your device to the computer.2. Click the 'Start' button and then right click on the 'Computer' option.3. Click the 'Manage' button and then click on the 'Device Manager' icon on the left side of the screen.4. Right click on your device from the menu on the right side of the screen and select the 'Uninstall' button from the menu that appears.5. Click the 'OK' button and then click 'Yes' to restart your computer.6. Wait for the computer to restart and automatically reinstall the software needed for your devi...
How to Fix a NetDB Error in Cydia
1. Open iFile, iFunBox or Mobile Terminal on your iPhone or iPad. Open the 'System' folder.2. Navigate to the '/private/etc/aptsources.list.d/cydia.list' folder. Delete the contents of that folder.3. Find the '/private/var/lib/cydia/metadata.plist' file. Delete that file.4. Reopen Cydia. Since you have removed any corrupted files, Cydia should open without incident. When Cydia opens, it recreates the system files and starts fre...
Subscribe to:
Posts (Atom)