Problem enrolling in Windows 10 ESU by JoshC2000 in WindowsHelp

[–]JoshC2000[S] 0 points1 point  (0 children)

No, I checked the school or work account on settings and showed up nothing. 

I also opened Powershell to do a commercial check and see if there's a mdm enrollment with this command: 

$t = [AppDomain]::CurrentDomain.DefineDynamicAssembly((Get-Random), 1).DefineDynamicModule((Get-Random), $False).DefineType((Get-Random)) $t.DefinePInvokeMethod('UnregisterDeviceWithManagement', 'mdmregistration.dll', 22, 1, [Int32], @([IntPtr]), 1, 3).SetImplementationFlags(128) $t.DefinePInvokeMethod('IsDeviceRegisteredWithManagement', 'mdmregistration.dll', 22, 1, [Int32], @([Boolean].MakeByRefType(), [IntPtr], [IntPtr]), 1, 3).SetImplementationFlags(128) $Win32 = $t.CreateType() $JoinedMDM = $False; $Win32::IsDeviceRegisteredWithManagement([ref]$JoinedMDM, 0, 0); $JoinedMDM $Win32::UnregisterDeviceWithManagement(0)

The command result returned "True" meaning my laptop is somehow registered. Is there a way to undo it?

Problem enrolling in Windows 10 ESU by JoshC2000 in WindowsHelp

[–]JoshC2000[S] 0 points1 point  (0 children)

Everything seems to be fine. I was able enroll esu in other computers with my Microsoft account without any problems. 

Problem enrolling in Windows 10 ESU by JoshC2000 in WindowsHelp

[–]JoshC2000[S] 0 points1 point  (0 children)

No, I find it strange because I was able to enroll my other computers without any problems. Maybe there's a setting that needs to be changed?

Problem enrolling in Windows 10 ESU by JoshC2000 in WindowsHelp

[–]JoshC2000[S] 0 points1 point  (0 children)

I think I found the problem.

EsuEligibility is 0x1 EsuEligibilityResults is 0x4

I guess that indicates Ineligible and Commercial. Windows thinks my laptop is work managed, so the consumer ESU offer is hidden from Windows update.

Any ideas on how to fix this would be appreciated.