Helptech Group has you covered
A majority of computer problems can be diagnosed over the phone and fixed with a simple phone call. We use industry standard support tools from vendors like LogMeInRescue.
To use this service, please first contact our helpdesk at help@helptechgroup.com or call (703) 496-5090 option 2 to get a 6 digit code to start your remote support session.
function pullQueryString() {
var error = window.location.search;
if (error.substring(0, 1) == "?") {
error = error.substring(1);
}
return error;
}