Host Africa

Monday, 19 December 2016

I am unable to send or receive email?

Verify that your computer is able to see the Internet and/or other computers to ensure that your computer is not encountering a connection issue, which would be causing your e-mail issue. Ensure that your Internet e-mail server or your Network e-mail server is not encountering issues by contacting either your Internet Service Provider or your Network administrator.

Error code 0x69 on Epson workforce wf-3620

This can be a very annoying error but yet a easy fix


 1. Power down the printer
 2. Open the top and remove the cartridge and push the cartridge back. Push the lid and till you hear a click sound. And restart the printer

Sunday, 18 December 2016

How to upgrade to Windows 10

Ask Tech Support Specialists Now


1. Navigate to https://www.microsoft.com/en-us/software-download/windows10

2. Click the "Download Tool now" button
1450806847 517.30381165919403
3. Launch the Download Tool.
4. Click Select Upgrade this PC Now if you are just installing on this computer and want to do so right away. However, if you want to create your own USB or DVD media, see the section below on "How to Create Windows 8 Install Media." Though it requires a few extra steps and a blank Flash drive or disc, creating your own install media allows you to not only install on multiple computers, but also reinstall on your current computer if something goes wrong.
1438146933

The tool will take a while to download the software so be patient, particularly if you have a slow Internet connection. After it downloads, the software also goes through a preparation process and downloads some more files, all of which takes time, perhaps as long as an hour even on a high-speed connection.
5. Click Accept on the license terms screen. Wait again as the software checks for updates. You may want to walk away, as this also takes several minutes.
click accept
6. Click the Install button. Wait 20 to 30 minutes for the computer to copy files. It will reboot several times.
Click install
7. Click Next at the login screen.
Click Next
8. Click Use Express settings. You can always change some settings later.
Click Use Express Settings
9. Click Next on the "New apps for the new Windows" screen. The computer will say "finalizing your settings," and then take you to the Windows 10 lock screen.
Click Next
10. Log in to your computer. Windows 10 will take another couple of minutes to do an initial setup and then it will take you to the Windows desktop.
Log in

Thursday, 15 December 2016

Forgot Gmail password

Ask Tech Support Specialists Now

There is only 3 ways to recover your gmail password

You need either one of the following

  1. Recovery email address
  2. Working Phone number that was used to create the account
  3. Filling out the password Recovery Form
With the recovery email address you will need to have access to that email address to retrieve
the verification code

With the phone they will text you a verification as well 

Filling out the password recovery form you will answer some security questions that u answered when to created the account and ask you when this account was created.

So if you setup your gmail account make sure to add all your details correctly otherwise you might loose your account forever.


Please see the link from Wiki for more information
3 Ways to Recover a Gmail password find out the stocks that stockpros are buying and selling This site is listed under Information Technology Directory

Tuesday, 19 July 2016

This workbook has lost its VBA project....

Ask Tech Support Specialists Now


Answer

You get this error because during the installation of MS Office, the "Visual Basic for Application" was not installed.

By default this is installed, but you can uncheck it. "Visual Basic for Applications" is needed to run macros and add-ins such as ASAP Utilities.

Without Microsoft Visual Basic for Applications (VBA) several Excel features in the following categories are unavailable:

· VBA Projects, XLM Macro Code, and ActiveX Controls

· Uncompiled Add-ins (.xla files)

· Menu Items, Toolbar Buttons and Shortcut Keys related to VBA

We still don't understand why Microsoft doesn't make this error message more user-friendly and just tells that Visual Basic for Applications isn't installed.
Quick solution

To solve you can simply change your installation of MS Office and add this feature.

1. Close Excel if it is open.

2. In the Windows Control Panel choose "Add or Remove Programs" (or Programs and Features in Windows Vista or Windows 7).

3. Select Microsoft Office in the list and click on the Change button.

4. Choose "add or remove features"



5. Select "Visual Basic for Applications" in the "Office Shared Features" list and set it to "Run from My Computer". Then click on the continue button.



6. After the installation is finished you will be able to use ASAP Utilities when you start Excel and see ASAP Utilities in the menu.



How to Reset Forgotten Domain Admin Password on Server 2012

Ask Tech Support Specialists Now


This tutorial will show you how to reset forgotten domain admin password on Server 2012. To accomplish the task you would need the Windows Server 2012installation disc.
1. Boot from the Windows Server 2012 installation disc. When prompted with the Language, Time and Keyboard click on Next.

2. At the bottom left of the screen click the option to Repair your computer. DO NOT CLICK ON INSTALL NOW!!!

3. Select the  Troubleshoot Option.

4. Now select Advanced options.

5. Lastly select Command Prompt.

Your Windows installation is now located on D: drive so you would enter a command with the letter D: instead of C: This happened because we booted of the disk, the operating system tends to change the drive letters when that happens.
6. Enter the following command to backup the utilman.exe file:
Move D:\Windows\System32\Utilman.exe D:\Windows\System32\Utilman0.exe.

7. Now copy cmd.exe and rename it to Utilman.exe:
Copy D:\Windows\System32\cmd.exe D:\Windows\System32\Utilman.exe

8. Now restart the server. At the welcome screen, press the Windows key plus “U” on your keyboard to open the command prompt.

9. In the command prompt enter the following command to reset the admin password:
net user administrator new password
10. Done!! You’ve just changed the Administrator password.

11. To change utilman0.exe. Back to it’s original state. Go throught the same process and enter the following command:
Move D:\Windows\System32\Ultiman0.exe D:\Windows\System32\Ultiman.exe
you’ll be asked to overwrite enter the letter “Y” and press Enter.


Thursday, 19 May 2016

How to make Windows 8 understand you ARE the Administrator

So let's start.

User Account Control (UAC) - Elevate Privilege Level - Vista Forums

1) Type secpol.msc in the Start Menu and press Enter.

2) Double click on Local Policies then double click on Security Options.

3) Scroll to the bottom to this entry -

User Account Control: Run all administrators in Admin approval mode.

Double click that line.

4) Set it to disabled then press OK.

5) Reboot.

------------------

How to test that it works? Open a regular command prompt. Run this command, which you can stop anytime.

sfc /scannow

You will not be denied.