3.1k Aufrufe
Gefragt in WindowsVista von
Nach der Installation erscheint die Fehlermeldung "Die Datei "Hosts" hat einen Fehler verursacht. Bitte setzen Sie sich mit der Unublue Kundenbetreuung in Verbindung ..." Wer weiß weiter? Zumal ich die "Kundenbetreuung" von Uniblue nicht gefunden habe.

4 Antworten

0 Punkte
Beantwortet von kasipoasi Experte (3.8k Punkte)
Moin!
Eine genaue Fehlerbehebung kann ich ehrlich gesagt nicht liefern, aber gerne frage ich dich mal, was du dir von dem Tool versprichst? Du bohrst damit nicht irgendwelche Töpfe am Rechner auf und die Kiste rennt auf einmal wie Hulle - also, für mich würde so etwas nie in Frage kommen.
kasi
0 Punkte
Beantwortet von
lese mal die 2 antwort hier aus dem FAQ im link

www.registrybooster.de/fragen-antworten/
0 Punkte
Beantwortet von gresti Experte (1.8k Punkte)
[code]die Datei die da empfohlen wird ist eine .bat mit folgenden
Inhalt:


[code]@echo off

:MENU
@echo off
CLS

ECHO
********************************************************************
ECHO
********************************************************************
ECHO
********************************************************************
ECHO **** *****
ECHO **** *****
ECHO **** Uniblue HOSTS file fix *****
ECHO **** *****
ECHO **** *****
ECHO **** This utility will add the following line to your hosts *****
ECHO **** file to be able to fix your issue with RegistryBooster: *****
ECHO **** *****
ECHO **** localhost 127.0.0.1 *****
ECHO **** *****
ECHO **** Please DISABLE temporarily your FIREWALL and
antivirus *****
ECHO **** to be able to run this fix. *****
ECHO **** *****
ECHO **** *****
ECHO **** Remember to disable your Windows Firewall as well.
*****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO
********************************************************************
ECHO
********************************************************************
ECHO
********************************************************************
ECHO .
ECHO .
ECHO .
SET /P dummy= Press ENTER key to continue...

cls

ECHO
********************************************************************
ECHO
********************************************************************
ECHO
********************************************************************
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** Uniblue HOSTS file fix *****
ECHO **** *****
ECHO **** *****
ECHO
********************************************************************
ECHO
********************************************************************
ECHO
********************************************************************

echo .
echo .
echo .
echo .

SET /P A=Would you like to fix the hosts file automatically? Type Y
(for yes) or N (for no) and then Press ENTER. -


IF "%A%"=="" GOTO MENU


IF %A%==Y GOTO FIXHOST
IF %A%==y GOTO FIXHOST

IF %A%==N GOTO ABORTFIX
IF %A%==n GOTO ABORTFIX


:FIXHOST


IF EXIST %WINDIR%\system32\Drivers\Etc\hosts.uniblue (

DEL /F %WINDIR%\system32\Drivers\Etc\hosts

COPY %WINDIR%\system32\Drivers\Etc\hosts.uniblue
%WINDIR%\system32\Drivers\Etc\hosts

echo ^# >> %WINDIR%\system32\Drivers\Etc\hosts
echo ^# >> %WINDIR%\system32\Drivers\Etc\hosts
echo ^127.0.0.1 localhost >>
%WINDIR%\system32\Drivers\Etc\hosts

CLS

ECHO
********************************************************************
ECHO
********************************************************************
ECHO
********************************************************************
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** Uniblue HOSTS file fix *****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** It seems that you have already run this fix. Please
*****
ECHO **** RESTART your computer and try again RegistryBooster.
*****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO
********************************************************************
ECHO
********************************************************************
ECHO
********************************************************************
ECHO .
ECHO .
ECHO .
SET /P dummy= Press ENTER key to continue...

EXIT


)



REM IF EXIST %WINDIR%\system32\Drivers\Etc\hosts.uniblue
GOTO FILEEXIST


copy %WINDIR%\system32\Drivers\Etc\hosts
%WINDIR%\system32\Drivers\Etc\hosts.uniblue

echo ^# >> %WINDIR%\system32\Drivers\Etc\hosts
echo ^# >> %WINDIR%\system32\Drivers\Etc\hosts
echo ^127.0.0.1 localhost >>
%WINDIR%\system32\Drivers\Etc\hosts

CLS

ECHO
********************************************************************
ECHO
********************************************************************
ECHO
********************************************************************
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** Uniblue HOSTS file fix *****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** Hosts file fixed. Do not forget to enable again your *****
ECHO **** Firewall and antivirus again. *****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO **** *****
ECHO
********************************************************************
ECHO
********************************************************************
ECHO
**************************************
0 Punkte
Beantwortet von
was willst du uns damit sagen, gresti?
...