Screenshot leaked in January reveals Office 2010 activation period


Recommended Posts

Same here - wonder if Office 2007 will install back over it keeping pst files.

Office 2010 does something with your Outlook pst file; I had to create a new mail profile in Outlook 2007 and import all my mail from the one created by 2010. It's not backwards compatible for some reason. Outlook 2007 for me reported that the Outlook.pst was created by a newer version and would likely not work correctly. It was right; it didn't.

Office 2010 does something with your Outlook pst file; I had to create a new mail profile in Outlook 2007 and import all my mail from the one created by 2010. It's not backwards compatible for some reason. Outlook 2007 for me reported that the Outlook.pst was created by a newer version and would likely not work correctly. It was right; it didn't.

I think the rearm worked for me, its not saying it has 2 days left anymore.

Re-arm procedure worked great! By the way, in case it is not clear to others who might read this thread, the exact SKUID and APPIDs in mikeyakagod's post worked for me too, so you might want to try copying and pasting his ID's before you go to all the trouble of typing them in yourself! (thanks mike!)

I still am not clear what happens if you do NOT rearm after the 30 days. Does anyone know yet? Is it just a nag screen or is the software actually disabled?

Damon

I believe something went horribly wrong when i tried to do this, when i got to the rearm part, an error returned. When i checked the license status, it was set to unlicensed and the timers were at 0. When i ran word and outlook the same nag screen appeared, but it seemed to work fine with everything intact.

Yet, I ended up uninstalling office 2010, deleted the ospprun.exe, reinstalled and now it still works without the nag screen so far.

No idea at all! I had 1 day remaining when I did this yesterday. Probably took me two or three hours all up to figure out.

I knew there had to be a cmdline interface for scripting licensing/activation on networks, so once I found it it was just a matter of figuring out the format for the commands (help output is lacking for some arguments), and get the procedure right.

I would have never have noticed the OSPPRUN.exe if I wasn't trying to figure out where the xml's with reference to licensing data were stored.

Good to hear it worked for you guys :)

I considered writing a little VB script to do this, but after laying it down on a post it was easy enough for most people with a little bit of patience to do!

I believe something went horribly wrong when i tried to do this, when i got to the rearm part, an error returned. When i checked the license status, it was set to unlicensed and the timers were at 0. When i ran word and outlook the same nag screen appeared, but it seemed to work fine with everything intact.

Yet, I ended up uninstalling office 2010, deleted the ospprun.exe, reinstalled and now it still works without the nag screen so far.

You need to stop the service after you rearm it, or it'll say unlicensed :) Either by > close or through services.msc interface.

Then you run:

> Initialize

> open

That'll reinitialize the license data and start the service. I thought I bombed mine when that happened too, but then I remembered when rearming Vista beta builds it was the same procedure. Timer/License required a service reinitalization/restart to update.

You need to stop the service after you rearm it, or it'll say unlicensed :) Either by > close or through services.msc interface.

Then you run:

> Initialize

> open

That'll reinitialize the license data and start the service. I thought I bombed mine when that happened too, but then I remembered when rearming Vista beta builds it was the same procedure. Timer/License required a service reinitalization/restart to update.

I could have sworn i did that, several times (although the "Initialize" would always bring an error because the service was running even though i had ended it, i pretty much have no knowledge with the console). But for some reason, after i reinstalled office, it never added the ospprun.exe back to the system32 folder, so I'm not sure if I'll ever have to go through the process again.

Oh interesting rearming techique :) Worked great for me after some figuring out :p

I still am not clear what happens if you do NOT rearm after the 30 days. Does anyone know yet? Is it just a nag screen or is the software actually disabled?

Damon

Actually nothing too serious happens...mine expired yesterday, an i was greeted with the need to activate screen. However after pressing ok, it continued to work as before. And each time you start word you would get the same messaged.

Office 2010 now used the same activation methods like Windows Vista / 7. VLK 1.0 is gone now you have MAK/KMS and retail keys. Also this License Service is knwon from Vista, so there is nothing special that this rearm morks.

but good find!

Office 2010 now used the same activation methods like Windows Vista / 7. VLK 1.0 is gone now you have MAK/KMS and retail keys. Also this License Service is knwon from Vista, so there is nothing special that this rearm morks.

but good find!

Exactly!

SkuId 0 = LAK/KMS

SkuId 1 = MAK

It's a good thing that they changed the licensing/activation model for Office to same as Vista/7 use. SPP actually works pretty well in most cases!

Same here - wonder if Office 2007 will install back over it keeping pst files.

better backup the .pst files to somewhere else in your HDD - maybe in the Downloads folder/library ?

(if you have more than 1 identity/email addy in Outlook) when you export them - name them appropriately

