I want to know the sendkey for windows key (that key in keyboard with windows Flag on it)

I want to know the sendkey for windows key (that key in keyboard with windows Flag on it)

I don't think you can easely call the windows flag key. You will need to p/invoke an API function instead, I think it was keybd_event to send the Windows key.
check Click here Or Click Here