Guide

How to restore Windows 10 Apps including Store

How to restore Windows 10 Apps including Store

If you have somewho managed to delete any of your Windows 10 apps, including the Windows 10 Store app, then there is a quick and easy way to restore all the apps. Simply open PowerShell as an administrator and run the following code: Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)AppXManifest.xml”} This will then start […]

Windows 10 Language Pack Downloads

Windows 10 Language Pack Downloads

If you are using Windows 10 in your corporate environment then you may want to have the available language packs to either install manually or through deployment systems like SCCM, Group Policy or WSUS. When we were looking for the language pack files, we found it very difficult to find them on the internet so […]

Mimecast Outlook Client 6.3.1608.16170 Released

Mimecast Outlook Client 6.3.1608.16170 Released

Mimecast have now released version 6.3.1608.16170 of their Outlook Client. To push this out using SCCM or Group Policy, we recommend using the MSI command below: msiexec.exe /i “MSOInstall.msi” /passive /norestart What this will do is to firstly run the installer, then the /passive will show a basic user interface without user interaction, but will […]

How to Recover Windows Password for UEFI-Based Acer Computer?

How to Recover Windows Password for UEFI-Based Acer Computer?

Did you forget or lose admin Windows password for UEFI-based Acer PC? Did you know how to get into and boot UEFI-based computer? Did you want to bypass Windows password on Acer with UEFI-based mode? If you are nodding in front of computer, keep on reading to know how to recover Windows 10/8.1/8/7 password for […]

Exchange Toolkit Panel Released

Exchange Toolkit Panel Released

We are delighted to announce the release of a new program from TechyGeeksHome called Exchange Toolkit Panel. This program has been custom designed by us to help Exchange Administrators to have quick and easy access to much of the functionality in Exchange Management Console. This is a version 1.1 release (version 1.0 was for private […]

How to Set Up Remote Desktop on Raspberry Pi for Windows

How to Set Up Remote Desktop on Raspberry Pi for Windows

If you own a Raspberry Pi, you might not want to clutter your workspace with a monitor, keyboard, and mouse. Fortunately, you can remotely access your Raspberry Pi from a Windows laptop or desktop with a few simple steps, making it easier to manage your device without needing physical peripherals. In this guide, we’ll walk […]

Install Node.JS on Raspberry Pi

Install Node.JS on Raspberry Pi

If you are using Raspbian Jessie on your Raspberry Pi then you may want to use Node.JS. You can use Node.JS for a number of things one being running a Twitter Bot to automatically retweet, like or favourite tweets based on Twitter search queries. To install Node.JS on your Raspberry Pi, simply follow the steps […]

SQL Server Configuration Manager cannot connect to WMI provider fix

SQL Server Configuration Manager cannot connect to WMI provider fix

If you are getting this error message when you open SQL Server Configuration Manager in SQL Server: Cannot connect to WMI provider. You do not have permission or the server is unreachable. Note that you can only manage SQL Server 2005 and later servers with SQL Server Configuration Manager. Invalid namespace [0x8004100e] Then there is a […]

Data Loss Facts and Data Recovery Solutions

Data Loss Facts and Data Recovery Solutions

It is true that not many computer users and even technicians know much about data recovery. There have been tens of hundreds of PCs across that have at least suffered loss of data under different circumstances such as virus, power outage, file deleted by mistake, hardware malfunction, and system crash to name a few. Unfortunately, […]

Scroll to top