I say this because I am currently importing 4 .pst files for my father and the only thing I have to sort them out is Outlook1, Outlook2, Outlook3, and Outlook4

pain in the butt when trying to import them accordingly - but you prob already know this

better backup the .pst files to somewhere else in your HDD - maybe in the Downloads folder/library ?

(if you have more than 1 identity/email addy in Outlook) when you export them - name them appropriately

I say this because I am currently importing 4 .pst files for my father and the only thing I have to sort them out is Outlook1, Outlook2, Outlook3, and Outlook4

pain in the butt when trying to import them accordingly - but you prob already know this

That is why you build your own exchange server on your home network, no need to worry about PST files :)

Also to those people who wonder what happens when you don't activate the TP... nothing it still works. I am on day 0+1 of no activation and no issues other than the nag screen.

I will try the rearm, thanks! The only thing I've noticed, is for the "Send to OneNote 2010" printer, it will only print in greyscale on letter sized paper, and I only noticed this after the activation ran out... So I think it's technically in "reduced functionality mode" but that's all I've managed to find for reduced functionality haha. It's actually pretty annoying since I use OneNote a lot, and hence I need the printer working in color and on a bigger size haha.

Hi everyone, I have the same problem on the nagging window on my office 2010 that it need activation and call my administrator so I tried the method given but encounter the problem that I don't know how to stop the window licensing service in my window xp.

Can someone teach me how to stop the window licensing service in xp using command prompt ? maybe a step by step command to reset/activate the office 2010.

Thanks..

Does anybody know the Product IDs for Visio and Project?

They are about to expire as well on me.

Thanks

No idea at all! I had 1 day remaining when I did this yesterday. Probably took me two or three hours all up to figure out.

I knew there had to be a cmdline interface for scripting licensing/activation on networks, so once I found it it was just a matter of figuring out the format for the commands (help output is lacking for some arguments), and get the procedure right.

I would have never have noticed the OSPPRUN.exe if I wasn't trying to figure out where the xml's with reference to licensing data were stored.

Good to hear it worked for you guys :)

I considered writing a little VB script to do this, but after laying it down on a post it was easy enough for most people with a little bit of patience to do!

You need to stop the service after you rearm it, or it'll say unlicensed :) Either by > close or through services.msc interface.

Then you run:

> Initialize

> open

That'll reinitialize the license data and start the service. I thought I bombed mine when that happened too, but then I remembered when rearming Vista beta builds it was the same procedure. Timer/License required a service reinitalization/restart to update.

Thank you so much for the below - great work - it's saved me lots of time. :)

I think I've managed to Rearm my copy of Office 2010 CTP.

dwGraceTime is a dword that holds the grace period before the software will stop working and require activation. This shows that I have 29 days 23 hours 53sec remaining now.

> GetLicensingStatus 59a52881-a989-479d-af46-f275c6370663  128a057a-7e95-4063-b2
96-c54c5f3d3f3a
SkuId			= 128a057a-7e95-4063-b296-c54c5f3d3f3a
eStatus		  = SL_LICENSING_STATUS_IN_GRACE_PERIOD
dwGraceTime	  = 29D 23:53
dwTotalGraceDays = 30 days
hrReason		 = 4004F00C
qwExpiration	 = 2010/10/31


OK.

>

The nag window with running timer has gone currently, so I'll know whether it comes back or not.

All I did was basically rearm the Office timer through the Office Protection Platform cmdline interface.

Stop the Office Software Protection Platform service first.

run C:\Windows\System32\OSPPRUN.exe.

>Initialize

>Open

>GetInstalledSkuIds
   0. 128a057a-7e95-4063-b296-c54c5f3d3f3a (you are interested in this one)
   1. 26adec89-edf3-4adc-a3fc-c865f1a9f71f

OK.

> GetInstalledAppIds 128a057a-7e95-4063-b296-c54c5f3d3f3a
   0. 59a52881-a989-479d-af46-f275c6370663

OK.

 (Will Look something like this if you have 1 day remaining)

> GetLicensingStatus 59a52881-a989-479d-af46-f275c6370663 128a057a-7e95-4063-b296-c54c5f3d3f3a
SkuId			= 128a057a-7e95-4063-b296-c54c5f3d3f3a
eStatus		  = SL_LICENSING_STATUS_IN_GRACE_PERIOD
dwGraceTime	  = 1D 23:37 
dwTotalGraceDays = 30 days
hrReason		 = 4004F00C
qwExpiration	 = 2010/10/31


OK.

(This rearms the AppId and specific SkuId for Office 2010 you are using, I think they should be the same for all, if not just replace it with what yours returns from the command)

