Ok, many thanks Timesurfer. Rearm Wizard noted. I am currently dling Office 2013 Professional Plus, just hope it is the correct version that works with Rearm Wizard. If you have a link that will work best please forward to me. Thanks again for all your help.
To obtain the correct 2013 simply install bit torrent then choose the option for the office in the ISO/URL links Most go with the x86/32bit version
Was also thinking about doing the 180 day install with an move cmd like this but it's buggy Code: echo :UninstallIR7>>%SystemDrive%\Trial\IR7\IR72.bat echo CLS >>%SystemDrive%\Trial\IR7\IR72.bat echo echo Uninstalling IR7...>>%SystemDrive%\Trial\IR7\IR72.bat echo REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation" /v NotificationDisabled /t REG_DWORD /d 0 /f ^>NUL >>%SystemDrive%\Trial\IR7\IR72.bat echo schtasks /delete /tn "IR7" /f ^>NUL 2>&1 >>%SystemDrive%\Trial\IR7\IR72.bat echo schtasks /delete /tn "Hybrid2" /f ^>NUL 2>&1 >>%SystemDrive%\Trial\IR7\IR72.bat echo schtasks /query ^| FINDSTR /I "IORRT" ^>NUL >>%SystemDrive%\Trial\IR7\IR72.bat echo IF ERRORLEVEL 1 ( >>%SystemDrive%\Trial\IR7\IR72.bat echo GOTO TrialFolderDelete >>%SystemDrive%\Trial\IR7\IR72.bat echo ) ELSE ( >>%SystemDrive%\Trial\IR7\IR72.bat echo GOTO IR7FolderDelete >>%SystemDrive%\Trial\IR7\IR72.bat echo ) >>%SystemDrive%\Trial\IR7\IR72.bat echo :TrialFolderDelete>>%SystemDrive%\Trial\IR7\IR72.bat echo echo rd /s /q %SystemDrive%\Trial ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat echo echo rd /s /q %SystemDrive%\Trial ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat echo echo del /F /Q %SystemDrive%\removeIR7.bat ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat echo move /y %SystemDrive%\Trial\IR7\removeIR7.bat "%SystemDrive%\removeIR7.bat" >>%SystemDrive%\Trial\IR7\IR72.bat echo start %SystemDrive%\removeIR7.bat>>%SystemDrive%\Trial\IR7\IR72.bat echo GOTO :Exit >>%SystemDrive%\Trial\IR7\IR72.bat echo :IR7FolderDelete>>%SystemDrive%\Trial\IR7\IR72.bat echo echo rd /s /q %SystemDrive%\Trial\IR7 ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat echo echo rd /s /q %SystemDrive%\Trial\IR7 ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat echo echo del /F /Q %SystemDrive%\removeIR7.bat ^>^>%SystemDrive%\Trial\IR7\removeIR7.bat >>%SystemDrive%\Trial\IR7\IR72.bat echo move /y %SystemDrive%\Trial\IR7\removeIR7.bat "%SystemDrive%\removeIR7.bat" >>%SystemDrive%\Trial\IR7\IR72.bat echo start %SystemDrive%\removeIR7.bat>>%SystemDrive%\Trial\IR7\IR72.bat echo GOTO :Exit >>%SystemDrive%\Trial\IR7\IR72.bat
I have a question regarding Rearm Wizard, it says it is for 30 days. Does this mean that every 30 days I will have to run the install or rearm wizard so it will give me another 30 days? Just want to make sure I know what to do if it gives me a warning or something.
Not sure what is going wrong, but I ran Rearm Wizard on 2 different W7 Enterprise systems and the scripts just loops CMD windows. Only way to stop the script is by CTRL/C.
IR7 will automatically rearm and give you 30 days 5 more times so install IR7 only every 6 months It takes about 3 minutes to install IR7 and with the new 180 day msg box (coming soon) you can reinstall without opening IR7 That is a little vague for me to assist? Please be more specific as to when this is happening 1. During install 2. After restart into windows 3. Etc... Thanks
IR7 will automatically rearm and give you 30 days 5 more times so install IR7 only every 6 months It takes about 3 minutes to install IR7 and with the new 180 day msg box (coming soon) you can reinstall without opening IR7 OK, understood. Is this the same for both IR7 and IORRT?
IORRT is forever Just make sure if you install other office programs to first uninstall IORRT then after other office programs have been installed reinstall IORRT Most will never add other office programs but if you didn't uninstall IORRT first then office would get borked
The problem happens on 2 different W7 Enterprise systems. I will try it also later today on a W7 Ultimate system. If I take the ADMIN code and create a BAT file with it, the script loops.
I remember and saw the two systems but maybe you have the same system file problems on both which is why I recommended the scan... It was my idea for the admin bypass but Humphrey did the coding so maybe if he isn't too busy cleaning his monitor screen he can assist...lol Otherwise just delete that code for now and install IR7 Leave the rest!