class KPM::SystemProxy::OsInformation

def fetch_windows

def fetch_windows
  os_data = `systeminfo | findstr /C:"OS"`
  build_hash(os_data)
end