> Rearm 59a52881-a989-479d-af46-f275c6370663 128a057a-7e95-4063-b296-c54c5f3d3f3a 1

OK.

>close

>Initialize

>open

Should Show something like the following now if it rearmed successfully! 

> GetLicensingStatus 59a52881-a989-479d-af46-f275c6370663 128a057a-7e95-4063-b296-c54c5f3d3f3a
SkuId			= 128a057a-7e95-4063-b296-c54c5f3d3f3a
eStatus		  = SL_LICENSING_STATUS_IN_GRACE_PERIOD
dwGraceTime	  = 29D 23:37
dwTotalGraceDays = 30 days
hrReason		 = 4004F00C
qwExpiration	 = 2010/10/31

>quit

This command shows remaining rearms.

> GetApplicationInformation 59a52881-a989-479d-af46-f275c6370663 RemainingRearmCount
(DWORD, []) 59a52881-a989-479d-af46-f275c6370663 = 4


OK.

This shows how many rearms you have performed.

> GetApplicationInformation 59a52881-a989-479d-af46-f275c6370663 RearmCount
(DWORD, []) 59a52881-a989-479d-af46-f275c6370663 = 1


OK.

I lost my buffer logs but I'm pretty certain this is the procedure I did step by step. I've tried to explain best I can.

At the > you can type "?" for help.

I don't know if this was intentional or not, to prevent the preview being used for more than 30 days but the following is why the nag screen has appeared :)

> ActivateProduct 128a057a-7e95-4063-b296-c54c5f3d3f3a

Error code hr = 0x8007232B,DNS name does not exist.

DNS entry for the activation server hostname doesn't exist on any Root DNS servers, so perhaps this was intentional :)

