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

    • Dude, im talking about simply disable it from settings app. Because of the eu regulation, you could disable it here for years.
    • One big question about Mars was answered thanks to Einstein's 100 year old theory by Sayan Sen Image via DepositPhotos Scientists at the U.S. National Institute of Standards and Technology (NIST) have calculated how time passes on Mars compared with Earth, adding detail to how timekeeping would need to work beyond Earth’s orbit. The study, published in The Astronomical Journal, found that clocks on Mars run an average of 477 microseconds, or millionths of a second, faster per day than clocks on Earth. A microsecond is one millionth of a second, a very small unit used in precise scientific timing systems such as atomic clocks, which measure time using consistent atomic behavior. This difference is not constant. Because Mars moves around the Sun in a non-circular path (an eccentric orbit, meaning its distance from the Sun changes over time instead of staying fixed) and is affected by gravity from other bodies, the daily difference can vary by as much as 226 microseconds over a Martian year. The study also identifies smaller repeating changes of about 40 microseconds per day linked to synodic cycles (repeating periods that describe how planets line up with each other as they orbit the Sun from different positions). These longer patterns affect how time differences slowly rise and fall. To make these estimates, researchers compared Mars with Earth and the Moon. The work looks at relativistic proper time (the time actually measured by a clock depending on its speed and the strength of gravity where it is located, as described in Einstein’s relativity). This shows that each world has its own slightly different “rate” of time. This becomes more important as space missions expand into cislunar space (the region between Earth and the Moon) and toward Mars. On Earth, time systems rely on atomic clocks and satellites, which stay closely synchronized for navigation and communication. The study is based on Albert Einstein’s theory of relativity, which shows that time is affected by gravity and motion. Stronger gravity makes clocks run slower, while weaker gravity makes them run faster. “The time is just right for the Moon and Mars,” said NIST physicist Bijunath Patla. “This is the closest we have been to realizing the science fiction vision of expanding across the solar system.” A day on Mars is about 40 minutes longer than on Earth, and a Martian year lasts 687 Earth days. But the main question is not just about days and years, but how fast time itself passes. An atomic clock placed on Mars would function normally, but compared with one on Earth, the two would slowly drift apart due to differences in gravity and motion. This requires careful calculation of what is similar to a time-zone difference across planets. Researchers modeled Mars using a reference surface and included gravitational effects from the Sun, Earth, the Moon, and other planets. This includes a multi-body gravitational system (often described as a three-body or four-body problem, where predicting motion becomes difficult because multiple large objects all pull on each other at the same time through gravity). Mars also follows a Keplerian orbit (an idealized elliptical orbit based on simple gravitational laws that assume smooth motion, before adding real-world disturbances from other bodies). In addition, the researchers accounted for solar tides (small changes in gravitational force caused by the Sun that slightly distort planetary motion and timing, especially in systems involving Earth and the Moon). These combined effects are described as relativistic proper-time offsets (small but measurable differences in elapsed time between locations caused by gravity and motion), which must be included when comparing clocks across planets. “But for Mars, that’s not the case. Its distance from the Sun and its eccentric orbit make the variations in time larger. A three-body problem is extremely complicated. Now we’re dealing with four: the Sun, Earth, the Moon and Mars,” Patla explained. “The heavy lifting was more challenging than I initially thought.” Although the differences are extremely small, they matter for navigation and communication systems that depend on precise timing. Even modern networks on Earth, such as mobile systems, rely on timing accuracy at very small fractions of a second. Communication between Earth and Mars currently takes about four to 24 minutes or more depending on planetary positions, meaning signals are not real-time. A shared and accurate time system could help future missions reduce confusion in navigation and data exchange. “If you get synchronization, it will be almost like real-time communication without any loss of information. You don’t have to wait to see what happens,” Patla said. Researchers note that fully developed interplanetary communication networks are still far in the future. However, understanding how time behaves across planets helps prepare for those systems. “It may be decades before the surface of Mars is covered by the tracks of wandering rovers, but it is useful now to study the issues involved in establishing navigation systems on other planets and moons,” said Neil Ashby. “Like current global navigation systems like GPS, these systems will depend on accurate clocks, and the effects on clock rates can be analyzed with the help of Einstein’s general theory of relativity.” Patla added that the results also help improve understanding of time itself under relativity. “It's good to know for the first time what is happening on Mars timewise. Nobody knew that before. It improves our knowledge of the theory itself, the theory of how clocks tick and relativity,” he said. Source: NIST, IOPscience This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • TeraCopy 4.0 Build 26 by Razvan Serea TeraCopy is a compact program designed to copy and move files at the maximum possible speed, also providing you with a lot of features. Copy files faster. TeraCopy uses dynamically adjusted buffers to reduce seek times. Asynchronous copy speeds up file transfer between two physical hard drives. Pause and resume transfers. Pause copy process at any time to free up system resources and continue with a single click. Error recovery. In case of copy error, TeraCopy will try several times and in the worse case just skips the file, not terminating the entire transfer. Interactive file list. TeraCopy shows failed file transfers and lets you fix the problem and recopy only problem files. Shell integration. TeraCopy can completely replace Explorer copy and move functions, allowing you work with files as usual. TeraCopy is free for non-commercial use only. For commercial use you need to buy a license. The paid version of the program includes the following features: Copy/move to your favorite folders. Save reports as HTML and CSV files. Select files with the same extension/folder. Remove the selected files from the copy queue. TeraCopy 4.0 Build 26 changelog: Added support for receiving files via the LocalSend protocol. Improved exception handling and automated bug report upload. Fixed several minor bugs and small memory leaks. Build 26 (June 24) Fixed a rare exception when a transfer completed. Features added since version 3.17: Enhanced speed graph. New multi-threaded copy engine. Support for copying to multiple targets. Queue system for managing multiple copy operations. Support for receiving files via the LocalSend protocol. TeraCopy entry in the modern Windows Explorer context menu. Integrated toolbar in the title bar. Why receive LocalSend transfers with TeraCopy? Handle file conflicts: Skip, overwrite, or rename files when a file with the same name already exists. LocalSend always creates another copy, which can waste time and disk space, especially when resuming an interrupted transfer. Filter unwanted files: Apply ignore lists or remove files manually before accepting a transfer, so unnecessary files are not downloaded. Better performance on fast networks: In tests over a 10 Gbps connection, TeraCopy received files several times faster than the standard LocalSend app on Windows. Download: TeraCopy 4.0 Build 26 | 14.5 MB (Freeware, paid upgrade available) View: TeraCopy Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Briefly used Turbo Pascal (and Turbo C++) in 97 and soon after that I bought PC magazine that included a full version of Delphi 2. I still use Delphi today, some 29 years later.
    • Age of Empires Mobile comes to PC, here's how to carry over progress from your phone by Ivan Jenic Image: YouTube/Microsoft Microsoft just released Age of Empires Mobile for PC. The game, officially called Age of Empires Mobile: PC Edition, is available for free on Steam and Microsoft Store, almost two years after its initial release for handheld devices. Age of Empires is one of those franchises that entire generations grew up with. The original came out in 1997, and immediately got people hooked to building civilizations and crushing their enemies on the battlefield. However, the franchise today is a far cry from its roots, as Age of Empires Mobile is, well, a game optimized for handheld devices, and not a classic RTS title we’ve all loved for years. And, of course, it includes in-game purchases. The PC version is still a mobile game at its core, but it’s been optimized for desktop play. There’s mouse control, full keyboard compatibility, and a refined UI. Microsoft also refreshed the visuals with some 4k textures, so the game should look better on larger screens. The game supports Crossplay, so you can switch between your phone, tablet, and PC without losing anything. But linked progress doesn’t come out of the box, as you have to enable it first. Here’s how to link your progress: On your mobile device, open Age of Empires Mobile. Go to Settings (Gear icon) > Account. Select Bind Account and choose a sign-in option. Once you enable account binding, sign in on PC using the same method, and your progress will be accessible across all your devices. Xbox Game Pass subscribers also get a bonus reward pack on PC, which includes: 1 Monthly Pass Token 1 Custom Resource Chest 10 Universal 60-Minute Speed-Ups 1,000 Empire Coins Exclusive Player Portrait Frame You can find more info about Age of Empires Mobile: PC Edition, as well as download links, on the Age of Empires official website.
  • Recent Achievements

    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
    • One Month Later
      D0nn13 earned a badge
      One Month Later
    • Rookie
      +ChiefOfNeo went up a rank
      Rookie
  • Popular Contributors

    1. 1
      +primortal
      460
    2. 2
      +Edouard
      177
    3. 3
      PsYcHoKiLLa
      124
    4. 4
      Michael Scrip
      79
    5. 5
      Xenon
      76
  • Tell a friend

    Love Neowin? Tell a friend!