Thema: Datei sicher?
Einzelnen Beitrag anzeigen
Ungelesen 26.01.19, 08:55   #1
letugo2001
Anfänger
 
Registriert seit: Oct 2016
Beiträge: 6
Bedankt: 0
letugo2001 ist noch neu hier! | 3 Respekt Punkte
Standard Datei sicher?

Guten Tag,

ich habe mir mal bei eBay das Office 2016 Professional Plus gekauft, was sich aber nun nach einer Neuinstall. von Windows nicht mehr aktivieren lässt.
Also hab ich erstmal im Netz geschaut, wie ich das aktivieren kann.
Dabei bin ich unter anderem auf eine Textdatei gestoßen, die man als 1Click Datei als Admin ausführen soll. Damit soll das Office dann aktiviert werden.
Nun weiß ich nicht, ob die Safe ist, oder irgendwelche Ports als Backdoor freischaltet oder so.
Könnt ihr mir dazu was sagen?
Zumal nach dem ausführen der Datei die Meldung kommt, dass er gerade keine Verbindung zu dem KMS Server bekommt.
Im Office Programm steht zwar oben, dass es aktiviert wurde, aber wenn ich dadrunter auf "Weitere Lizenzierungsinformationen anzeigen" gehe, steht dort, dass es immernoch aktiviert werden muss.

Die Datei hat folgenden Text als Inhalt:
----------------------------------------------

@echo off
title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ================================================== ==========================&echo #Project: Activating Microsoft software products for FREE without software&echo ================================================== ==========================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cs***** ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cs***** ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ================================================== ==========================&echo Activating your Office...&cs***** //nologo ospp.vbs /setprt:1688 >nul&cs***** //nologo ospp.vbs /unpkey:WFG99 >nul&cs***** //nologo ospp.vbs /unpkeyRTFM >nul&cs***** //nologo ospp.vbs /unpkey:BTDRB >nul&cs***** //nologo ospp.vbs /unpkey:CPQVG >nul&cs***** //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
if %i%==4 goto notsupported
cs***** //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ================================================== ==========================&echo.&echo.
cs***** //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ================================================== ==========================&echo.&echo #My official blog: MSGuides.com&echo.&echo #How it works: bit.ly/kms-server&echo.&echo #Please feel free to contact me at [email protected] if you have any questions or concerns.&echo.&echo #Please consider supporting this project: donate.msguides.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ================================================== ==========================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
explorer "http://MSGuides.com"&goto halt
:notsupported
echo.&echo ================================================== ==========================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/downloadmsp
:halt
pause >nul


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

Ich danke Euch schonmal.
letugo2001 ist offline   Mit Zitat antworten