This method found at www.applelife.ru by nerone

CODE
    Method (_PTS, 1, NotSerialized)
    {
        If (LEqual (Arg0, 0x05)) {}
        Else
        {
            ...  original codes...
        }
    }

It means that _PTS (5) (shutdown) will be do nothing.