(imported topic written by brolly3391)
Hello All,
I had a request for some information about Suite Mask of Operating System and I tossed together a little relevance to do the lookup for the bits of this result
((if (bit 0 of it) then (“SmallBusiness “) else(””)) & (if (bit 1 of it) then (“Enterprise “) else(””)) & (if (bit 2 of it) then (“BackOffice”) else("")) & (if (bit 3 of it) then (“Communications”) else("")) & (if (bit 4 of it) then (“Terminal”) else("")) & (if (bit 5 of it) then (“Small Business(Restricted) “) else(””)) & (if (bit 6 of it) then (“Embedded NT “) else(””)) & (if (bit 7 of it) then (“Datacenter “) else(””)) & (if (bit 8 of it) then (“Single User TS “) else(””)) & (if (bit 9 of it) then (“Personal “) else(””)) of it) of suite mask of operating system
The MS Information that I used to decode the bits is here: http://msdn2.microsoft.com/en-us/library/Aa394239.aspx
Enjoy,
Brolly