Edit: Oops forgot to mention make sure you launch Command Prompt with Elevated Privs otherwise you will get errors that you can't perform the operation.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • First exciting thing to come to Windows in a long time ! This is the kind of things they should focus on, instead of cramming as much AI as they can in everything.
    • New AMD graphics driver fixes install issues and FSR 4.1 crashes on RX 7000 GPUs by Taras Buria AMD is rolling out yet another graphics driver. Version 26.6.4 is now available for download, bringing two important fixes. One is for those still using Windows 10 and having trouble installing driver 26.6.2. In fact, this patch is coming from the recently released hotfix, so it is not new if you are already running version 26.6.3. The second fix is for RX 7000 owners. AMD recently brought FSR 4.1 support to the previous-gen graphics cards, but there was a bug with certain games crashing when using FSR 4.1. I experienced this issue with Forza Horizon 6, so today's driver should take care of that. Here is the official changelog: Intermittent install issue seen when installing AMD Software: Adrenalin Edition 26.6.2 on Windows® 10 systems for Radeon™ RX 7000 series and above graphics products. Intermittent application crash may be observed in some games with AMD FSR Upscaling 4.1 enabled on Radeon™ RX 7000 series graphics products. Known issues include the following: Intermittent application crash or driver timeout may be observed while playing Battlefield™ 6 on AMD Ryzen AI 9 HX 370. AMD is actively working on a resolution with the developer to be released as soon as possible. Texture flickering or corruption may appear while playing Battlefield™ 6 with AMD Record and Stream on some AMD graphics products. AMD FSR Upscaling and AMD FSR Frame Generation may show as inactive in AMD Software: Adrenalin Edition while playing Battlefield™ 6 when enabled on Radeon™ RX 9000 series graphics products. Failure to install may be observed while installing AI Bundle components in some regions with limited access to HuggingFace and GitHub. Model flickering or rendering failure may be observed in Maxon Cinema 4D and Blender on Radeon™ RX 7000 series and above graphics products. Users experiencing this issue are recommended to install AMD Software: Adrenalin Edition 26.3.1. Intermittent application crash may be observed on some models while running Blender on Radeon™ RX 7000 series and above graphics products. Users experiencing this issue are recommended to install AMD Software: Adrenalin Edition 26.3.1. You can download the AMD Radeon driver 26.6.4 from the official website here. Full release notes are available on the same page.
    • Amazon may use OpenAI and Nova models after Anthropic reportedly raises costs by Karthik Mudaliar Amazon is reportedly considering to use OpenAI models and even its own Nova family of AI models after Anthropic raised the cost of using Claude inside Amazon services. According to a report from The Information, Amazon is weighing its options to reduce costs under a new arrangement with Anthropic. But back in April, Amazon said it would invest $5 billion more in Anthropic, with the possibility of adding up to another $20 billion if certain commercial milestones are met. That investment actually came on top of another $8 billion Amazon had already put into the Claude maker. Anthropic, meanwhile, committed to spend more than $100 billion over 10 years on AWS technologies, including Amazon’s Trainium chips. Amazon isn't just a customer of Anthropic but also one of the most important backers and cloud partners. This is why it makes it interesting that Amazon is considering other alternatives to handle its internal workloads. Although Amazon has been building its own options for a while now. Its Nova family of AI models was announced in late 2024 for Amazon Bedrock, with models aimed at text, image, and video tasks. Amazon pitched the model around cost and latency at that time. With that said, OpenAI has also become a more realistic option recently for AWS customers as well as for Amazon itself. Earlier this year, OpenAI brought its latest models and Codex coding agent to Amazon Bedrock, after changes to its previously more restrictive Microsoft cloud arrangement. This allowed AWS to serve even those customers who wanted other alternatives from Claude, without having to move workloads out of Amazon's cloud. Evaluating alternatives could also be due to commercial pressure and not necessarily a sign of a damaged partnership between Amazon and Anthropic. Whether or not Amazon is actually considering switching entirely to OpenAI's models or its own Nova models remains unknown at this moment.
    • Samsung introduces new AI classroom tools and interactive displays at ISTELive 2026 by Fiza Ali Samsung has announced several new education-focused software features and interactive displays for schools during ISTELive 2026, taking place in Orlando, Florida, from 28 June to 1 July. The focus of these updates is on making shared classroom displays easier to use for teachers while giving IT administrators more control over managing devices. One of the key additions is the Samsung Account Management Solution (AMS). In many schools, multiple teachers share the same interactive display throughout the day, which means signing in and setting everything up can become repetitive. With AMS, teachers can log in by scanning a QR code or tapping an NFC-enabled ID card. Once signed in, their personalised workspace, including wallpapers, bookmarks, app shortcuts, and files, can be instantly accessed through Home Personalisation. Samsung has also included a screen lock feature, allowing teachers to lock the display if they need to step away briefly. Furthermore, the company is also updating its Education Portal with new tools designed for school IT administrators. The portal will allow IT administrators to register teachers, enrol devices, and manage user access from a central dashboard. Administrators can also link NFC cards to teacher accounts, making sign-ins quicker across shared displays. Another addition is a Tags feature that lets schools organise displays by building or classroom. Those tags can also be used to send emergency notifications to selected Samsung Interactive Displays through compatible platforms such as InformaCast and Raptor. Moreover, the tech giant's AI Assistant is gaining several new features aimed at supporting everyday classroom tasks such as lesson planning and classroom engagement. One of the features is Circle to Search, which lets teachers circle text or images on the display to quickly find related information, videos, or web results without interrupting the lesson. The content can then be brought into Samsung Whiteboard. Another feature, Live Transcript, converts spoken lessons into real-time captions, which could be useful for students with hearing impairments or those in multilingual classrooms. The AI Assistant also introduces AI Summary and AI Quiz. The summary tool creates summaries of recorded lessons, while AI Quiz generates questions based on lesson content so teachers can quickly check how well students are following along. Teachers signed in through Samsung AMS can also return to their previous AI-generated lesson materials without logging in again. Alongside the software updates, Samsung has expanded its Android-based Interactive Display range with three new models: the WAF-S, WAFX-PS, and WAHX-M. The WAF-S and WAFX-PS ship with Android 16, bringing updates to security, accessibility, and overall usability while maintaining compatibility with Google's education services including Google Classroom and Google Drive through EDLA certification. Meanwhile, the new WAHX-M is the biggest addition to the lineup, introducing a 98-inch display for larger spaces such as lecture halls and conference rooms. It will also be available in 65-inch, 75-inch and 86-inch sizes. Samsung says the WAHX-M further includes on-device AI features such as voice commands, text-to-speech, and an AI calculator, alongside support for Samsung AMS and AI Assistant. Samsung AI Assistant has been available since April, while Samsung AMS and the updated Education Portal will begin rolling out in July.
    • It's been $24 (single) or $89 (4-pack) for many days on both Amazon and Walmart as far as I know. That isn't a big discount. If these end up like the 1st gen, the 4-pack will routinely get down around $80, give or take a dollar. I think they have even hit $69 at times.
  • Recent Achievements

    • Reacting Well
      NovaEdgeX earned a badge
      Reacting Well
    • Week One Done
      NovaEdgeX earned a badge
      Week One Done
    • One Year In
      BA the Curmudgeon earned a badge
      One Year In
    • Conversation Starter
      rosiecharles earned a badge
      Conversation Starter
    • First Post
      KMilenkoski1202 earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      536
    2. 2
      +Edouard
      269
    3. 3
      PsYcHoKiLLa
      150
    4. 4
      Steven P.
      97
    5. 5
      macoman
      63
  • Tell a friend

    Love Neowin? Tell a friend!