Questions tagged [windows-embedded]

Windows Embedded is a family of operating systems from Microsoft designed for use in embedded systems.

Microsoft makes available four different categories of operating systems for embedded devices targeting a wide market, ranging from small-footprint, real-time devices to point of sale (POS) devices like kiosks. Windows Embedded operating systems are available to OEM system builders, who make it available to end users preloaded with the hardware.

Microsoft Windows Embedded

Wiki Windows Embedded

127 questions
1
vote
3 answers

WinCE emulator shows Black Screen when trying to run

I am new to WinCE. I am trying to build an WinCE 6.0 Image using platform builder. So I went Like this . Visual Studio 2005 >> Platform Builder >> OS Design Avilable BSP : CEPC X86 Custom Device Actice sync and Cab File Insaller and…
1
vote
1 answer

Windows 7 Embedded - Disable Disk Caching Programmatically:

Preface: We are using a Windows-7-Embedded image, for making client-ready copies of our software. The flow is pretty standard: Take a blank hard-drive. Restore an in-house Windows-7-Embedded image on the hard-drive. Install additional software…
MordechayS
  • 1,552
  • 2
  • 19
  • 29
1
vote
1 answer

How to programatically change the output mode of an intel gma450 graphics card to clone

I would like to change the output mode of an Intel GMA450 based graphics chip to "cloned" mode. Since the environment is a Windows Embedded Standard and only one of the connected monitors might be visible for the enduser, I would like to either…
tobsen
  • 5,328
  • 3
  • 34
  • 51
1
vote
2 answers

OpenNETCF and Windows Embedded Standard O/S

If I have an application that is written in .net Compact Framework (and runs on Windows CE) and is theoretically compatible with Windows Embedded Standard O/S, would it still be compatible if it makes use of OpenNETCF functionality? Things like…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
1
vote
1 answer

Test a embeded system (PC) from another PC

Got a customer request but no idea can it be done. So need your opinions on this. This might be a utterly stupid thing to ask but yet need some facts so can work out best solution. Scenario, My Customer is an OEM Manufacturer. They make an automated…
Randi Ratnayake
  • 674
  • 9
  • 23
1
vote
1 answer

Silverlight application for Windows Embedded

I am developing a Silverlight application for Windows Embedded and I am using Blend2 for making GUI. SL for Windows Embedded will not support the C# code and we have to use C++ as we know this. So my question is: I created a sample GUI in Blend2…
naveensiva
  • 73
  • 1
  • 8
1
vote
1 answer

Run Powershell script in C# to enable keyboardfilter

I have a problem that I just don't know what else to try to get it solved. I am on a Windows 10 Enterprise 2016 machine and am trying to enable filtering of keyboard shortcuts using WMI (WEKF_PredefinedKey). I have created a Powershell skript, that…
christian
  • 110
  • 1
  • 2
  • 15
1
vote
0 answers

Delay in loading Startup application WinCE 6.0

We have added MFC application in \Windows\startup folder to run application after WinCE 6.0 boot successfully. Below are the software we have installed for Generating WinCE 6.0 OS image. 1) Visual Studio 2005 2) Windows CE 6.0 toolkit 3) Visual…
1
vote
0 answers

How do I initiate a clean windows shutdown without waiting for a user?

I'm trying to make an embedded windows 7 application shut the machine down gracefully. I've tried this: ExitWindowsEx(EWX_POWEROFF | EWX_FORCE, SHTDN_REASON_MAJOR_OPERATINGSYSTEM | SHTDN_REASON_MINOR_UPGRADE | …
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
1
vote
2 answers

Information on developing WPF touch-screen application for Windows XP

I am currently working on the WPF project which involves creating a touch-screen application for Windows XP embedded. And as Windows XP wasn't built for touch interaction, there are some problems and issues with developing those applications. An…
Vitalij
  • 4,587
  • 9
  • 42
  • 65
1
vote
1 answer

Get Write Protection Status using EWFMGR

I need to get the write protection status of C: drive using ewfmgr and enable the write protection if it is currently disabled. I understand that the following command can give me the status of C: drive on CMD window ewfmgr c: but how do I store…
skm
  • 5,015
  • 8
  • 43
  • 104
1
vote
0 answers

lpi is either not designed to run on Windows or it contains an error

I've the following problem running an a certain application built using Visual Studio 2010. I got the following Error Message: "x.lpi is either not designed to run on Windows or it contains an error. Try installing the program again using the…
A. Mohsen
  • 11
  • 1
1
vote
0 answers

Developing GUIs for Windows Embedded Compact 2013

We are currently evaluating Visual Studio as the IDE to develop embedded applications for Windows CE 2013. Understandably having access to a large variety of widgets (either open or commercial) would be preferable to help us speed up GUI…
1
vote
1 answer

TimeZoneInfo BaseUtcOffset always zero on Windows Embedded 7

I'm trying to get the difference between an application running on Windows Embedded 7 and UTC time. To do that I have the following piece of code: TimeZoneInfo utcTimeZone = TimeZoneInfo.FindSystemTimeZoneById("GMT Standard Time"); DateTime…
komodosp
  • 3,316
  • 2
  • 30
  • 59
1
vote
2 answers

Windows 7 embedded

Due to turn windows features on or off is blank, so I need to install IIS using command line, How can I install default IIS using command line?
Saif
  • 2,611
  • 3
  • 17
  • 37
1 2
3
8 9