How can we extend the trial of Office 2010 RTM to 180 days

Nearly 2 years can tell you up to almost 1 year. On the same principle (ie that of rearming), the users Microsoft Office who decided to test Office 2010 can extend the trial to its 180 days, Rearmandu it every 30 days (Office 2010 reset can be performed by 5 maximum times original file is not affected by commands its suite).

office2010-trial

Because the rearming process of Microsoft Office 2010 is a bit more complicated than the reaming process of Windows 7 it is much simpler if the execution of the commands is done through a script (File . Beat). To create this script open a Notepad and copy the lines below:

@echo off
color C
mode con: cols=73 lines=3
title OfficeRearm5
SET file=%SystemDrive%OfficeRearm5.bat
IF EXIST %file% attrib -h %file% 
echo @echo off >>%file%
echo "C:Program FilesCommon Filesmicrosoft sharedOfficeSoftwareProtectionPlatformOSPPREARM.EXE" >>%file%
attrib +h %file%
schtasks /create /tn "Rearm2" /tr %file% /sc daily /mo 30 /RL HIGHEST /f
"C:Program FilesCommon Filesmicrosoft sharedOfficeSoftwareProtectionPlatformOSPPREARM.EXE"
pause

Save the file under the name InstallOR5Then modify them extension of .txt in . Beat

On the last day of the Office 2010 trial (Ie in the 30 day after you have installed the suite) run the file InstallOR5. bat (Careful! must be run with rights of administrator!).

office2010-rearm

It will create another file. Knock - OfficeRearm5.bat - The system partition, which will run automatically every 30 daysExtending the trial period for another 150 days.

officerearm5

After that period ends 180 days of trial, it is recommended to uninstall script reset. Open again NotepadAnd children in these lines below:

@echo off
color C
mode con: cols=69 lines=2
title OfficeRearm5
SET file=%SystemDrive%OfficeRearm5.bat
IF EXIST %file% attrib -h %file%
del %file% 
schtasks /delete /tn "Rearm2" /f
pause

File Name UninstallOR5 and modify the extension of .txt in . Beat. Perform UninstallOR5. bat uninstall script to automatically reset (OfficeRearm.5.bat).

uninstall-rearm

Note: Before creating the script reset, make sure that you have installed. 3.5 or 4 NET Framework.

Passionate about technology, I enjoy writing on StealthSettings.com since 2006. I have a rich experience in operating systems: macOS, Windows, and Linux, as well as in programming languages and blogging platforms (WordPress) and for online stores (WooCommerce, Magento, PrestaShop).

How to » Microsoft » How can we extend the trial of Office 2010 RTM to 180 days
Leave a Comment