
Download the mobile app and create your Shifter profile
Browse and apply for open shifts in your area
Get instant payout after your shift
To view all shift types available through shiftNOW, download the mobile app.





Create your own schedule and work only when you want to.
Work shifts at multiple businesses rather than being tied to one employer.
Decide what motivates you to get out the door and work each day.
The error code 0x80072F8F translates to INET_E_DECODING_FAILED. In the context of Windows Activation, it means your server is trying to connect to the Microsoft Key Management Service (KMS) or Activation Center, but the encrypted connection is failing.
Historically, Windows Server 2008 R2 relied on SSL 3.0 and TLS 1.0 for secure connections. Due to security vulnerabilities (such as POODLE and DROWN), Microsoft deprecated these older protocols on their activation servers. If your server attempts to activate using a protocol that Microsoft now rejects, the connection is dropped, resulting in error 0x80072F8F.
There are three primary culprits:
The error is fixable in 5 minutes if caused by time drift.
If caused by missing SHA-2 support or expired roots, allow 15–30 minutes for updates.
For EOL systems, phone activation is the most reliable workaround when online activation fails.
A corrupted activation token store can also produce generic 0x80072f8f errors. Reset it entirely. windows server 2008 r2 activation error 0x80072f8f work
Step 1: Rename the token store folder.
ren %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat tokens.bak
Step 2: Re-install your product key.
slmgr /ipk YOUR-PRODUCT-KEY
Step 3: Force activation.
slmgr /ato
The system will regenerate a clean tokens.dat file. The error is fixable in 5 minutes if caused by time drift
Microsoft has gradually deprecated older TLS versions and rotated root CAs. As of 2024-2025, Windows Server 2008 R2 without the above TLS 1.2 and root cert updates will almost certainly see 0x80072f8f on any fresh install or hardware change. This is a deliberate security posture, not a bug.
The error code 0x80072F8F translates to INET_E_DECODING_FAILED. In the context of Windows Activation, it means your server is trying to connect to the Microsoft Key Management Service (KMS) or Activation Center, but the encrypted connection is failing.
Historically, Windows Server 2008 R2 relied on SSL 3.0 and TLS 1.0 for secure connections. Due to security vulnerabilities (such as POODLE and DROWN), Microsoft deprecated these older protocols on their activation servers. If your server attempts to activate using a protocol that Microsoft now rejects, the connection is dropped, resulting in error 0x80072F8F.
There are three primary culprits:
The error is fixable in 5 minutes if caused by time drift.
If caused by missing SHA-2 support or expired roots, allow 15–30 minutes for updates.
For EOL systems, phone activation is the most reliable workaround when online activation fails.
A corrupted activation token store can also produce generic 0x80072f8f errors. Reset it entirely.
Step 1: Rename the token store folder.
ren %windir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat tokens.bak
Step 2: Re-install your product key.
slmgr /ipk YOUR-PRODUCT-KEY
Step 3: Force activation.
slmgr /ato
The system will regenerate a clean tokens.dat file.
Microsoft has gradually deprecated older TLS versions and rotated root CAs. As of 2024-2025, Windows Server 2008 R2 without the above TLS 1.2 and root cert updates will almost certainly see 0x80072f8f on any fresh install or hardware change. This is a deliberate security posture, not a bug.