@echo [email protected] 0Atitle IORRT 3.5REM VariablessetInstallRoot=set OfficeArchType=REM Check Office Architecture Typeif'%processor_architecture%'=='x86' Set OfficeArchType=32 &&Goto:EndArchCheckgoto:WOWCheck:WOWCheck2>nul REG QUERYHKLM\SOFTWARE\Microsoft\Office\14.0\Common find /i "InstallRoot"1>nulIF ERRORLEVEL 1 Set OfficeArchType=WOW &&Goto:EndArchCheckSet OfficeArchType=64:EndArchCheckREM Get OfficeInstalled Pathif %OfficeArchType%==WOW (FOR /F "tokens=2* delims= "%%A IN ('REG QUERY"HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Office\14.0\Common\InstallRoot"/v Path') DO SET InstallRoot=%%B Goto:FoundPath)FOR /F "tokens=2*delims= " %%A IN ('REG QUERY"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\14.0\Common\InstallRoot"/v Path') DO SET InstallRoot=%%B:FoundPathREM Start OSPPSVC (Tomake sure it is started to prevent strange cases where it doesn'tstart automatically from failing (XP))1>nul 2>nul net startosppsvc:MAINMENUmode con: cols=45 lines=9CLSecho.echo. echo.InfiniteOfficeRestoreRearmTask (IORRT) echo. echo. A. Installecho.B. Uninstallecho. C. Statusecho. D. Exitecho. :CHOOSEACTIONset /puserinp= ^ Make your selection: set userinp=%userinp:0,1%if /i"%userinp%"=="A" goto Installif /i "%userinp%"=="B" gotoUninstallif /i "%userinp%"=="C" goto Statusif /i "%userinp%"=="D"goto Exitecho.Try Again...GOTO CHOOSEACTION:InstallCLStitle IORRT3.5mode con: cols=45 lines=9schtasks /query FINDSTR /I "IORRT">NUL IF ERRORLEVEL 1 (echo.) ELSE (echo IORRT is alreadyinstalled...ping -n 4 127.0.0.1 >nulGOTO MAINMENU)mode con:cols=62 lines=5title IORRT 3.5echo Installing IORRT...echo.mkdir"%SystemDrive%\Check"net stop osppsvc >NULxcopy /cheriky"%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform""%SystemDrive%\Check\Backup\Files\Tokens" >NULmkdir"%SystemDrive%\Check\Backup\Registry" >NULreg save"HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform"%SystemDrive%\Check\Backup\Registry\OfficeSPPInfo.hiv >NULnetstart osppsvc >NULIF Exist "%CommonProgramFiles%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe"("%CommonProgramFiles%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" >NUL)ELSE ( "%commonprogramfiles(x86)%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" >NUL)iferrorlevel==0 goto Passnet stop osppsvc >NULxcopy /cheriky"%SystemDrive%\Check\Backup\Files\Tokens""%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform">NULREG DELETEHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>NULREG ADDHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>NULreg restore"HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform"%SystemDrive%\Check\Backup\Registry\OfficeSPPInfo.hiv >NULnetstart osppsvc >NULDEL"%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform\Backup.hiv"2> nulSET file=%SystemDrive%\CheckIF EXIST %file% attrib -h%file%RD /S /Q %file%cd /d "%InstallRoot%"echo.cscript OSPP.VBS/dstatus FINDSTR /i "Status"cscript OSPP.VBS /dstatus FINDSTR/i "Remaining"echo.echo No Rearms Detected...set msg=No rearmsdetectedcall :speak "No rearms detected"goto :END:speakecho OnError Resume Next: CreateObject("SAPI.SpVoice").Speak %1>"%dp0vc.vbs""%dp0vc.vbs" & del "%dp0vc.vbs"ping -n 4127.0.0.1 >nulGOTO MAINMENU:Passnet stop osppsvc >NULxcopy/cheriky "%SystemDrive%\Check\Backup\Files\Tokens""%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform">NULREG DELETEHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>NULREG ADDHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>NULreg restore"HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform"%SystemDrive%\Check\Backup\Registry\OfficeSPPInfo.hiv >NULnetstart osppsvc >NULDEL"%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform\Backup.hiv"2> nulSET file=%SystemDrive%\CheckIF EXIST %file% attrib -h%file%RD /S /Q %file%mkdir "%SystemDrive%\IORRT"net stop osppsvc>NULxcopy /cheriky"%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform""%SystemDrive%\IORRT\Backup\Files\Tokens" >NULmkdir"%SystemDrive%\IORRT\Backup\Registry"reg save"HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform"%SystemDrive%\IORRT\Backup\Registry\OfficeSPPInfo.hiv >NULnetstart osppsvc >NULSET file=%SystemDrive%\IORRT\IORRT.batIF EXIST%file% attrib -h %file% echo @echo off >%file%echo net stoposppsvc >>%file%echo xcopy /cheriky"%SystemDrive%\IORRT\Backup\Files\Tokens""%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform">>%file%echo REG DELETEHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>>%file%echo REG ADDHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>>%file%echo reg restore"HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform"%SystemDrive%\IORRT\Backup\Registry\OfficeSPPInfo.hiv>>%file%echo net start osppsvc >>%file%echo IF Exist"%COMMONPROGRAMFILES%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" (>>%file%echo "%COMMONPROGRAMFILES%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe">>%file%echo ) ELSE ( "%COMMONPROGRAMFILES(X86)%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe">>%file%echo ) >>%file%echo schtasks /delete /tn"IORRT" /f >>%file%echo schtasks /create /tn "IORRT" /tr"%SystemDrive%\IORRT\IORRT.bat" /sc daily /mo 1 /ru "">>%file%IF Exist "%CommonProgramFiles%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe"("%CommonProgramFiles%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe" >NUL)ELSE ( "%commonprogramfiles(x86)%\microsoftshared\OfficeSoftwareProtectionPlatform\OSPPREARM.exe">NUL)attrib +h "%SystemDrive%\IORRT"schtasks /create /tn"Hybrid" /tr "%SystemDrive%\IORRT\IORRT.bat" /sc onstart /ru "">NULschtasks /create /tn "IORRT" /tr"%SystemDrive%\IORRT\IORRT.bat" /sc daily /mo 1 /ru "">NULecho.title IORRT 3.5cd /d "%InstallRoot%"echo.echo.cscriptOSPP.VBS /dstatus FINDSTR /i "Status"cscript OSPP.VBS /dstatus FINDSTR /i "Remaining"echo.echo Installation Successful...setmsg=Installation Successfulcall :speak "InstallationSuccessful"goto :END:speakecho On Error Resume Next:CreateObject("SAPI.SpVoice").Speak %1>"%dp0vc.vbs""%dp0vc.vbs" & del "%dp0vc.vbs"ping -n 4127.0.0.1 >nulGOTO MAINMENU:Uninstallschtasks /query FINDSTR/I "IORRT" >NULIF '%ERRORLEVEL%' EQU '0' (echo.) ELSE (mode con:cols=45 lines=9title IORRT 3.5echo IORRT is alreadyuninstalled...ping -n 4 127.0.0.1 >nulGOTO MAINMENU)mode con:cols=62 lines=5title IORRT 3.5echo Uninstalling IORRT...echo.netstop osppsvc >NULxcopy /cheriky"%SystemDrive%\IORRT\Backup\Files\Tokens""%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform">NULREG DELETEHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>NULREG ADDHKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform /f>NULreg restore"HKLM\SOFTWARE\Microsoft\OfficeSoftwareProtectionPlatform"%SystemDrive%\IORRT\Backup\Registry\OfficeSPPInfo.hiv >NULnetstart osppsvc >NULDEL"%ALLUSERSPROFILE%\Microsoft\OfficeSoftwareProtectionPlatform\Backup.hiv"2> nulSET file=%SystemDrive%\IORRTIF EXIST %file% attrib -h%file%RD /S /Q %file%schtasks /delete /tn "Hybrid" /f>NULschtasks /delete /tn "IORRT" /f >NULcd /d"%InstallRoot%"echo.echo.cscript OSPP.VBS /dstatus FINDSTR /i"Status" cscript OSPP.VBS /dstatus FINDSTR /i "Remaining"echo.echo Successfully Uninstalled...set msg=SuccessfullyUninstalledcall :speak "Successfully Uninstalled"goto:END:speakecho On Error Resume Next:CreateObject("SAPI.SpVoice").Speak %1>"%dp0vc.vbs""%dp0vc.vbs" & del "%dp0vc.vbs"ping -n 4127.0.0.1 >nulGOTO MAINMENU:Statusmode con: cols=64 lines=6titleIORRT 3.5cd /d "%InstallRoot%"cscript OSPP.VBS /dstatus FINDSTR/i "Status"cscript OSPP.VBS /dstatus FINDSTR /i"Remaining"echo.schtasks /query FINDSTR /I "IORRT"IF ERRORLEVEL 1echo IORRT is not Installed...ping -n 4 127.0.0.1 >nulGOTOMAINMENU):Exitexit
File path: c:\program files\logitech gaming software\uninstallhlpr.exePublisher: MD5: 5495d071ad71b06fec988d3878624d0fSHA-1: 4a41f132a280423bb1da2ca476ab3e2164133bb6Created: 5/16/2014 6:24:15 PMDetections: 1Determination: Ignore detections (false positive) - Qihoo 360 Security as Malware.QVM06.Gen (Undefined)
how to uninstall iorrt activator
Download File: https://8novacxcespe.blogspot.com/?file=2vJjgd
2ff7e9595c
Comments