Connecting to WinCE Device from Visual Studio

后端 未结 3 527
小蘑菇
小蘑菇 2021-02-03 13:34

I have a WinCE device. Is it possible to connect to the device from visual studio to view the following

Folder structure. 
Applications running. 
Registry values         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-03 13:54

    If the OEM have included Activesync support you should be able to connect it via USB (assuming the device has USB) and see the device in the Windows Mobile Device Centre. You may also need to install OEM specific USB drivers. If no USB you may be able to Activesync over Bluetooth or Infra-red.

    You can see folder structure through Mobile Device Centre. Visual Studio (up to 2008) includes the Remote Registry Editor and the Remote Process Viewer, which should get you the rest.

提交回复
热议问题