Многие администраторы используют для доступа к рабочим столам пользователей Remote Administrator, он же Radmin. Это не совсем правильный подход — ведь программа стоит денег, да и метод передачи изображения является не самым оптимальным.
Я предлагаю воспользоваться встроенными в систему возможностями по управлению: Remote Assistance (Удаленный помощник) и Remote Desktop (Удаленный рабочий стол) которые основаны на MS Terminal Services (Службы терминалов Майкрософт). Преимущества данного подхода заключаются, как минимум, в низких нагрузках на процессор удаленной станции и канал связи. Основным отличием Remote Assistance от Remote Desktop является возможность работать с консолью пользователя без отключения последнего. Ведь для того, чтобы подключиться с помощью Remote Desktop к машине под управлением Windows XP с выполненным локальным входом, вам нужно знать пароль активного пользователя (при подключении консоль будет заблокирована, а при разблокировке будет отключена терминальная сессия), в противном случае его сессия будет закрыта и вы войдете в систему под тем пользователем, которого вы указали при подключении. Т.е. терминальные службы Windows XP всегда работают только с одной консольной сессией, к которой нельзя иметь больше одного подключения, поэтому для данного случая следует использовать Remote Assistance. С другой стороны, с помощью Remote Assistance нельзя подключиться к машине под управлением Windows XP, на которой не выполнен локальный вход — в данном случае следует использовать Remote Desktop.
Я расскажу, как использовать Remote Assistance и Remote Desktop, для включения и настройки будем использовать групповую политику домена.
Включаем и настраиваем Remote Desktop.
Computer configuration — Administrative templates — Windows components — Terminal services (Конфигурация компьютера — Административные шаблоны — Компоненты Windows — Службы терминалов).
Включаем доступ: Allow users to connect remotely using Terminal services (Разрешать удаленное подключение с использованием служб терминалов) — Enabled (Включено).
Настраиваем на случай, если потребуется подключиться к активной сессии: Set rules for remote control of Terminal services user sessions (Устанавливает правила удаленного управления для сеансов пользователей служб терминалов) — Enabled (Включено).
Предоставлять права на доступ к Remote Desktop обычно не требуется, т.к. по умолчанию в политике Computer configuration — Windows settings — Security settings — Local policies — User rights assignment — Allow logon through Terminal services (Конфигурация компьютера — конфигурация Windows — Параметры безопасности — Назначение прав пользователя — Разрешать вход в систему через службу терминалов) указаны локальные группы Administrators (Администраторы) и Remote Desktop users (Пользователи удаленного рабочего стола), что является достаточным.
Включаем и настраиваем Remote Assistance.
Computer configuration — Administrative templates — System — Remote Assistance (Конфигурация компьютера — Административные шаблоны — Система — Удаленный помощник).
Включаем доступ: Offer Remote Assistance (Разрешить предложение удаленной помощи) — Enabled (Включено) — Allow helpers to remotely control the computer (Помощники могут управлять компьютером), Show (Показать) — добавляем пользователей или группы домена, которым будет разрешено подключаться без приглашения. При этом на машинах будет автоматически создана локальная группа Offer Remote Assistance Helpers (Группа удаленных помощников), членами которой будут являться указанные в групповой политике пользователи.
Если требуется включить возможность отправки приглашений пользователями, то: Solicited Remote Assistance (Запрошенная удаленная помощь) — Enabled (Включено) — Allow helpers to remotely control the computer (Помощники могут управлять компьютером), Maximum ticket time (value) (Максимальное время билета (значение)) — 30, Maximum ticket time (units) (Максимальное время билета (единиц)) — Days (дн.).
На этом основные этапы настройки закончены. Следует отметить, что для работы Remote Assistance требуется, чтобы служба Help & Support (Справка и поддержка) была запущена, а службы Terminal services (Служба терминалов) и Remote Desktop Help Session Manager (Диспетчер сеанса справки для удаленного рабочего стола) имели возможность запуска (не отключены).
Для подключения к пользовательской машине с помощью Remote Desktop необходимо использовать приложение Remote Desktop Connection (Подключение к удаленному рабочему столу).
Для подключения к пользовательской машине с помощью Remote Assistance необходимо использовать Help and Support Center (Центр справки и поддержки), страница подключения спрятана в разделе Tools (Служебные программы). Для прямого перехода можно использовать ярлык: hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/unsolicited/unsolicitedrcui.htm
Теперь стоит упомянуть об одном не очень приятном моменте. Remote Assistance всегда запрашивает у пользователя разрешение на подключение и переход в режим управления. Microsoft однозначно утверждает, что путей для отключения запроса не существует. Это очень неудобно, ведь иногда пользователя нет на рбочем месте и некому разрешить подключение. Но на самом деле лазейка есть. Суть заключается в следующем: в файл C:\WINDOWS\PCHealth\HelpCtr\System\Remote Assistance\helpeeaccept.htm в конец функции LoadVariables (после btnDecline.focus()) необходимо добавить строку «DoAccept();» (без кавычек), а в файл C:\WINDOWS\PCHealth\HelpCtr\System\Remote Assistance\Interaction\Server\TakeControlMsgs.htm в конец функции InitiateMsg (перед последним return, если он есть) — «onClickHandler(0);» (так же без кавычек). Теперь подключение и переход в режим управления будут осуществляться без запросов. Для того, чтобы завершить подключение не оставляя на рабочем столе пользователя окна Remote Assistance, просто закройте его в режиме управления 🙂
О правильной настройке брандмауэра Windows для приема удаленной помощи можно почитать в статье KB301527.
Вот, пожалуй, и все, что я хотел рассказать. Комментарии и вопросы приветствуются.
Update: Настоятельно рекомендую прочитать все комментарии к этой статье.
Update2: Я обнаружил, что в переводе статьи KB301527 отсутствуют два раздела, приведенные в англоязычном варианте. Ключевой момент: т.к. для предложения удаленной помощи используется RPC, то помимо портов TCP/135 и TCP/3389, необходимо открыть все порты TCP выше 1024. Можно, конечно, воспользоваться KB300083 и ограничить диапазон портов DCOM.
Ершов Илья
Настройка удаленного помощника
14 декабря 2009
Удаленный помощник – это встроенная фича в Windows XP, которая позволяет администраторам подключаться к компьютерам пользователей. Эта статья описывает как разрешить удаленного помощника в сети.
Создание скрипта для копирования файлов удаленного помощника на рабочие станции
Итак, в любом текстовом редакторе наберите (ну, или просто вставьте отсюда) следующий код:
'***************************************************************************
' RemoteAssistance.vbs
'***************************************************************************
' This script is used for copying the Remote Assistance HTM
' files to the client machine.
Option Explicit
On Error Resume Next
'************************************************************************
' Dim Variables
'************************************************************************
Dim objFile1
Dim objFile2
Dim objFSO
'************************************************************************
' Get Files from Net Share
'************************************************************************
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile1 = objFSO.GetFile("\\Server\Share\helpeeaccept.htm")
Set objFile2 = objFSO.GetFile("\\Server\Share\TakeControlMsgs.htm")
'***************************************************************************
' Copy files to Client Machine
'***************************************************************************
objFile1.Copy("C:\WINDOWS\PCHealth\HelpCtr\System\Remote Assistance\helpeeaccept.htm")
objFile2.Copy("C:\WINDOWS\PCHealth\HelpCtr\System\Remote Assistance\Interaction\Server\TakeControlMsgs.htm")
objFile1.Copy("C:\WINNT\PCHealth\HelpCtr\System\Remote Assistance\helpeeaccept.htm")
objFile2.Copy("C:\WINNT\PCHealth\HelpCtr\System\Remote Assistance\Interaction\Server\TakeControlMsgs.htm")
'************************************************************************
' Program Clean-up
'************************************************************************
Set objFile1 = Nothing
Set objFile2 = Nothing
Set objFSO = Nothing
'************************************************************************
Замените и на ваш сервер и общую папку, где будут располагаться подготовленные файлы.
Сохраните файл как RemoteAssistance.vbs.
Изменяем файлы Remote Assistance для автоматического принятия помощи
На компьютере под управлением Windows XP откройте приведенные ниже файлы в любом текстовом редакторе (например, в блокноте) и измените их таким образом, как показано ниже. Эти файлы одинаковые на всех компьютерах под управлением Windows XP, и они будут заменены на каждом компьютере в сети созданным скриптом RemoteAssistance.vbs.
Первый файл: C:\WINDOWS\PCHealth\HelpCtr\System\Remote Assistance\helpeeaccept.htm
1. Найдите следующие строки:
btnAccept.disabled = false;
btnDecline.disabled = false;
btnDecline.focus();
2. Добавьте после них следующую строчку:
DoAccept();
Следующий файл: C:\WINDOWS\PCHealth\HelpCtr\System\Remote Assistance\Interaction\Server\TakeControlMsgs.htm
1. Найдите следующий код:
idBody.style.visibility = "hidden";
alert( L_ERRACCESSDENIED_Text );
return;
}
return;
}
function onClickHandler( id )
2. Замените на следующее:
idBody.style.visibility = "hidden";
alert( L_ERRACCESSDENIED_Text );
return;
}
onClickHandler(0);
return;
}
function onClickHandler( id )
Теперь скопируйте измененные файлы в \\Server\Share
Создание групповой политики для разрешения удаленного помощника
Сделайте следующие изменения:
Computer Configuration > Windows Settings > Scripts > StartUp
1. Нажимаем Show Files и копируем в открывшееся окно созданный скрипт
2. Добавляем добавленный файл в политику. Для этого в окне Startup Properties нажимаем Add
3. В окне Add a Script нажимаем Browse и выбираем скопированный файл
Computer Configuration > Windows Settings > Security Settings > File System
1. Правой кнопкой мыши в правом окне, выбираем Add File…
2. Укажите путь до папки C:\Windows\PCHealth и нажмите OK
3. Когда откроется окно Database Security for %SystemRoot%\PCHealth, выберите Add, добавьте Пользователей домена и дайте им права на изменение. Нажмите OK
4. В следующем диалоговом окне выберите Replace existing permissions on all subfolders and files with inheritable permissions, и нажмите OK.
Computer Configuration > Administrative Templates > System > Remote Assistance
1. Откройте параметр Offer Remote Assistance и выберите Enable
2. Из выпадающего списка выберите Allow helpers to remotely control the computer
3. Нажмите на кнопку Show, а затем Add. Здесь вы можете добавлять пользователей или группы пользователей, которым разрешено подключаться через удаленного помощника. Пользователи и группы вводятся в формате домен\пользователь или домен\группа.
Если используется Windows Firewall
Если используется Windows Firewall, то необходимо добавить в него исключения. Это можно сделать как через групповую политику, так и локально на компьютере.
Computer Configuration > Administrative Templates > Network > Network Connections > Windows Firewall > Domain Profile
Добавьте следующие исключения в Windows Firewall Port exceptions:
• 135:TCP:localsubnet:enabled:Remote Assistance
• 3389:TCP:localsubnet:enabled:Remote Assistance — TS
Добавьте следующие исключения в Windows Firewall Program exceptions:
• %WINDIR%\SYSTEM32\Sessmgr.exe:localsubnet:enabled:Remote Assistance SessMgr
• %WINDIR%\PCHealth\HelpCtr\Binaries\Helpsvc.exe:localsubnet:enabled:Remote Assistance HelpSvc
• %WINDIR%\PCHealth\HelpCtr\Binaries\Helpctr.exe:localsubnet:enabled:Remote Assistance HelpCtr
Создание ярлыка для быстрого запуска Удаленного помощника
При создании ярлыка в поле Location вставьте следующее:
%windir%\explorer.exe "hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,C=US/Remote%20Assistance/Escalation/Unsolicited/Unsolicitedrcui.htm"
Как подключиться удаленным помощником Windows?
☑
0
D_Pavel
03.02.12
✎
05:57
Нужно настроить подключение через Easy connect, чтобы пользователю не нужно было постоянно делать запрос на помощь и отправлять файл запроса и пароль. Но если у пользователя нет интернета, или еще чего-то не хватает (upnp), то есть варианты?
1
D_Pavel
03.02.12
✎
06:07
Ой, мородеры перенесите в другую секцию! Ошибся бляха
2
Jump
03.02.12
✎
06:46
(0)Да если у пользователя нет интернета, можно фотографии экрана отсылать ценными бандеролями сотруднику техподдержки.
А координаты и клики мышки пользователю — телеграммами.
3
D_Pavel
03.02.12
✎
06:48
А что-нибудь умное кто-нибудь может подсказать?
4
skunk
03.02.12
✎
06:50
а что умное можно сказать на вопрос «как зацепиться к компу без сети»
5
D_Pavel
03.02.12
✎
07:01
(4) Не знаю где ты нашел такой вопрос. Если не знаешь, можно не отвечать.
6
skunk
03.02.12
✎
07:04
глянул личку и темы топикастера … все стало на свои места … и теперь я знаю почему лада делает карошие автомашины
7
smaharbA
03.02.12
✎
07:08
система какая ?
8
D_Pavel
03.02.12
✎
07:10
(6) Хахаха, ты классно шутишь, всем смешно. Пиши еще
(7) Windows 7, ХР
9
smaharbA
03.02.12
✎
07:36
винхп легко делается
10
D_Pavel
03.02.12
✎
07:49
(9) Как ?
11
smaharbA
03.02.12
✎
07:53
ищем в %windir%\pchealth\helpctr\System\Remote Assistance\helpeeaccept.htm
функцию function LoadVariables()
в ее конце вписываем (перед «} function DoAccept()») DoAccept();
ищем в
%цштвшк%\pchealth\helpctr\System\Remote Assistance\Interaction\Server\takecontrolmsgs.htm
функцию function InitiateMsg()
и так же в ее конец прописываем onClickHandler(0);
далее если АД то в групповой политике подразделения где компьютеры нужные или сразу домена
настраиваем оба параметра в
Конфигурация компьютера — Административные шаблоны — Система — Удаленный помощник
если не домен — делаем либо файлы политик и раскидываем, либо вручную на каждом настраиваем гпедитом
12
smaharbA
03.02.12
✎
07:54
подключаться после так — пуск — выполнить — пишем
hcp://cn=microsoft%20corporation,l=redmond,s=washington,c=us/Remote%20Assistance/Escalation/Unsolicited/Unsolicitedrcui.htm
13
smaharbA
03.02.12
✎
07:56
недостаток — остается окно помощника у «жертвы», но его легко спрятать изменив еще немного
14
smaharbA
03.02.12
✎
08:01
для семерки не задумывался как, не надо было
15
D_Pavel
03.02.12
✎
09:08
smaharbA, спасибо! Даже в Windows 7 всё заработало после настройки политик AD.
Jump двойка
skunk кол.
Учитесь как надо правильно помогать.
16
Jump
03.02.12
✎
11:00
(15)Абрахамс это голова! Хотя временами его гениальные ответы хрен поймешь
А тебе нужно учится грамотно задавать вопросы!
17
D_Pavel
06.02.12
✎
12:42
Точно Абрахамс! Сразу и не догадался…
(16) Мне не нужно учится, я уже умею. Абрахамс понял мой вопрос, это доказывает что я прав.
18
Advan
06.02.12
✎
13:08
Интересно — а скрипта нету чтобы не вручную менять?
19
D_Pavel
06.02.12
✎
13:10
(18) Тебе на многих компах это надо сделать?
20
Advan
06.02.12
✎
13:12
(19)Ну если взлетит красиво — то от 50 до 90 штук :).
Просто какраз рассматриваем у клиента способ нормального удаленного доступа для техподдержки — а радмин всетаки платен и не так часто нужен чтобы везде ставить.
21
Advan
06.02.12
✎
13:12
ну посмотрел — скрипт несложно сделать
22
D_Pavel
06.02.12
✎
13:21
В политиках AD настроил, и на всех компах домена заработало после перезагрузки каждого.
23
Advan
06.02.12
✎
13:53
(22)Домена там нет — компы раскиданы на больших расстояниях — подключение через VPN
24
D_Pavel
07.02.12
✎
06:36
(23) Если сделаешь скрипт, выложи пожалуйста, может кому пригодится.
I’ve spent a few hours this morning investigating Remote Assistance in Windows XP Professional. At first glance it looks like a potential VNC killer for the enterprise. Unfortunately, if you don’t look closely enough you’ll quickly dismiss it, most likely by seeing these initial limitations.
- It requires the user to know how to ask for Remote Assistance. Explaining to each user how to open Help Center, click Ask for remote assistance, type in the email address of the person they want to ask for assistance and set limitations such as validity periods is likely to take more time than actually fixing the problem. – Not good.
- Once the user has sent the invitation and the recipient has opened the attachment, the user is prompted to allow the connection to their machine. – Once again, a user being security conscious will likely click No, or worse yet, call the IT department to check that the message is kosher. Two things here; the user might just click No, making a hash of the whole process or they’ll create another support request to check that the message on their screen is OK. Bad, bad, bad.
- Once you’ve managed to connect you have to again ask if you’re allowed to take control of the user’s machine. Again, the user could click No and it slows the process of giving assistance.
These are all viable reasons for ignoring Remote Assistance for consideration in the Enterprise but, little did I know before I started looking under the hood, you can also offer assistance to users. Great! That scratches out the first point but doesn’t alleviate the second two. The downside to this “fix” for the first point is that you’ve got some work to do with Group Policy before you can implement this.
You’ll need to implement a policy, either directly on the target machines or using Active Directory Users & Computers. (GPMC is a better idea if you have it).
Drill down to: Computer Configuration > Administrative Templates > System > Remote Assistance and make the relevant changes in there. Microsoft’s Knowledge Base details all the technical points in this article No. 301527. The article seems to be targeted more at single systems rather than an enterprise rollout. One important note from the article suggests extreme caution due to the difficulty in verifying domain accounts and groups given authority to Offer Remote Assistance.
OK great…. but how the hell do I Offer Remote Assistance? Again, Microsoft don’t let us down and have this article No. 308013 on the subject.
There is a quicker way to get to the Offer Remote Assistance Screen though. Copy the following in to the Run dialog box and click OK.
hcp://CN=Microsoft%20Corporation,L=Redmond,S=Washington,
C=US/Remote%20Assistance/Escalation/unsolicited/unsolicitedrcui.htm
Right, we’ve implemented our policy and we now know how to offer assistance. Do I HAVE to get the user to accept my connection request AND accept my request to take control of their desktop?
A lot of people would have answered: “Yes, you do!”
The good news is that the answer is: “No, you don’t!”
I’m sure you know that there’s bad news coming from this so I’m not going to say it. Needless to say, get your best HTML editor out, we’re about to go hacking!
The dialog boxes that ask the user for permission to take control of your computer are nothing more than HTML pages with some JScript (Microsoft’s implementation/interpretation of JavaScript) added to control buttons and hold ActiveXObjects. As such, they can be edited. I’m going to point out that because we can edit the HTML and JScript, it also means we can break it so BE CAREFUL! Take backup copies of any files before you edit them.
The first hurdle is automating the acceptance of the offer in the first place. If the user refuses the offer, then we’re wasting our time or we’ve got to spend more of it (time) by phoning them up and telling them to accept it. On the target system, locate the following file and open it up in your HTML editor:
C:\WINDOWS\pchealth\helpctr\System\Remote Assistance\helpeeaccept.htm
Notepad is perfectly sufficient but I’m going to be referring to line numbers so something a little more advanced might be a good idea.
At line 158 where it says:
btnDecline.focus();
Add another line below that and type in the following:
DoAccept();
So that lines 158 and 159 look like this:
btnDecline.focus();
DoAccept();
You can test this now if you wish by connecting to the target machine and offering assistance. Remember that the target machine MUST have the relevant policy settings in place before this will work at all! Making that change should now allow you to connect to the target machine and automatically be accepted but….
…initially you are placed in to Screen View Only which kind of makes it a little difficult to actually assist the user unless you’re on the end of a phone or typing away like a lunatic in the rather useful but watered-down messaging client provided by Remote Assistance. Fortunately for us we can take control AND automatically be accepted by making a few more edits to another HTML & JScript file buried a little further in the file system.
Open up this file:
C:\WINDOWS\pchealth\helpctr\System\Remote Assistance\Interaction\Server\TakeControlMsgs.htm
from the target computer in your favourite HTML editor and look for line 44, Change that line to look like the following
Now that we have made this alteration, whenever we click “Take Control”, we are automatically given full control of the user’s computer, without having to ask them for permission! The box does pop up but because it gets its answer so quickly, the user is only likely to see a quick flash. Obviously this doesn’t stop the user from disconnecting you. A quick flick of the escape button will have you disconnected in no time but that doesn’t mean you can’t take control again!
For network admins looking to implement the changes I have spoken about, please be aware that if you make changes to the two files, this affects all remote assistance connections to the computer that you changed the files on. Fortunately Microsoft did give us some control over who can initiate unsolicited remote assistance connections so we’re safe from initiated attacks. (I use the word “safe” cautiously of course!)
The problems begin if a malicious person intercepts a remote assistance request (initiated from the user through Help and Support Center), should they respond to it, they will automatically be given both access AND control (if they request it) of the hapless user’s machine. This is obviously a major security hole so I would suggest that you use your own scripting prowess to write a VBSCript which only alters the files when you want to connect and changes them back once you’ve done.
I would envisage it working like this:
See if the machine is available on the network (ping?), connect to the target machine, make backups of the target files, alter the target files, intitiate a connection (and have it automatically accepted). Once finished and disconnected, replace the altered files with the backed up files.
Any questions please let me know. If anyone fancies having a pop at the VBScript I’ve suggested, please feel free to share your results here!
– Lewis
helpeeaccept.htm — Repair Issues and Download
Sometimes Windows system displays error messages regarding corrupted or missing helpeeaccept.htm files. Situations like that can occur, for example, during a software installation process. Each software program requires certain resources, libraries, and source data to work properly. Corrupted or nonexistent helpeeaccept.htm file can therefore effect in failed execution of the started process.
helpeeaccept.htm file Hypertext Markup Language. The file was developed by Microsoft for use with Windows software. Here you will find detailed information about the file and instructions how to proceed in the event of helpeeaccept.htm related errors on your device. You can also download helpeeaccept.htm file compatible with Windows XP devices which will (most probably) allow you to solve the problem.
Compatible with: Windows XP
User popularity
- 1 Information about helpeeaccept.htm file
- 2 Errors related to helpeeaccept.htm file
- 3 How to fix helpeeaccept.htm related errors?
- 3.1 Scanning for malicious software
- 3.2 System and driver update
- 3.3 System File Checker tool
- 3.4 System recovery
- 4 Download helpeeaccept.htm
- 4.1 List of helpeeaccept.htm file versions
File info
General information | |
---|---|
Filename | helpeeaccept.htm |
File extension | HTM |
Type | Internet Web |
Description | Hypertext Markup Language |
Software | |
---|---|
Program | Windows XP |
Software | Windows |
Author | Microsoft |
Software version | XP |
Details | |
---|---|
File size | 3907 |
MIME type | text/html |
Title | Remote Assistance |
There are various types of errors related to helpeeaccept.htm file. helpeeaccept.htm file may be located in wrong file directory on your device, may not be present in the system, or may be infected with malicious software and therefore not work correctly. Below is a list of most common error messages related to helpeeaccept.htm file. If you encounter one listed below (or similar), please consider the following suggestions.
- helpeeaccept.htm is corrupted
- helpeeaccept.htm cannot be located
- Runtime Error — helpeeaccept.htm
- helpeeaccept.htm file error
- helpeeaccept.htm file cannot be loaded. Module was not found
- cannot register helpeeaccept.htm file:
- helpeeaccept.htm file could not be loaded
- helpeeaccept.htm file doesn’t exist
helpeeaccept.htm
Application could not be started because helpeeaccept.htm file is missing. Reinstall the application to solve the problem.
OK
Problems related to helpeeaccept.htm can be addressed in various ways. Some methods are meant only for advanced users. If you don’t have confidence in your skills, we suggest consulting a specialist. Fixing helpeeaccept.htm file errors should be approached with utmost caution for any mistakes can result in unstable or unproperly working system. If you have the necassary skills, please proceed.
helpeeaccept.htm file errors can be caused by various factors, so its is beneficial to try to fix them using various methods.
Step 1: Scan your computer for any malicious software
Windows files are commonly attacked by malicious software that prevents them from working properly. First step in addressing problems with helpeeaccept.htm file or any other Windows system files should be scanning the system for malicious software using an antivirus tool.
If by any chance you don’t have any antivirus software installed on your system yet, you should do it immediately. Unprotected system is not only a source of file errors, but, more importantly, makes your system vulnerable to many dangers. If you don’t know which antivirus tool to choose, consult this Wikipedia article – comparison of antivirus software.
Step 2: Update your system and drivers.
Installing relevant Microsoft Windows patches and updates may solve your problems related to helpeeaccept.htm file. Use dedicated Windows tool to perform the update.
- Go to the Windows «Start» menu
- Type «Windows Update» in the search field
- Choose the appropriate software program (name may vary depending on your system version)
- Check if your system is up to date. If any unapplied updates are listed, install them immediately.
- After the update has been done,restart your computer in order to complete the process.
Beside updating the system, it is recommended that you install latest device drivers, as drivers can influence proper working of helpeeaccept.htm or other system files. In order to do so, go to your computer or device producer’s website where you will find information regarding latest driver updates.
Step 4: Restoring Windows system
Another approach is to restore system to previous state, before the helpeeaccept.htm file error occured. In order to restore your system, follow the instructions below
- Go to the Windows «Start» menu
- Type «System Restore» in the search field
- Start the system restore tool – it’s name may differ depending on version of the system
- The application will guide you through the process – read the messages carefully
- After the process has finished, restart your computer.
If all the above-mentioned methods failed and the helpeeaccept.htm file problem has not been resolved, proceed to the next step. Remember that the following steps are intended only for advanced users.
Download and replace helpeeaccept.htm file
The last solution is to manually download and replace helpeeaccept.htm file in appropriate folder on the disk. Select file version compatible with your operating system and click the «Download» button. Next, go to your web browser’s «Downloaded» folder and copy the downloaded helpeeaccept.htm file.
Go to the folder where the file should be located and paste the downloaded file. Below is the list of helpeeaccept.htm file example directory paths.
- Windows XP: C:\WINDOWS\pchealth\helpctr\System\Remote Assistance\
If the steps did not solve your helpeeaccept.htm file problem, you should consult a professional. A probability exists that the error(s) might be device-related and therefore should be resolved at the hardware level. A fresh operating system installation might be necessary – a faulty system installation process can result in data loss.
File versions list
Filename
helpeeaccept.htm
System
Windows XP
File size
3907 bytes
Date
2017-04-24
File details | ||
---|---|---|
MD5 | 29ab9ccadb0d63259f6e330bd2e6ab74 | |
SHA1 | c2f49a5802e1ed6bb26d7fa1c8a53175dab4127f | |
SHA256 | 7e53d6226049d91cc9ad76b4c6102d264995b40af059c880673e32b2fa0315fb | |
CRC32 | 98b257a3 | |
Example file location | C:\WINDOWS\pchealth\helpctr\System\Remote Assistance\ |